Example app and service templates `dotnet new -i Equinox.Templates; dotnet new eqx*/pro*` https://github.com/jet/equinox https://github.com/jet/FsCodec
This takes work carried out as part of #16 (which yielded an optimized projection pipeline which lives in the Equinox.Projection NuGet as of 2.0.0-preview6) and feeds it into the dotnet new eqxsync template, with the following effects:
Corrects progress management (the CFP doesnt impede progress or retry if projection is failing)
Enhances throughput by decoupling feed reading / lease management (the CFP bit), progress writing (managed async by CosmosIngester), ingestion (via CosmosIngester, which uses Equinox.Projection.Scheduling to manage the processing async)
(Pending testing and load testing, but pretty much code complete at present)
This takes work carried out as part of #16 (which yielded an optimized projection pipeline which lives in the
Equinox.Projection
NuGet as of2.0.0-preview6
) and feeds it into thedotnet new eqxsync
template, with the following effects:CosmosIngester
), ingestion (viaCosmosIngester
, which usesEquinox.Projection.Scheduling
to manage the processing async)(Pending testing and load testing, but pretty much code complete at present)