https://github.com/adityajaroli/pyjob-firebase
A web server to handle long running jobs in background and updating the status in firebase db once job is completed.
https://github.com/adityajaroli/pyjob-firebase
python-background-job python-firebase python-flask python-web-server
Last synced: 9 days ago
JSON representation
A web server to handle long running jobs in background and updating the status in firebase db once job is completed.
- Host: GitHub
- URL: https://github.com/adityajaroli/pyjob-firebase
- Owner: adityajaroli
- Created: 2018-07-04T21:25:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T10:43:27.000Z (almost 7 years ago)
- Last Synced: 2023-07-13T05:26:16.740Z (almost 3 years ago)
- Topics: python-background-job, python-firebase, python-flask, python-web-server
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
# Author: Aditya Jaroli
# License: Free to modify/reuse/improve
# Description:
A web server to handle long running jobs in background and updating the status in firebase db once job is completed
# To install all the dependencies
pip install -r requirements.txt
# To install Pyrebase you should have pip version 9.0.3 or lesser. It doesn't work on latest version on pip
1. Check pip version by typing below command.
pip --version
2. If it is greater than 9.0.3 then do the below commands
pip install --upgrade pip setuptools
pip install --upgrade pip==9.0.3
# To run the server. Make sure you are using python3
python Application.py