Skip to content

rawkode/eidetic-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages