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

Expand samples / templates / reference apps #27

Open bartelink opened 5 years ago

bartelink commented 5 years ago

Overhang work from jet/equinox#55 and jet/equinox#56:

bartelink commented 5 years ago

cc @voronoipotato @troykershaw Status/thinking update wrt the general space of examples and/or starter kit materials for Equinox as a whole:

voronoipotato commented 5 years ago

Sorry for ghosting you like that. I recently started a F# group in my local area and now we're talking about getting ready for a conference so my amount of "being busy" has gone up a lot. I'll look into this on the weekend.

bartelink commented 5 years ago

Not a problem, it's all good - simply delighted to have gotten your insightful feedback in the first place; you've helped plenty even if it remains a drive-by interaction forever ;)

Please don't feel under any pressure within any timeframe - especially when you're doing real hard (and absolutely important) work!

bartelink commented 5 years ago

Quick update - the incoming summaryConsumer and projector templates in #29 includes deeper examples of projections and rudimentary CQRS extensions to the todo app (only supports CosmosDb for now, EventStore support would rely on impl of https://github.com/jet/propulsion/issues/8)

bartelink commented 4 years ago

https://github.com/jet/dotnet-templates/pull/40 adds some sample aggregates (though once again, does not provide a front end or end-to-end app as yet...)