Show HN: I created a .NET task batching and management library

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • BatchPool

    The one-stop generic task batching and management library

  • PartitionCache

    Persistent Producer Partition Cache

  • This is a great little library. Several years ago I wrote this tiny (very flakey) in memory topic producer cache - https://github.com/jeremylcarter/PartitionCache. The purpose was to create something like Event Hubs and/or Kafka but in memory only - just to split up workloads by a producer key. I have since seen how bad my initial implementation was, and I did rewrite it - but haven't pushed the branch up.

    Perhaps there is a use case for you to have keyed producers. Whereby the same items from the same producer ID are always processed by the same worker - even if it were just round robin assignment to a "batch".

    I have also dabbled in the Qoollo Turbo library which has a nice QueueProcessor which is easy to extend (see QueueAsyncProcessor) - you should check that out too for inspiration.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • BatchPool – A .NET task batching and management library

    1 project | news.ycombinator.com | 14 Nov 2022
  • I made a .NET task batching and management library. After writing this 3 times at previous jobs, I propose an Open-Source library!

    1 project | /r/opensource | 13 Nov 2022
  • OpenAI demo some ChatGPT and GPT-4 updates on 13 May

    1 project | news.ycombinator.com | 10 May 2024
  • OpenAI page changed: new Search picture

    1 project | news.ycombinator.com | 6 May 2024
  • OpenAI Website Relaunch

    1 project | news.ycombinator.com | 1 May 2024