Core.EventStore
Event store library
A library facilitating event-driven communication between CommandService and QueryService across multiple databases.
A library to facilitate communication between CommandService and QueryService. The Idea is when any event occures in commandService, it should be persisted in QueryService in MongoDb, SqlServer, MySql and PostgreSQL
5 stars
2 watching
0 forks
Language: C#
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
commanded/eventstore | An Elixir-based event store implementation using PostgreSQL as the underlying storage engine | 1,059 |
eventstore/eventstoredb-client-dotnet-legacy | A .NET TCP client for Event StoreDB, providing a connection to the event store database via TCP protocol. | 1 |
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 |
eventstore/eventstore-client-go | Provides an interface to interact with Event StoreDB using gRPC protocol in Go. | 105 |
message-db/message-db | A microservice-based event store and message queue built on top of PostgreSQL. | 1,623 |
yousty/event_store_client | A Ruby gem that provides an easy-to-use API client for connecting to EventStoreDB | 38 |
yevhen/streamstone | An event store library for Azure Table Storage | 395 |
neventstore/neventstore | An event storage library for .NET applications | 1,581 |
prooph/event-store | Common classes and interface for implementing event stores in software systems | 548 |
eventstore/eventstoredb-client-java | An asynchronous Java client library for Event StoreDB | 64 |
eventstore/eventstoredb-client-rust | A Rust client library that provides a gRPC interface to the EventStoreDB event-native database | 50 |
railseventstore/rails_event_store | A Ruby implementation of an Event Store based on Active Record | 1,423 |
prestashopcorp/nestjs-geteventstore | A NestJS framework extension for building event-driven applications using Event Store as the underlying event storage system. | 34 |
eventstore/eventstore | An operational database designed to store and stream business events in real-time, supporting event-sourced, event-driven, and microservices architectures. | 5,317 |