A library of generic tools for ETL work and visualization of JSON blobs and python repositories.
Project description
Rolling-Pin
A library of generic tools for ETL work and visualization of JSON blobs and python repositories
On the documentation main page, under the Architecture section, is a dynamically generated dependency graph of rolling-pin's current architecture. It is generated using the RepoETL class.
If you look under the Metrics section you will find Radon code metric plots and data of the rolling-pin source code, generated by the RadonETL class.
Installation
Python
pip install rolling-pin
Docker
- Install docker
- Install docker-machine (if running on macOS or Windows)
docker pull theNewFlesh/rolling-pin:[version]
docker run --rm --name rolling-pin-prod --publish 5180:80 theNewFlesh/rolling-pin:[version]
Docker For Developers
- Install docker
- Install docker-machine (if running on macOS or Windows)
- Ensure docker-machine has at least 4 GB of memory allocated to it.
git clone git@github.com:theNewFlesh/rolling-pin.git
cd rolling-pin
chmod +x bin/rolling-pin
bin/rolling-pin start
The service should take a few minutes to start up.
Run bin/rolling-pin --help
for more help on the command line tool.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.