Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

rudylattae/daeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

daeta

Datastorage and access from another perspective.

Just starting out.

The aim is to be able to have a simple container that I can shove data into. The implementation persistence layer would be whatever, but the api would allow me to pretend like I am talking to a schemaless+nosql backend.

Features

  • No need to define a model, just work with python dicts (think JSON)
  • Quick CRUD; very light on the "R" implementation
  • Multiple backend implementations - some may expose additional features beyond common
  • Simple and flexible API
  • Auto schema migrations when data structure changes
  • Pipe data from one backend to another

Backends

Loosly based on how I expect to tackle the project

  • In Memory
  • SQLite
  • MongoDb
  • MySql
  • ... more

About

Datastorage and access from another perspective

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published