Tripping the circuit

This page summarizes the projects mentioned and recommended in the original post on dev.to

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. Polly

    Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

    This is probably one of the most useful "cloud" patterns out there and it is fairly easy to implement. There are great articles and implementations, like Polly, already on the internet about this pattern so why another one?

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. clouddotnet

    .NET Cloud Pattern Implementations

    The C# implementation can be found @ clouddotnet. The implementation is generic, asynchronous and thread safe and lock-free. The Go implementation can be found @ gocloud. The implementation is idiomatic and "goroutine" safe.

  4. gocloud

    Go Cloud Pattern Implementations

    The C# implementation can be found @ clouddotnet. The implementation is generic, asynchronous and thread safe and lock-free. The Go implementation can be found @ gocloud. The implementation is idiomatic and "goroutine" safe.

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

  • How To Implement Retries and Resilience Patterns With Polly and Microsoft Resilience

    1 project | dev.to | 29 Apr 2025
  • Implement Circuit Breaker using Polly in .Net Core 8

    1 project | dev.to | 21 Dec 2024
  • The Retry Pattern and Retry Storm Anti-pattern

    1 project | dev.to | 15 Jan 2024
  • I thought "Availability Groups" would be 100% "seamless"

    1 project | /r/SQLServer | 16 May 2023
  • Do you really need "microservices"?

    1 project | dev.to | 14 May 2023