Skip to content

Idiomatic Domain-driven Design, CQRS and Event Sourcing for Go

License

Notifications You must be signed in to change notification settings

get-eventually/go-eventually

Folders and files

NameName
Last commit message
Last commit date
Apr 5, 2025
Mar 19, 2024
Dec 26, 2024
Mar 20, 2024
Dec 26, 2024
Dec 26, 2024
Apr 5, 2025
Mar 20, 2024
Mar 20, 2024
Dec 26, 2024
May 6, 2024
Jan 25, 2021
Mar 20, 2024
Mar 20, 2024
Mar 19, 2024
Mar 20, 2024
Apr 5, 2025
Mar 20, 2024
Oct 23, 2022
Mar 20, 2024
Dec 26, 2024
Mar 20, 2024
Apr 5, 2025
Apr 5, 2025
Apr 5, 2025
Apr 5, 2025
Apr 5, 2025
Mar 20, 2024

Repository files navigation


Eventually

Domain-driven Design, Event Sourcing and CQRS for Go


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.

Overview

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.

How to install

You can add this library to your project by running:

go get -u github.com/get-eventually/go-eventually

Contributing

Thank you for your consideration ❀️ You can head over our CONTRIBUTING page to get started.

License

This project is licensed under the MIT license.

Contribution

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.