http://share-research.readthedocs.io/en/latest/index.html
Harvester/Push/Curators -> Raw -> Normalization -> HoldingMaster -> Process -> Master (Versioned) -> Views (e.g., JamDB, ES, Neo4J)
`-> Provenance
pip install -r requirements.txt
docker-compose up -d rabbitmq postgres
./up.sh
---------------- or ----------------
pg
createuser share
psql
CREATE DATABASE share;
python manage.py makemigrations
python manage.py maketriggermigrations
python manage.py makeprovidermigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
python manage.py monitor
python manage.py celery worker -l DEBUG
cd docs/
pip install -r requirements.txt
make watch