Rust Pubsub

Open-source Rust projects categorized as Pubsub

Top 9 Rust Pubsub Projects

  • svix-webhooks

    The enterprise-ready webhooks service 🦀

  • Project mention: Show HN: Hatchet – Open-source distributed task queue | news.ycombinator.com | 2024-03-08

    That's exactly why we built Svix[1]. Building webhooks services, even with amazing tools like FastAPI, Celery and Redis is still a big pain. So we just built a product to solve it.

    Hatchet looks cool nonetheless. Queues are a pain for many other use-cases too.

    1: https://www.svix.com

  • iceoryx2

    Eclipse iceoryx2â„¢ - true zero-copy inter-process-communication in pure Rust

  • Project mention: Show HN: Iceoryx2 v0.3.0 released – zero-copy IPC middleware in Rust | news.ycombinator.com | 2024-04-18
  • 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
  • twitch_api

    Rust library for talking with the Twitch API aka. "Helix", TMI and more! Use Twitch endpoints fearlessly!

  • mqtt-broker

    A tokio-based MQTT v5 broker written in pure Rust [WIP]

  • Project mention: Announcing rumqttd v0.15.0 with MQTTv5 features like Topic Alias and Message Expiry | /r/rust | 2023-05-30

    Not sure if I have many insights that the rumqttd team doesn't already know. My goals were a lot more scaled back in nature, I just wanted an easily-deployable binary that runs on a single machine, there isn't any clustering or things of that sort. Here's the current code. The main thing I'm wondering about is whether I got the architecture right for getting the best performance out of tokio. I have an ESP32-based project I originally wrote this for and I got it to the point where it works, and that's about where I stopped working hard on it, haha

  • akasa

    A high performance, low latency and high extendable MQTT server(broker) in Rust

  • Project mention: Announcing Akasa: A high performance, low latency MQTT server(broker) in Rust | /r/MQTT | 2023-09-29
  • omniqueue-rs

    A Queue Abstraction Layer for Rust (Redis, RabbitMQ, SQS, etc.)

  • Project mention: My first published crate, Omniqueue: a queue abstraction layer for Rust | /r/rust | 2023-06-08
  • unisub

    A Pub/Sub library for Rust backed by Postgres

  • Project mention: I made a little pub/sub library for Postgres/sqlx | /r/rust | 2023-10-04
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ic-event-hub

    Event-based pub/sub for IC canisters

  • notiflux

    notiflux - subscribe over WebSockets, publish over REST

  • Project mention: Ask HN: What was an interesting project you started and finished over a weekend? | news.ycombinator.com | 2024-04-06

    It was actually couple of weeks ago, but a small project that took mostly just two days to put together and I'm pretty happy with how it turned out.

    Notiflux (https://github.com/ikornaselur/notiflux): a small WebSocket broadcast server, the idea being that clients connect with WebSocket (such as a website) and then any source can send a POST request to the API to broadcast messages, allowing for real-time functionality from servers that don't support WebSockets, or you might have multiple sources that each might broadcast messages.

    Auth is done by Notiflux having a public key and the sources have the corresponding private key, JWT tokens signed with the private key include topics and scope (subscribe or broadcast to the topics). Clients would auth with an API for example, get a JWT with maybe a 10 second expiry, use it to subscribe to the topics that the API would then broadcast to through Notiflux.

    It was an excuse as well to play with WebSocket in Rust and learn a little bit about the Actor Pattern.

    If I would continue I'd want to explore how well it scales, how much traffic it could handle and look into horizontal scaling, but I feel like it's complete enough as a toy project.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Pubsub related posts

Index

What are some of the best open-source Pubsub projects in Rust? This list will help you:

Project Stars
1 svix-webhooks 2,075
2 iceoryx2 346
3 twitch_api 140
4 mqtt-broker 136
5 akasa 102
6 omniqueue-rs 50
7 unisub 15
8 ic-event-hub 11
9 notiflux 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com