dymes-io/dymes
Distributed Yet Minimal Event Sourcing
refsrefsrefsmasterrefsDistributed Yet Minimal Event Sourcing
Dymes is a flexible, minimalist tool for message wrangling.
It can be used as a commit log, a source of commands, a sink for events, wherever one needs the ability to reliably store messages/events/commands and be able to query those by various attributes.
All this without having to set up and configure various supporting services.
Deploy via Helm chart into a Kubernetes cluster using minimal configuration, or using Podman/Docker compose for local development.
make oci
podman run --rm -p 6510:6510 -it dymes:latest
See Hacking for information on developing Dymes, bearing in mind the Dymes Conventions.
containerdcontainerdmake oci
podman run --rm -v ./zig-out/dymes-data:/var/dymes/data -p 6510:6510 -it dymes:latest
PLACEHOLDER
Dymes has a few dependencies on third-party libraries, which are all open source under OSI-approved licenses.