Skip to content

haridsv/celery-alchemy-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Proof-Of-Concept for using a database backend with celery via SQLAlchemy. Tested only with SQL Server (on linux using pyodbc/unixODBC/FreeTDS) on linux. The model doesn't work with sqlite.

To try,
- pull the repo
- modify the alchemy_backend.py to use the right connection information
- run try_init.py to initialize the database tables
- start celeryd (e.g., "PYTHONPATH=. celeryd")
- run try_celery.py

About

A POC for using SQLAlchemy instead of Django for persistence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages