Git Product home page Git Product logo

ihs-deo's Introduction

ihs-deo

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:

    • download by county, API list, or by producing entity ID
    • download using your existing queries stored on the IHS website
  • Parses and normalizes IHS data

  • Backed by MongoDB

  • Built in REST API

Available on DockerHub!

Issues

  • Pagination mixin is broken. It doesnt seem to respect the passed query string
  • Indexes are currently managed external to the app. These need to be ported into the model definitions now that they are somewhat stable.

Todo

  • Documentation
  • Improve API error logging
  • Add API endpoints for CLI
  • Unit Testing
  • Documentation
  • Process changes and deletes (nightly)
  • query production in a date range for a specific api?
  • add endpoint: add/remove county definition (name, state_code, county_code)
  • scheduled task: cleanup stale wells
  • mechanism to stop submitting exports if remote capacity is full

Usage

  • Launch application services:

    docker-compose up

Example environment variables

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"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.