Rust Event System

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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

    A callback-based Event Loop

  • I use (and occasionally contribute to) an event loop library Calloop. It's not quite the kind of event system you're working on, but you might still learn something from the architecture and API they use. Event "sources" are the primal thing, and are built up from composition. At the lowest level are extremely simple file-descriptor based event sources. The library itself wraps these to produce channels, "pings", timers, even async executors. User code wraps those to produce eg. IPC event sources, time-limited actions, subprocess management, etc. etc.

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ngrrram: Improve typing speed and learn new layouts (incl. free cat)

    1 project | news.ycombinator.com | 21 May 2024
  • Build a password manager with Rust - Part 1

    1 project | dev.to | 21 May 2024
  • Regular Expression Matching Can Be Simple and Fast (2007)

    3 projects | news.ycombinator.com | 21 May 2024
  • Rustify your JavaScript tooling

    9 projects | dev.to | 21 May 2024
  • hyper (Rust) upgrade to v1: Body became Trait

    6 projects | dev.to | 21 May 2024