https://github.com/drowzy/chronicle
https://github.com/drowzy/chronicle
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/drowzy/chronicle
- Owner: drowzy
- Created: 2021-03-26T07:51:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T14:48:48.000Z (about 5 years ago)
- Last Synced: 2025-02-16T11:14:09.805Z (over 1 year ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chronicle

An experimental distributed commit log with a Kafkaesque storage layer.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `chronicle` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:chronicle, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/zerg_mq](https://hexdocs.pm/zerg_mq).