https://github.com/parody/chronik
Chronik
https://github.com/parody/chronik
cqrs elixir event-sourcing
Last synced: 3 months ago
JSON representation
Chronik
- Host: GitHub
- URL: https://github.com/parody/chronik
- Owner: parody
- License: mit
- Created: 2017-07-03T20:17:56.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-08T23:21:23.000Z (about 7 years ago)
- Last Synced: 2024-11-17T17:47:14.032Z (about 1 year ago)
- Topics: cqrs, elixir, event-sourcing
- Language: Elixir
- Size: 144 KB
- Stars: 32
- Watchers: 25
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Chronik
[](https://travis-ci.org/parody/chronik)
[](http://inch-ci.org/github/parody/chronik)
[](https://hex.pm/packages/chronik)
[](https://hex.pm/packages/chronik)
A lightweight event sourcing micro framework for Elixir.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `chronik` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:chronik, "~> 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/chronik](https://hexdocs.pm/chronik).