dciccale / rebase

A small python library to make your data layer more robust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebase Build Status

What is it?

Rebase is a small library consisting of powerful reusable components aimed at making your Data Layer more more robust. With the changes of how data is being stored in databases, it is becoming very challenging to validate data specially in NoSQL databases.

Rebase is designed in such a way that it is easier to manipulate the data and project them in different views.

Challenges that lead to this idea

Working daily with data having different structures becomes a pain eventually. Sometimes you have to adapt or map an object to another format or apply some filters to part of the data. This occurs very often when have data coming from different sources and want to conform them.

Getting Started

Installation

Install via pip

$ pip install rebase

Documentation

core

validators

About

A small python library to make your data layer more robust.

License:Apache License 2.0


Languages

Language:Python 99.3%Language:Makefile 0.7%