eidetic v0.5.0 Eidetic
Configure an adapter for the eventstore:
# Example with GenServer Adapter
config :eidetic, eventstore_adapter: Eidetic.EventStore.GenServer
Configure subscribers, if required:
config :eidetic, eventstore_subscribers: [YourSubscribers]
Add Eidetic to your supervisor tree:
supervisor(Eidetic, []),