Skip to main content

Python NoSQL Implementation on top of git

Project description

“A synonym of Git Storage”

## Wrapped NoSQL Built On Git

GitLarder is a dead-simple flat-file storage mechanism meant for data needing strict version control with few writes. It’s built straight on top of git and works alongside it.

### Usage

A GitRecordFactory object can be instantiated with a repo path. The path should point to a real git repository, and anything intended to be interacted with using GitLarder should be simple json files in directories (called “models”). Any tree not intended to be pointed at with GitLarder should be shoved into a .gitrecord_ignore file in the top level.

A GitRecord object can be instantiated from a dict, but the more likely usage is to retrieve a class from the GitRecordFactory using get_model. The factory finder methods can then be called on the generated GitRecord subclass without having to explicitly pass in a model name.

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

GitLarder-0.9.2.zip (8.0 kB view hashes)

Uploaded Source

Built Distribution

GitLarder-0.9.2-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 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