https://github.com/koopjs/koop-elasticsearch-app
A koop application configured to use ElasticSearch as its data cache
https://github.com/koopjs/koop-elasticsearch-app
Last synced: 3 months ago
JSON representation
A koop application configured to use ElasticSearch as its data cache
- Host: GitHub
- URL: https://github.com/koopjs/koop-elasticsearch-app
- Owner: koopjs
- Created: 2015-04-24T15:00:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:10:24.000Z (over 3 years ago)
- Last Synced: 2025-09-07T21:43:12.981Z (9 months ago)
- Language: HTML
- Size: 201 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koop-elasticsearch-app
An express.js application that shows you how to deploy an instance of koop together with Elasticsearch as its primary data cache.
This is **not** a koop provider that exposes Elasticsearch data as feature layers, but that code can be found here: https://github.com/koopjs/koop-provider-elasticsearch.
## Install
```bash
git clone https://github.com/koopjs/koop-elasticsearch-app.git
cd koop-elasticsearch-app
npm install
node server.js
```