Rust Events

Open-source Rust projects categorized as Events

Top 8 Rust Event Projects

  • vector

    A high-performance observability data pipeline.

  • Project mention: FLaNK AI Weekly 18 March 2024 | dev.to | 2024-03-18
  • message-io

    Fast and easy-to-use event-driven network library.

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

    FIM is an Open Source Host-based file integrity monitoring tool that performs file system analysis, file integrity checking, real time alerting and provides Audit daemon data.

  • Project mention: FIM v0.4.10 - Realtime File monitoring tool | /r/rust | 2023-11-17
  • liveask

    A one-stop solution for moderating discussions and Q&As.

  • Project mention: [Showoff Saturday] live-ask.com open sourced (think Slido but with privacy) | /r/webdev | 2023-09-19

    It was rewritten in pure rust to guarantee data security, performance and stability. Find the code on GitHub: https://github.com/liveask/liveask

  • rsevents

    Auto- and manual-reset events for rust

  • Project mention: Learning Async Rust with Too Many Web Servers | news.ycombinator.com | 2023-08-18

    Thanks. Perhaps I did go overboard with that disclaimer.. probably because I myself made the mistake of initially using [0] the oh-so-convenient tokio::io::copy() instead of writing my own copy method that would drop the other half of the connection when one side was closed.

    The copy_with_abort() routine is still taking the easy way out in this not-optimized-for-heavy-production-use sample because it uses a broadcast channel per connection to reactively signal that the other half of the connection should be closed (rather than timing out every x ms to see if an abort flag has been set). In the real world, I'd probably replace the join! macro with a manual event loop to be able to do the same but without creating a broadcast channel per-connection.

    (I maintain an extremely lightweight "awaitable bools" library for rust [1] that is perfect for this kind of thing (roughly equivalent to a "bounded broadcast_channel<()> of queue length 1, but each "channel" is only a single (optionally stack-allocated) byte) — but it's for event loops in synchronous code and not async executor compatible.)

    [0]: https://github.com/mqudsi/tcpproxy/commit/0164ef836a49f2f738...

    [1]: https://github.com/neosmart/rsevents

  • chaindexing-rs

    Index any EVM chain and query with SQL

  • Project mention: Building language-agnostic specifications: A good reason to start out with Rust? | /r/rust | 2023-12-05

    Recently, I have been building https://github.com/chaindexing/chaindexing-rs , an indexing daemon/engine for accessing blockchain data in EVM blockchains. The main goal is to eventually build an equivalent in popular languages to allow users from different backgrounds access blockchain data trivially.

  • ic-event-hub

    Event-based pub/sub for IC canisters

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

    Traits for a stream store, and an in-memory implementation.

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). The latest post mention was on 2024-03-18.

Rust Events related posts

Index

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

Project Stars
1 vector 16,366
2 message-io 1,029
3 fim 112
4 liveask 91
5 rsevents 18
6 chaindexing-rs 18
7 ic-event-hub 11
8 stroming 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com