eidetic v1.0.0-alpha2 Eidetic
Configure an adapter for the eventstore:
# Example with GenServer Adapter
config :eidetic, eventstore_adapter: Eidetic.EventStore.GenServer
Configure additional options for the adapter, if required
config :eidetic, eventstore_adapter_options: [date_type: :database]
Configure subscribers, if required:
config :eidetic, eventstore_subscribers: [YourSubscribers]
Add Eidetic to your supervisor tree:
supervisor(Eidetic, []),
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Functions
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.