Skip to content

Simple Flask REST APIs to manage queues job with Kafak and Celery

Notifications You must be signed in to change notification settings

PradeepJaiswar/flask-kafka-celery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial for setting up a basic Flask REST APIs only application

Install dependencies

$ virtualenv .pyenv
$ source .pyenv/bin/activate
$ pip install -r requirements/base.txt

Run

$ python run.py
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
* Restarting with stat

Now hit http://localhost:5000/v1/api/users in your browser Now hit http://localhost:5000/v1/api/customers in your browser

About

Simple Flask REST APIs to manage queues job with Kafak and Celery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages