https://github.com/cthoyt/flask-celery-docker-demo

A short demo on how to process files with Flask and Celery inside Docker

https://github.com/cthoyt/flask-celery-docker-demo

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

A short demo on how to process files with Flask and Celery inside Docker

Basic Info
  • Host: GitHub
  • Owner: cthoyt
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 15.6 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 7 years ago · Last pushed over 7 years ago
Metadata Files
Readme License

README.rst

Flask and Celery Demo
=====================
The file `wsgi.py `_ has a
full example how to run a message queue and results backend using celery inside a flask application
so you can take your scripts and make them into web interfaces!

If this repository is helpful, please link to it from your documentation. 

Docker
------
To show how this application can be quickly dockerized, a ``Dockerfile`` and ``docker-compose.yml``
file are included.

To run them, just type ``docker-compose up``.

Contributing
------------
If you have any ideas to improve this tutorial, please open an issue or 
submit a pull request!

Owner

  • Name: Charles Tapley Hoyt
  • Login: cthoyt
  • Kind: user
  • Location: Bonn, Germany
  • Company: RWTH Aachen University

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • python 3.6.6-alpine build
docker-compose.yml docker
  • rabbitmq 3.7.7-alpine
  • redis 4.0.11-alpine
Pipfile pypi
  • celery *
  • flask *
  • flask-bootstrap *
  • flask-wtf *
  • gunicorn *
  • sqlalchemy *
  • wtforms *
Pipfile.lock pypi
  • amqp ==2.3.2
  • billiard ==3.5.0.4
  • celery ==4.2.1
  • click ==6.7
  • dominate ==2.3.1
  • flask ==1.0.2
  • flask-bootstrap ==3.3.7.1
  • flask-wtf ==0.14.2
  • gunicorn ==19.9.0
  • itsdangerous ==0.24
  • jinja2 ==2.10
  • kombu ==4.2.1
  • markupsafe ==1.0
  • pytz ==2018.5
  • redis ==2.10.6
  • sqlalchemy ==1.2.11
  • vine ==1.1.4
  • visitor ==0.1.3
  • werkzeug ==0.14.1
  • wtforms ==2.2.1