memstate icon indicating copy to clipboard operation
memstate copied to clipboard

In-memory event-sourced ACID-transactional distributed object graph engine for .NET Standard

Results 29 memstate issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I have a repro for this. This F# project: https://github.com/srid/Baseline (dotnet run the `Baseline.CLI` project) - Main entry point: https://github.com/srid/Baseline/blob/346ff7bdb70d131c03469e5f7d7e62b16926d581/src/Baseline.CLI/Program.fs#L12-L19 - Types: https://github.com/srid/Baseline/blob/master/src/Baseline.Data/Library.fs#L7-L56 When I run the program multiple times,...

Port origodb docs, modify accordingly. Use GH flavored markdown in the docs sub folder.

Hi @rofr what's the status of the TODO MVC Sample app? does that need to be upgraded to .net core 3.1? What's it's purpose? I couldnt get it to run...

bug

This is a good exercise for learning and presence on the https://www.todobackend.com/ site will add to our online presence.

help wanted

Use IAsyncEnumerable instead of IEnumerable for IJournalReader.GetRecords() https://docs.microsoft.com/en-us/archive/msdn-magazine/2019/november/csharp-iterating-with-async-enumerables-in-csharp-8

When the engine starts, the entire journal is replayed. We should support uses cases where we load a portion of the journal by providing arguments such as LoadFromRecord, LoadToRecord, LoadFromPointInTime,...

enhancement

similar to #65 I think. Now that I stumbled across the excellent `MarkDownSnippets` I can update the sample code. Woot! https://github.com/SimonCropp/MarkdownSnippets I won't list all the examples here that need...

documentation

**Intro (skip it if you are in a hurry ^^ )** A few weeks ago I started a new project and keeping all data in memory and just persist a...

question
documentation

This would be a .NET Framework console or windows application that references OrigoDB (with modules) and memstate (with all modules). It will need to dynamically reference the assembly containing types...