Skip to content
/ kydb Public

KYDB (Kinyu DB). DB interface that supports many DB implementations.

License

Notifications You must be signed in to change notification settings

tayglobal/kydb

Repository files navigation

Introduction

An abstraction layer for NoSQL Database with features used in the financial services industry.

  • Simple factory. A single URL would define the database or union.

  • Filesystem-like heirachy for objects.

  • Caching and cache context.

  • Union: i.e. multiple databases where:

    • Read would look for the object in order

    • Write always writes to the first (front) db

  • Serialisable objects. Any python object can be stored in the DB with

    • With option to use decorators to give finer control over serialisation.

See Documentation.

About

KYDB (Kinyu DB). DB interface that supports many DB implementations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages