Skip to content

a quick project built as an example for Asynchronous REST API with celery. This purpose of this project is to explain how to step by step design a cloud-native application. Mediums posts will follow.

Notifications You must be signed in to change notification settings

yurilaaziz/barberousse

Repository files navigation

Description

A human asynchronous framework based on celery.

Note:

This project starts to be a quick project built as an example for Asynchronous REST API with celery. This purpose of this project is to explain how to step by step design a cloud-native application. Mediums posts will follow.

Get started

Install

git clone http://github.com/yurilaaziz/barberousse.git

Run the celery worker

celery -A barberousse.worker worker -l debug -Q tasks -n tasks
 

Run the gateway

python entry.py

Run the gateway using gunicorn

gunicorn barberousse:app

About

a quick project built as an example for Asynchronous REST API with celery. This purpose of this project is to explain how to step by step design a cloud-native application. Mediums posts will follow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published