Scheduler with a REST API and a web UI

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

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
  • rocketry-with-fastapi

    Example of how to create a scheduler with an API

  • The source code is here with instructions to set this up: https://github.com/Miksus/rocketry-with-fastapi. Use it as you wish.

  • rocketry

    Modern scheduling library for Python

  • There is a Rocketry application that has some example tasks scheduled (Python).

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

    The library for web and native user interfaces.

  • There is a React server acting as a front end which you see above. This is the web front-end (Javascript).

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • There is a FastAPI application that communicates with the Rocketry app in real-time. This is the web back-end (Python).

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

  • Requirements for hosting a website that would require storing data, like a food delivery website.

    3 projects | /r/AskComputerScience | 27 Sep 2022
  • Redis Hackathon: EmpFriendly - Backend

    7 projects | dev.to | 23 Aug 2022
  • Scheduler with an API (a working template to get you started)

    3 projects | /r/Python | 24 Jul 2022
  • Do not Reinvent the Wheel: Utilize Django’s Built-in Auth App to Create a Robust Authentication System

    1 project | dev.to | 16 May 2024
  • An Introduction to Testing with Django for Python

    2 projects | dev.to | 14 Feb 2024