Skip to content

DevrexLabs/Modules.EventStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modules.EventStore

This is a storage module for OrigoDB, the in-memory database toolkit for NET/Mono, see http://devrexlabs.github.io

Example code for eventstore tcp running on localhost and port 1113:

Nuget installation

   install-package origodb.eventstore

Code example

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

   var db = Db.For<RedisModel>(config);

About

EventStore command logging for OrigoDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published