rawkode / eidetic-elixir

An event sourcing library for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eidetic (EventSourcing for Elixir)

Build Status

WARNING: This is under active development. Do NOT use

Initial implementation of an event sourced model that can be used in Elixir.

Creating Your First EventSourced Model

Please check out the examples

defmodule MyModel do
  use Eidetic.Model, fields: [forename: nil, surname: nil]
end

About

An event sourcing library for Elixir

License:MIT License


Languages

Language:Elixir 100.0%