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

proProjector: Add SqlStreamStore support #74

Closed bartelink closed 4 years ago

bartelink commented 4 years ago

Based on @scrwtp's https://github.com/scrwtp/dotnet-templates/tree/master/sqlstreamstore-draft, this adds code to allow

dotnet new proProjector -s sqlStreamStore

Which wires up a projector to consume from a Propulsion.SqlStreamStore source, feeding into any of the standard sinks

Note the current wiring only provides for SqlStreamStore.MsSql out of the box atm, but there should obviously not much tweaking involved to use MySql/PgSql

bartelink commented 4 years ago

@rajivhost aaaand the journey you kicked off is nearly complete, congrats!

Rajivhost commented 4 years ago

Nice, thanks for your efforts Guys!!