Skip to content

DevrexLabs/Modules.EventStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"));

About

EventStore command logging for OrigoDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published