https://github.com/daniel-furman/flask-boiler

Docker backend running on flask, mysql, and redis queue. Intended as lightweight boilerplate.

https://github.com/daniel-furman/flask-boiler

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.1%) to scientific vocabulary

Keywords

docker docker-compose flask mysql python rq
Last synced: 5 months ago · JSON representation

Repository

Docker backend running on flask, mysql, and redis queue. Intended as lightweight boilerplate.

Basic Info
  • Host: GitHub
  • Owner: daniel-furman
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 20.5 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
docker docker-compose flask mysql python rq
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

flask boiler

Barebones backend server running on flask, mysql, and redis queue

setup

docker-compose up

routes

  • /v1/run_pipe (PUT)
  • /v1/grab_datetimes (GET)
  • /v1/grab_one_datetime (POST)

azure deployment docs

  • https://learn.microsoft.com/en-us/azure/container-instances/tutorial-docker-compose

other resources

  • https://dev.mysql.com/doc/mysql-getting-started/en/
  • https://github.com/UCB-INFO-BACKEND-WEBARCH/spring-22-labs/tree/main

Owner

  • Name: Daniel Furman
  • Login: daniel-furman
  • Kind: user
  • Location: San Francisco
  • Company: @twosixcapital

Master’s student, UC Berkeley School of Information. University of Pennsylvania alum. DS @twosixcapital. Prev MLE @understory.ai.

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 12
  • Total Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
daniel-furman d****n@g****m 12

Dependencies

app/Dockerfile docker
  • python 3.12-alpine build
app/requirements.txt pypi
  • flask *
  • simplejson *
docker-compose.yml docker