Skip to content

How to: Elasticsearch Database

Srishti Hunjan edited this page Nov 28, 2017 · 2 revisions
  1. Install elasticsearch 5.6 from https://www.elastic.co/downloads/elasticsearch. Elasticsearch requires no installation and the single zip file contains the complete set of files to run the program on all of the supported operating systems. Unzip the downloaded file and you are done!

  2. Add the path to elasticsearch bin to your environment variable - path

  3. Run using:

  elasticsearch
  1. To initialize the database with our schema and mock data, run:
  node mapping.js
  node addData.js
  1. For more information on how to add or request data from the database, please refer our Documentation: Backend API

Authors:

Clone this wiki locally