memstate
memstate copied to clipboard
In-memory event-sourced ACID-transactional distributed object graph engine for .NET Standard
Also, make subscriptions push based using domain events. See http://origodb.com/docs/core-0.19/models/messaging/
The file journal is a single file that grows indefinitely. We want to have it in manageably sized chunks and a naming scheme that reflects the ordering and recordnumbers, eg...
Queries and Commands may carry mutable objects reachable from the outside into the model or return mutable references to objects within the model breaking isolation. One extreme is to serialize...
https://github.com/ufcpp/ContextFreeTask
Hangs for both postgres and eventstore providers. Only writes a single event to eventstore and then hangs. Postgres benchmark produces output then hangs at the end of the benchmark run.
Bt default, the kernel uses a global ReaderWriterLockSlim to allow either a single writer or multiple readers at any given time. This is a simple but powerful locking model that...
`engine.Execute(string query, params object[] args)` where query is compiled and cached on the node. See https://github.com/DevrexLabs/OrigoDB/tree/dev/src/OrigoDB.Core/Linq