Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 353 Bytes

Modules.EventStore

EventStore command logging for OrigoDB

Example for eventstore tcp running on localhost and port 1113:

   var config = EngineConfiguration.Create();
   var endPoint = new IPEndPoint(IPAddress.LoopBack, 1113);
   config.SetCommandStoreFactory(cfg => new ESCommandStore(cfg, endPoint, "my-stream"));