https://github.com/err0r500/dcb-layer
foundationdb layer for event-sourcing with DCB
https://github.com/err0r500/dcb-layer
Last synced: about 1 month ago
JSON representation
foundationdb layer for event-sourcing with DCB
- Host: GitHub
- URL: https://github.com/err0r500/dcb-layer
- Owner: err0r500
- Created: 2026-06-18T22:21:23.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-19T12:44:39.000Z (about 1 month ago)
- Last Synced: 2026-06-19T14:27:27.125Z (about 1 month ago)
- Language: Rust
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dcb-layer
A [DCB-compliant](https://dcb.events) event store backed by [FoundationDB](https://www.foundationdb.org).
## Packages
| Package | Language | Registry | Description |
|---|---|---|---|
| [dcb-layer](./dcb-layer/README.md) | Rust | [crates.io](https://crates.io/crates/dcb-layer) | Core library |
| [dcb_layer_ex](./dcb-layer-ex/README.md) | Elixir | [hex.pm](https://hex.pm/packages/dcb_layer_ex) | Elixir bindings via Rustler NIF |