Skip to content

A POC project for tech enthusiasts to learn how to make use of Elasticsearch in real-time applications.

Notifications You must be signed in to change notification settings

kpawase/elastic-search-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elastic-search-poc

A React and Springboot based project for tech enthusiasts to learn using Elasticsearch in the real time applications.

Installation

You will need docker-compose to be installed.

  1. Build the image using Dockerfile and docker-compose file.
 docker-compose build 
  1. Create and run the container using the built images.
 docker-compose up

Usage

Once docker-compose is successfull, you can access this application on your machine by accessing http://localhost:3000.

To visualize the data into the browser you can you use 'elasticsearch head' plugin for google chrome: Guide to setup elasticsearch head : https://github.com/mobz/elasticsearch-head

About

A POC project for tech enthusiasts to learn how to make use of Elasticsearch in real-time applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published