A Kibana dashboard app that displays insightful climb and weather data
that helps climbers plan for a trip to Mount Rainier.
Technologies Used: Elasticsearch, Kibana, .NET, C#
Inspiration: https://www.kaggle.com/codersree/mount-rainier-weather-and-climbing-data
Getting Started:
- Download Elasticsearch 7.2.1: https://www.elastic.co/downloads/past-releases/elasticsearch-7-2-1
- Download Kibana 7.2.1: https://www.elastic.co/downloads/past-releases/kibana-7-2-1
- Clone this repository
- Open this repository with Visual Studio Code
- In Visual Studio Code go to: Terminal -> New Terminal
- In the VS Code terminal, navigate to the Mount-Rainier-Insights-Dashboard folder (the outermost directory)
- Install CsvTextFieldParser 1.2.1 and NEST 7.2.1 using dotnet add package
- Run Elasticsearch.bat in the Elasticsearch bin folder
- Run Kibana.bat in the Kibana bin folder
- In the VS Code terminal, use dotnet run to index the data to Elasticsearch
- In your browser go to http://localhost:5600 (this is the Kibana server)
- Create a new dashboard and start playing around with the data!