[Question] Streams with Graphql Subscriptions / PubSub

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

    GraphQL server library for Rust

  • (example from the docs async-graphql https://async-graphql.github.io/async-graphql/en/subscription.html, juniper: https://github.com/graphql-rust/juniper/blob/master/docs/book/content/advanced/subscriptions.md)

  • vector

    A high-performance observability data pipeline.

  • Here’s a really simple example we use in Vector for streaming a ‘health’ check that returns the current server uptime: https://github.com/timberio/vector/blob/45da52c2c658893ba28044a807ecbaee1884d918/src/api/schema/health.rs#L31

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

    Asynchronous streams for Rust using async & await notation

  • I might even start smaller than that, and try creating a basic function using async-stream's stream! macro that just yields an incrementing i64 and return that from within a subscription, to get an idea for how it works.

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

  • What is a low/reasonable cost solution for service log storage and querying?

    1 project | news.ycombinator.com | 5 May 2024
  • Hacks to reduce cloud spend

    1 project | /r/sre | 6 Dec 2023
  • creating a centralize syslog server with elastic search

    1 project | /r/elasticsearch | 14 Jun 2023
  • Retaining Logs generated by service running in pod.

    1 project | /r/kubernetes | 31 May 2023
  • Lightweight logging on RPi?

    4 projects | /r/selfhosted | 24 May 2023