What web framework should i use with a focus on streaming data?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Centrifugo

    Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.

  • Hello, maybe take a look at Centrifugo - https://github.com/centrifugal/centrifugo - it runs as a separate service so you can just publish your data to Centrifugo via HTTP and data will be delivered to connected clients subscribed on a channel. `centrifugo --client_insecure` will let you disable all authentication checks for quick prototyping (`client_insecure` option **is not safe** for production usage though).

  • 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