Event Observer Pattern in Go

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

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
  • RxGo

    Reactive Extensions for the Go language.

  • github.com/reactivex/rxgo/v2 package provides a set of operators to work with observable streams in a similar way to ReactiveX libraries, allowing to easily implement the Observer Design Pattern in Go.

  • go-cloud

    The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.

  • github.com/google/go-cloud/pubsub package provides a set of interfaces and tools to work with publish/subscribe messaging. This package allows easy communication between independent components by decoupling the sender and the receiver.

  • 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
  • watermill

    Building event-driven applications the easy way in Go.

  • github.com/ThreeDotsLabs/watermill package provides a framework for building event-driven applications. It allows easy communication between independent components by decoupling the sender and the receiver.

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

  • NATS: First Impressions

    1 project | news.ycombinator.com | 3 Apr 2024
  • Interview with Sebastian Holstein, Founder of Qaze

    1 project | dev.to | 21 Mar 2024
  • Scripting with NATS.io support

    1 project | /r/devops | 30 Oct 2023
  • NATS: Connective Technology for Adaptive Edge and Distributed Systems

    1 project | news.ycombinator.com | 21 Sep 2023
  • Structured Logging with Slog

    11 projects | news.ycombinator.com | 22 Aug 2023