Warning
Though used in production environment, the library is still under active development.
Note
Prior to v1
release the following Semantic Versioning
is being adopted:
- Breaking changes are tagged with a new minor release,
- New features, patches and documentation are tagged with a new patch release.
eventually
is a library providing abstractions and components to help you:
-
Build Domain-driven Design-oriented code, (Domain Events, Aggregate Root, etc.)
-
Reduce complexity of your code by providing ready-to-use components, such as PostgreSQL repository implementation, OpenTelemetry instrumentation, etc.
-
Implement event-driven architectural patterns in your application, such as Event Sourcing or CQRS.
You can add this library to your project by running:
go get -u github.com/get-eventually/go-eventually
Thank you for your consideration ❤️ You can head over our CONTRIBUTING page to get started.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in go-eventually
by you, shall be licensed as MIT, without any additional terms or conditions.