Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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