Skip to main content

kydb (Kinyu Database). NoSQL DB interface.

Project description

Introduction

This is just a simple wrapper for various NoSQL Database. Currently it offers:

  • Simple factory. A single URL would define the database or union.
  • Caching
  • Union: i.e. multiple databases where:
    • Read would look for the object in order
    • Write always writes to the first (front) db

See Documentation.

What does it look like?

Connect to KYDB with AWS S3 as the implementation::

from kinyu.db.api import kydb
db = kydb.connect('s3://my-kydb-bucket')

Writing to DB::

key = '/mytest/foo'
db[key] = 123

Reading from DB::

db[key] # returns 123

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kydb-0.2.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

kydb-0.2-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page