Coder Social home page Coder Social logo

codernitydb's Introduction

CodernityDB

A pure python, NoSQL, fast database. Clone from https://bitbucket.org/codernity/codernitydb/

CodernityDB is opensource, 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-link_), and also Python client library (CodernityDB-PyClient-link_) that aims to be 100% compatible with embeded version.

image

You can call it a more advanced key-value database. With multiple key-values indexes in the same engine. Also CodernityDB supports functions that are executed inside database.

Main documentation is located at http://labs.codernity.com/codernitydb

Key features

  • Native Python database
  • Multiple indexes
  • Fast (more than 50 000 insert operations per second see Speed for details)
  • Embeded mode (default) and Server (CodernityDB-HTTP-link_), with client library that aims to be 100% compatible with embeded one
  • Easy way to implement custom Storage

Install

Because CodernityDB is pure Python you need to perform standard installation for Python applications::

pip install CodernityDB

or using easy_install::

easy_install CodernityDB

or from sources::

hg clone ssh://[email protected]/codernity/codernitydb
cd codernitydb
python setup.py install

Contribute & Bugs & Requests

CodernityDB is one of projects developed and released by Codernity_, so you can contact us directly in any case.

Do you want to contribute? Great! Then just fork our repository CodernityDB @ Bitbucket_ and do a pull request. It can't be more easy!

To fill a bug please also use Bitbucket.

Support

In case of any problems, feature request you can also contact us directly.

Do you want customized version of CodernityDB ? No problem, just contact us.

.. _NoSQL: http://en.wikipedia.org/wiki/NoSQL .. _KnockoutJS: http://knockoutjs.com/ .. _CodernityDB @ Bitbucket: http://bitbucket.org/codernity/codernitydb .. _Codernity: http://codernity.com .. _CodernityDB-HTTP-link: http://labs.codernity.com/codernitydb-http .. _CodernityDB-PyClient-link: http://labs.codernity.com/codernitydb-pyclient

codernitydb's People

Contributors

perchouli avatar

Watchers

James Cloos avatar seraphln wu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.