Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lestoni/elasticsearch-demo
Simple app to demonstrate usage of elasticsearch with nodejs(sheer bliss and blazing fast)
https://github.com/lestoni/elasticsearch-demo
Last synced: 2 months ago
JSON representation
Simple app to demonstrate usage of elasticsearch with nodejs(sheer bliss and blazing fast)
- Host: GitHub
- URL: https://github.com/lestoni/elasticsearch-demo
- Owner: lestoni
- Created: 2015-04-27T18:02:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T22:01:24.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:13:16.740Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - elasticsearch-demo - Simple app to demonstrate usage of elasticsearch with nodejs(sheer bliss and blazing fast) (JavaScript)
README
# Elasticsearch demo.
This demo demonstrates how to index blog posts and be able to such them by
author, title, and content.How to search:
- author:authors-name
- title:post-title
- body:post-content## Technologies
- Elasticsearch version-1.5.1
- NodeJS
- Express package## Stack
- API server
- Web client