An open API service indexing awesome lists of open source software.

https://github.com/parody/chronik

Chronik
https://github.com/parody/chronik

cqrs elixir event-sourcing

Last synced: 3 months ago
JSON representation

Chronik

Awesome Lists containing this project

README

          

# Chronik

[![Build Status](https://travis-ci.org/parody/chronik.svg?branch=master)](https://travis-ci.org/parody/chronik)
[![Inline docs](http://inch-ci.org/github/parody/chronik.svg?branch=develop)](http://inch-ci.org/github/parody/chronik)
[![hex.pm version](https://img.shields.io/hexpm/v/chronik.svg)](https://hex.pm/packages/chronik)
[![hex.pm downloads](https://img.shields.io/hexpm/dt/chronik.svg)](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).