How to deploy Streamlit apps to Google App Engine

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • streamlit-appengine-samples

  • All sample resources are available at https://github.com/whitphx/streamlit-appengine-samples .

  • python-runtime

    gcr.io/google_appengine/python - Docker images for python

  • FROM gcr.io/google-appengine/python # Ref: # * https://github.com/GoogleCloudPlatform/python-runtime/blob/8cdc91a88cd67501ee5190c934c786a7e91e13f1/README.md#kubernetes-engine--other-docker-hosts # * https://github.com/GoogleCloudPlatform/python-runtime/blob/8cdc91a88cd67501ee5190c934c786a7e91e13f1/scripts/testdata/hello_world_golden/Dockerfile RUN virtualenv /env -p python3.7 ENV VIRTUAL_ENV /env ENV PATH /env/bin:$PATH ADD requirements.txt /app/ RUN pip install -r requirements.txt ADD . /app ENTRYPOINT [ "streamlit", "run", "streamlit-app.py", "--server.port", "8080" ]

  • 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

  • Windows GitHub Self Hosted Runner inside a Linux Container

    4 projects | dev.to | 18 May 2024
  • Basic setup for projects with Golang

    1 project | dev.to | 13 May 2024
  • Ask HN: How do you switch between multiple programming languages while coding?

    1 project | news.ycombinator.com | 6 May 2024
  • Modern Linux on the Desktop in 2023

    1 project | news.ycombinator.com | 2 May 2024
  • HackTheBox - Writeup Builder [Retired]

    1 project | dev.to | 27 Apr 2024