https://github.com/daniel-furman/flask-boiler
Docker backend running on flask, mysql, and redis queue. Intended as lightweight boilerplate.
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
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
- Repositories: 6
- Profile: https://github.com/daniel-furman
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
Top Committers
| Name | 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