Jay Taylor's notes

back to listing index

Eventsourcing

[web search]
Original source (eventsourcing.com)
Tags: event-sourcing graphql eventsourcing.com
Clipped on: 2016-04-09

Image (Asset 1/3) alt=

Eventsourcing for Java

Image (Asset 2/3) alt= Image (Asset 3/3) alt=

Lightweight implementation, succinct data models, fast message processing, in-memory and on-disk indexing, causality-preserving hybrid logical clocks, locking primitives and OSGi support out of the box.

Download
  • Domain Model Flexibility

    Shape domain models in a most suitable way, responding to needs and challenges as they come using built-in indexing capabilities

  • Perfect Audit Trail

    Every event and its cause are serialized so that every action and its outcome can be traced

  • Functionality Mapping

    Designating commands and events provides developers with a clear, succinct "one-page view" of available functionality

  • Strongly Typed Schema

    All commands and events are compactly serialized according to their typing information and schema migration capabilities are included

  • Tooling

    The Java implementation comes with JMX introspection and management primitives built-in. Additional application tooling is available, such as a GraphQL adaptor

  • Open Source

    Published on GitHub and licensed under the terms of Apache License 2.0

ABOUT

Eventsourcing is an organization that funds and governs the development of an open source implementation of an event sourcing database, as well as promotes the benefits of this approach.

LEGAL

License