Skip to content

kevinschaper/poc1

Repository files navigation

Elasticsearch Node.js Example

Small project to get started using searchkit. Webpack, es6 (es2015 babel)

Steps

Note: the default elasticsearch address is http://localhost:9200, so if you want to use a different address run

$ ELASTIC_URL=http://yourserver.net:9200 npm start

Indexing Data to local elasticsearch instance

First, install and run elasticsearch on http://localhost:9200 by following the instructions at https://www.elastic.co/guide/en/elasticsearch/guide/current/running-elasticsearch.html.

Next, install the python dependencies (the indexing script is in python) by running

$ make build

To index the data, run

$ make index

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published