Where can i host a independent script that runs 24/7? (creating data on my models)

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

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

    Serverless Python (by zappa)

  • If you're interested in AWS, check out https://github.com/zappa/Zappa which lets you deploy and run your app as a Lambda function (no real knowledge of AWS/Lambda required, works with any Python app). Should be free/extremely cheap for a hobby project. Supports scheduled invocations which let you run a task on a timer... so you could run the task once every 5 minutes, create data in a loop for 4 minutes 50 seconds, then exit.

  • 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