This is a web stack that intergrates several exisitng tools into pyramid.
mongo
- use mongoengine for MongoDB ORM
- REST interface with traversal pattern
- gevent supported
task
- use celery for distributed task queue
- Copped with mongodb
- Decorator that speficy queue name and auto register tasks
- configure and run celeryd with paste script, $ pceleryd [development.ini]
- REST interface
rest
- Rest Contract and Views
The demo inlcudes a html5 website template with backbone and bootstrap.