Nowadays, storage is cheap, but the information is priceless.
Event Sourcing, contrary to the standard approach, keeps all the facts that happened in our system. To do that, it needs an event store: a database designed for its needs.
Take your event-driven applications back to the future!
Read more in documentation, join our Discord Channel and ask any question.
Check also my blog articles on Emmett:
- Announcing Emmett! Take your event-driven applications back to the future!
- Testing Event Sourcing, Emmett edition
- Event Sourcing on PostgreSQL in Node.js just became possible with Emmett
- Writing and testing event-driven projections with Emmett, Pongo and PostgreSQL
- Using event metadata in event-driven projections=
What's there is safe to use. I'd like to add more stuff to enhance the production experience, like OpenTelemetry, but users are already using Emmett in their systems.
I like its minimalistic approach and flexibility, plus TypeScript is an excellent language with its shapeshifter capabilities. Plus, I've been asked if I could deliver such a store for Node.js.
Essential building blocks for designing and running business and application logic like:
- typings around events, commands, Deciders, Workflows, etc.
- command handling wrappers for application layer,
- implementation of event store using PostgreSQL, SQLite, EventStoreDB, MongoDB, and in-memory version,
- abstractions for building read models,
- building blocks for the Web Apis with Event Sourcing and CQRS,
- serverless-friendly runtime model,
We'll see, but for sure, I'd like to have the following:
- implementation of event store using other storage engines like DynamoDB, CosmosDB etc.
- building blocks for integration and running distributed processes,
- GraphQL API for event stores,
- Full stack development helpers with Next.js or HTMX,
- built-in open telemetry,
- streaming data through HTTP API (and enabling integration scenarios through it).
- defining event transformations and projections with WebAssembly,
- etc.
It is hard to say; my intention is not to compete but to give more options to the community.
Because I'm unsure how this will end, and I don't want to expose it as an MIT license from the beginning.
💖 If you'd like this project and want us to deliver more and faster, feel invited to join the group of our 👉 Github Sponsors.
By doing so, you're helping to make our work on it sustainable and continuing our efforts so we can support your products.
- @productminds
Emmett is a community project, so once you find something missing or not working, we encourage you to send us a GH issue or Pull Request extending the support or test coverage! Check also Contributing guide
If you think something is missing or want to get some features faster, I'm happy to take sponsoring to prioritise it. Feel free to contact me - we'll find a way to help you!
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.