Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sendion is a modular library implementing the Outbox pattern, designed to solve the "dual-write" problem in distributed systems.

License

Notifications You must be signed in to change notification settings

KrawMire/sendion

Repository files navigation

Title image

Sendion is a modular library implementing the Outbox pattern, designed to solve the "dual-write" problem in distributed systems. It guarantees eventual consistency between your database changes and your event bus by persisting messages within a transaction before publishing them.

Supported Persistence Providers

Sendion supports the following persistence providers:

  • MongoDB;
  • PostgreSQL.

Supported Transport Providers

Sendion supports the following persistence providers:

  • Kafka.

About

Sendion is a modular library implementing the Outbox pattern, designed to solve the "dual-write" problem in distributed systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages