CodernityDB is opensource (Apache 2.0 licensed), pure Python (no 3rd party dependency), fast (really fast check Speed if you don't believe in words), multiplatform, schema-less, NoSQL database. It has optional support for HTTP server version (CodernityDB-HTTP), and also Python client library (CodernityDB-PyClient) that aims to be 100% compatible with embeded version.
This talk will start from development & testing phase of CodernityDB, then we will go fast though database features and we will end with CodernityDB-PyClient + CodernityDB-HTTP that will show advanced python import hook usage and tests.