eventstore
Event Store
An Elixir-based event store implementation using PostgreSQL as the underlying storage engine
Event store using PostgreSQL for persistence
1k stars
21 watching
146 forks
Language: Elixir
last commit: 28 days ago
Linked from 2 awesome lists
commandedcqrscqrs-esdatabaseelixirevent-sourcingeventstorepostgresql
Related projects:
Repository | Description | Stars |
---|---|---|
commanded/commanded | A framework for building Elixir applications using the CQRS/ES pattern | 1,867 |
younos1986/core.eventstore | A library facilitating event-driven communication between CommandService and QueryService across multiple databases. | 5 |
prooph/event-store | Common classes and interface for implementing event stores in software systems | 548 |
exponentially/extreme | An Elixir TCP client adapter for Event Store event sourcing system | 130 |
message-db/message-db | A microservice-based event store and message queue built on top of PostgreSQL. | 1,623 |
railseventstore/rails_event_store | A Ruby implementation of an Event Store based on Active Record | 1,423 |
kbrw/gitex | An Elixir implementation of the Git object storage model, focusing on protocol over Git and enabling reuse with other storage systems. | 68 |
eventstore/eventstore-client-go | Provides an interface to interact with Event StoreDB using gRPC protocol in Go. | 105 |
slashdotdash/eventsourced | Builds functional domain models using event sourcing in Elixir | 104 |
yevhen/streamstone | An event store library for Azure Table Storage | 395 |
cabol/ex_shards | Provides a wrapper around ETS tables or Shards to scale-out Elixir data storage | 42 |
eventstore/eventstore-client-nodejs | A NodeJS client for connecting to the EventStoreDB event-native database | 162 |
eventstore/eventstore-client-dotnet | A .NET client SDK for interacting with an event-native database using gRPC protocol | 147 |
elixir-ecto/postgrex | A PostgreSQL driver for Elixir. | 1,116 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |