Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

A basic setup to get started with elasticsearch in an express + angular application.

Notifications You must be signed in to change notification settings

floretan/elasticsearch-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch Workshop

This is a basic setup for our ElasticSearch workshop. It includes some sample data to be used for our workshop.

Prerequisites

  • node.js should be installed (tested with v5.10.1)
  • java 8 should be installed
  • run setup.sh, which will download elasticsearch, kibana and the datasets

Up and running

Elasticsearch

To run elasticsearch, run ./elasticsearch/bin/elasticsearch. Elasticsearch will then be reachable under localhost:9200

Kibana

To run kibana, run elasticsearch then ./kibana/bin/kibana. Kibana will then be reachable under localhost:5601

Importing data

Run the importer with node cli.js index -d openrecipes datasets/recipeitems-latest.json

Running the app

Run node server.js and open http://localhost:3000 in a browser.

About

A basic setup to get started with elasticsearch in an express + angular application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages