Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

bytefish/JavaElasticSearchExperiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

ElasticSearchExample

Project

This project is a sample for Elasticsearch with Java. The application parses the Quality Controlled Local Climatological Data (QCLCD) from March 2015 and bulk inserts it into a Elasticsearch instance. It doesn't deal with Clustering and only inserts on a single node.

I have used Kibana to create some visualizations and JTinyCsvParser to parse the CSV data.

Please see the blog post for more information on how to work with the code:

Dataset

The data is the Quality Controlled Local Climatological Data (QCLCD):

Quality Controlled Local Climatological Data (QCLCD) consist of hourly, daily, and monthly summaries for approximately 1,600 U.S. locations. Daily Summary forms are not available for all stations. Data are available beginning January 1, 2005 and continue to the present. Please note, there may be a 48-hour lag in the availability of the most recent data.

The data is available at:

Result

Kibana Visualization of the Average US Temperature in March 2015

Releases

No releases published

Packages

 
 
 

Languages