jet / dotnet-templates

Example app and service templates `dotnet new -i Equinox.Templates; dotnet new eqx*/pro*` https://github.com/jet/equinox https://github.com/jet/FsCodec
https://github.com/jet/propulsion
Apache License 2.0
64 stars 16 forks source link

Add CosmosDB Support for proAllProjector #47

Closed bartelink closed 4 years ago

bartelink commented 4 years ago

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)