Here are
83 public repositories
matching this topic...
The stream database optimised for event sourcing
Real-time FX trading showcase by Adaptive.
Updated
Jul 22, 2021
TypeScript
Microservice native message and event store for Postgres
Updated
Jul 15, 2021
Shell
PHP 7.4 EventStore Implementation
A Node.js CQRS and Event Sourcing Microservice Example Using Nest.js, Event Store, and Swagger
Updated
Mar 30, 2021
TypeScript
Stream Store library targeting RDBMS based implementations for .NET
Go - CQRS / Event Sourcing made easy - Go
Event Sourcing and CQRS in practice.
Updated
Jul 14, 2021
Java
Provides basic functionality for event sourced aggregates.
NEventLite - An extensible lightweight library for .NET that manages the Aggregate lifecycle in an Event Sourced system. Supports Event and Snapshot storage providers like EventStore/Redis or SQL Server. Built with dependency injection in mind and seamlessly integrates with AspNetCore.
Event Store Symfony Bundle
PHP 7.4 Event Store Client Implementation
NestJS CQRS module for EventStore.org. It requires @nestjs/cqrs
Updated
May 11, 2021
TypeScript
Event Store backed by Azure Cosmos DB
Event Sourcing and Microservices Stack for Ruby
Updated
Sep 8, 2020
Shell
A State Machine Eventstore using PostgreSQL schemata defined by Petri-Nets
Updated
Aug 10, 2020
Python
Updated
Jun 7, 2021
JavaScript
JS client library for connecting to Event Store over TCP/IP
Updated
May 19, 2019
JavaScript
Marry CQRS with Event Sourcing
PHP 7.2 Event Store HTTP Client Implementation
Event Store Management UI
Updated
Oct 30, 2018
JavaScript
Prooph EventStore HTTP API
Standard projections to use with Prooph EventStore
A Node.js CQRS and Event Sourcing Microservice Example Using Nest.js, Event Store, and Swagger
Updated
Jul 10, 2021
JavaScript
EventStore is an open source EventStore for NodeJS inspired by the prooph/event-store v7.0 for PHP
Updated
Sep 28, 2020
TypeScript
Java Event Store FoundationDB Layer
Updated
Sep 26, 2020
Java
Improve this page
Add a description, image, and links to the
event-store
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
event-store
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently the client can not ask the server to stop sending events from a specify stream. It is because the server does not currently globally know which client is subscribed to which stream. This is also why clients could, by mistake or not, subscribe multiple times to the same stream and receive events multiple times.