@mithic/eventstore
Eventsourcing data store library for mithic
Eventsourcing data store library for mithic
An open-source event store based on Node.js and PostgreSQL. The event store ensures that all changes to an application are stored as a sequence of events. This ultimately allows for the reconstruction of the state at any point throughout its history.
wolkenkit-eventstore is an open-source eventstore for Node.js that is used by wolkenkit.
NestJS module for implementing Event Sourcing using EventStoreDB
Node-eventstore is a node.js module for multiple databases. It can be very useful as eventstore if you work with (d)ddd, cqrs, eventsourcing, commands and events, etc.
Tools used to test reSolve applications.
An adapter reSolve uses to store events in a file or memory.
An adapter reSolve uses to store events in MySQL.
An adapter reSolve uses to store events in PostgreSQL.
An adapter reSolve uses to store events in PostgreSQL Serverless.
A reSolve module that adds admin commands to an application.
A reSolve module that adds authentication to an application.
A reSolve module that allows an application's users to post comments.
A reSolve module that adds replication commands to an application.
A reSolve module that adds uploader commands to an application.
This package serves as a monitoring adapter used to store monitoring data in AWS CloudWatch
This package is the base for reSolve monitoring adapters
This package serves as a monitoring adapter used to print monitoring metrics to the text console
reSolve client wrapper for using in React hooks projects.
A base package for reSolve read model adapters