Git Product home page Git Product logo

elastic-weather's Introduction

Elastic Weather

Many events are influenced by weather. Sometimes we need to plot weather behavior alongside our business or IT data so that we can determine if there is a correlation. The OpenWeather project provides 40 years of hourly weather conditions for a nominal feel.

Purchase 40 years of hourly weather data from OpenWeather for ~$10 USD:

https://home.openweathermap.org/marketplace

The following script will load the weather JSON file into Elasticsearch.

$ ./load.rb 

usage: ./load.rb [options]
    -n, --name     Name of index
    -r, --reindex  Reindex (delete, create, index)
    -c, --create   Create the index
    -d, --delete   Delete the index
    -i, --import   Import the index
    -s, --status   Get cluster status
    

Before importing, create a .env file to set your Elastic cluster information:

$ vi .env

Source the .env in your shell:

$ . .env

Then run the import:

$ ./import.rb -n weather -r
Deleting index for weather ...
Creating index for weather ...
Importing weather in batches of 100 ...
[##########################################] [3700/3700] [100.00%] [10:44] [00:00] [   5.74/s]
Getting cluster status ... green
Took 0.1107 ms

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.