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

A sample project for using Elasticsearch with .NET.

License

Notifications You must be signed in to change notification settings

bytefish/ElasticSearchExperiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ElasticSearchExample

Project

This project is a sample for Elasticsearch with .NET. 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 TinyCsvParser to parse the CSV data.

Article

This source code is released with a blog post over at:

The code targets Elasticsearch 7, but the example is also available for previous Elasticsearch versions:

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 Temperature