talevy / demo-elasticsearch-client

Demo of the High-Level REST Client for Elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo of the High-Level REST Client for Elasticsearch

This repository contains a demo project of how to use The Elasticsearch High-Level REST Client to index and query a sample dataset.

About The Data

The dataset includes trip data from the SF bike-share program. It includes 192082 rides.

for more information, check out Ford GoBike Trip Data.

How To Run

1. Run Elasticsearch & Kibana

find the download links to 7.0-beta1 here!

2. Run Demo

Running the demo will download the Ford GoBike SF dataset and begin indexing against a locally running Elasticsearch cluster.

$ ./gradlew run

3. Visualize in Kibana

About

Demo of the High-Level REST Client for Elasticsearch

License:Apache License 2.0


Languages

Language:Java 100.0%