Example app and service templates `dotnet new -i Equinox.Templates; dotnet new eqx*/pro*` https://github.com/jet/equinox https://github.com/jet/FsCodec
The initial impl of proAllProjector is hardwired to project from EventStore (only). This PR expands the impl to support running from CosmosDB (as the original template from which this derives - summaryProjector originally did.
(The next step is to consolidate across proAllProjector/proProjector and summaryProjector, but leaving that for now)
The initial impl of
proAllProjector
is hardwired to project from EventStore (only). This PR expands the impl to support running from CosmosDB (as the original template from which this derives -summaryProjector
originally did.(The next step is to consolidate across
proAllProjector
/proProjector
andsummaryProjector
, but leaving that for now)