Rust Events

Open-source Rust projects categorized as Events

Top 8 Rust Event Projects

  • vector

    A high-performance observability data pipeline.

  • Project mention: What is a low/reasonable cost solution for service log storage and querying? | news.ycombinator.com | 2024-05-05

    I am thinking about using https://vector.dev/ but would also love opinions on the best deal for lower or reasonable cost storage/querying of logs. Thanks!

  • message-io

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

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

  • chaindexing-rs

    Index any EVM chain and query in 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.

  • 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

  • ic-event-hub

    Event-based pub/sub for IC canisters

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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).

Rust Events related posts

  • [Showoff Saturday] live-ask.com open sourced (think Slido but with privacy)

    1 project | /r/webdev | 19 Sep 2023
  • Learning Async Rust with Too Many Web Servers

    4 projects | news.ycombinator.com | 18 Aug 2023
  • Liveask update adds pre-screening support and animations

    1 project | news.ycombinator.com | 27 Jul 2023
  • Fullstack Rust Website: Live-Ask.com

    1 project | /r/webdev | 27 Nov 2022
  • Live-ask.com: one-stop solution for realtime Q&As using fullstack Rust

    1 project | news.ycombinator.com | 27 Nov 2022
  • Implementing truly safe semaphores in rust, and the cost we pay for safety

    2 projects | /r/rust | 4 Oct 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 31 May 2024
    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. Learn more →

Index

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

Project Stars
1 vector 16,749
2 message-io 1,044
3 fim 117
4 liveask 92
5 chaindexing-rs 45
6 rsevents 18
7 ic-event-hub 11
8 stroming 1

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