Robert Friberg

Results 28 issues of Robert Friberg

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

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

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...

Settings are populated by the configuration subsystem. This means users don't create the settings objects, instead they obtain a reference to them by calling `Config.Current.GetSettings()`. This is ugly but can...

enhancement

Implement JSON/XML over HTTP for commands and queries. This will allow access from any client that can speak http.

enhancement

Failed CanWriteManyAndReadFromMany(Provider:Memstate.EventStore.EventStoreProvider, Memstate.EventStore, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null, Serializer: Memstate.JsonNet.JsonSerializerAdapter, Memstate.JsonNet, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null, Name:memstatebae4e34664) Error Message: Expected: 300 But was: 0 Stack Trace: at System.Test.ClusterTests.d__4.MoveNext() in /Users/rf/memstate/src/System.Test/ClusterTests.cs:line 136 Standard Output Messages:...

bug

copy origodb.com site and tweak from there. origodb.com is based on jekyll, host with firebase because gh-pages does not (yet) support https for custom domains.

In the EventStore project, implement a storage provider that uses an embedded event store node, see https://eventstore.org/docs/dotnet-api/4.0.2/embedded-client/

enhancement