Skip to content

kevinschaper/poc1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ceb1b7 · Sep 16, 2016

History

35 Commits
Sep 9, 2016
Sep 16, 2016
Sep 9, 2016
Sep 12, 2016
Jan 10, 2016
Sep 9, 2016
Sep 12, 2016
Sep 12, 2016
Sep 9, 2016
Sep 12, 2016
Jan 10, 2016
Sep 9, 2016
May 14, 2016

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