Top 5 Rust Queue Projects
-
rc_event_queue
VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.
-
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
-
An async database message/job queue based on bonsaidb for persistent, retryable and timed jobs: https://github.com/FlixCoder/bonsaimq
-
-
Project mention: Why messaging is much better than REST for inter-microservice communications | news.ycombinator.com | 2023-02-12
I made a very similar project in Rust that seems to mimic this idea: https://github.com/volfco/boxcar
The core idea I had was to decouple the connection from the execution of the RPC. Mats3 looks to be doing a lot more than what I've done so far, but it's nice to see similar ideas out there to take inspiration from.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Rust Queue related posts
Index
What are some of the best open-source Queue projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | rc_event_queue | 17 |
2 | qrono | 8 |
3 | bonsaimq | 6 |
4 | process-queue | 3 |
5 | boxcar | 0 |