Project to automate data sourcing and validation from IHS Energy's Energy Web Services.
Features include:
Keep your local dataset in sync with IHS
Scheduled well & production downloads from IHS data services
Highly configurable scheduled tasks:
Parses and normalizes IHS data
Backed by MongoDB
Built in REST API
Available on DockerHub!
Launch application services:
docker-compose up
IHS_URL=http://www.ihsenergy.com
IHS_USERNAME=<your_ihs_password>
IHS_PASSWORD=<your_ihs_username>
IHS_APP_KEY=<provided_by_ihs>
DATABASE_URI=mongodb://docker.for.mac.host.internal:27017
CELERY_BROKER_URL=redis://redis:6390/1
IHS_CRON_URL=redis://redis:6390/0
GUNICORN_CMD_ARGS="--bind=0.0.0.0:80 --log-level=info --name=gunicorn-ihs --timeout=120 --graceful-timeout=120 --worker-class=gevent --workers=3"
Content type
Image
Digest
Size
508.2 MB
Last updated
over 6 years ago
docker pull driftwood/ihs