Skip to content
/ rebase Public

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

License

Notifications You must be signed in to change notification settings

trivago/rebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebase Build Status

What is it?

Rebase is a small library consisting of powerful reusable components aimed at making your Data Layer 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