stan.go VS mqtt-to-kafka-bridge

Compare stan.go vs mqtt-to-kafka-bridge and see what are their differences.

mqtt-to-kafka-bridge

Move your messages from MQTT to Apache Kafka in real-time :rocket: (by nodefluent)
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
stan.go mqtt-to-kafka-bridge
2 1
705 36
0.0% -
0.0 10.0
3 months ago over 1 year ago
Go JavaScript
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stan.go

Posts with mentions or reviews of stan.go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-03.
  • Show HN: DriftDB is an open source WebSocket back end for real-time apps
    15 projects | news.ycombinator.com | 3 Feb 2023
    Nats is not something I see as a competitor for external clients (browsers, mobile apps), primarily because it doesn't handle reconnections / message delivery / quality-of-service / at-least-once or exactly-once delivery (except for MQTT).

    > When the connection is lost, your application would have to re-create it and all subscriptions if any. https://github.com/nats-io/stan.go#connection-status

    Therefore, I don't see what it adds here. It seems designed for service communication, not client-server. They also don't list browsers as a use case https://docs.nats.io/nats-concepts/overview#use-cases. (though it is of course possible, it's just not ideal IMHO.)

    They still have a js/browser client library though if you want to use them: https://github.com/nats-io/nats.ws. And yes, their servers "have websocket support".

  • Go, NATS, gRPC and PostgreSQL clean architecture microservice with monitoring and tracing 👋
    16 projects | dev.to | 29 Mar 2021
    Hi, in this article I've tried to make microservice using: 🚀 NATS as message broker gRPC Go implementation of gRPC PostgreSQL as database Jaeger open source, end-to-end distributed tracing Prometheus monitoring and alerting Grafana for to compose observability dashboards with everything from Prometheus MailHog Web and API based SMTP testing Redis Type-safe Redis client for Golang Nginx HTTP and reverse proxy server swag Swagger for Go

mqtt-to-kafka-bridge

Posts with mentions or reviews of mqtt-to-kafka-bridge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-03.
  • Show HN: DriftDB is an open source WebSocket back end for real-time apps
    15 projects | news.ycombinator.com | 3 Feb 2023
    MQTT-over-websocket does exist, and most MQTT brokers support it (Mosquito, AmazonMQ etc.). You're right about the compaction - MQTT doesn't have anything in it's protocol about compaction, and I don't know of any brokers that implement it. Having said that, you could use an MQTT-kafka bridge.

    Something like Mosquito + https://github.com/nodefluent/mqtt-to-kafka-bridge + Redpanda in a docker image would work, though obv. this might be a bit overkill for most. Having said that, it does open many new avenues for interaction at scale. You pays your money...

What are some alternatives?

When comparing stan.go and mqtt-to-kafka-bridge you can also consider the following projects:

Go-NATS-Streaming-gRPC-PostgreSQL - Go Nats Streaming gRPC PostgerSQL emails microservice

Centrifugo - Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.

NATS - High-Performance server for NATS.io, the cloud and edge native messaging system.

exhibitor - Snappy and delightful React component workshop

Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

nats.ws - WebSocket NATS

driftdb - A real-time data backend for browser-based applications.

plane - A distributed system for running WebSocket services at scale.

opentracing-javascript - OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163

colyseus - âš” Multiplayer Framework for Node.js