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 feedApi, feedConsumer templates #88

Closed bartelink closed 3 years ago

bartelink commented 3 years ago

Provides a skeleton implementation for an API that presents a (more or less) deduplicated feed of items exposed from a given service

The ingestion handles concurrently deduplicating the items being added, in order that it can be used within a high concurrency system

bartelink commented 3 years ago

Doh, was supposed to be a draft ;)