It’s dependency less (except CodernityDB obviously), by default it will run using wsgiref python server. You Config use Gevent as the server. We build custom WSGI application (no 3rd party framework).
CodernityDB-HTTP is HTTP layer for CodernityDB.
Because CodernityDB is pure Python you need to perform standard installation for Python applications
pip install CodernityDB-HTTP
or using easy_install:
easy_install CodernityDB-HTTP
or from sourcess:
hg clone ssh://[email protected]/codernity/codernitydb-http
cd codernitydb-http
python setup.py install
CodernityDB-HTTP is pure Python. So you just need to:
hg clone ssh://[email protected]/codernity/codernitydb-http
python setup.py install
Note
If you want to use msgpack please install msgpack-python, or msgpack-pure to make use of it.