RuPy 2012: CodernityDB - pure python NoSQL database / Jedrzej Nowak

Опубликовано: 03 Декабрь 2025
на канале: RuPy Conference
466
1

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.