evt 0.0.1

Event-Sourced Autonomous Services
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 4.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 965.97 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mbriggs

evt

Event-Sourced autonomous services for rust. An implementation of (Eventide)[https://eventide-project.org/] using (Message DB)[https://github.com/message-db/message-db].

WARNING: this project is in active development and not yet functional.

Developing

It is epected that you have MESSAGE_STORE_URL. If you do not want to set this globally, https://direnv.net/ can be useful for setting things like this per project.

A convenience script is included for quickly setting up and running message-db with docker. ./scripts/provision-db.sh

If you use the docker image, this is the connection string: export MESSAGE_STORE_URL="postgres://message_store:message_store@localhost:5432"