Skip to content

A demo web app, using mongodb as datastore and elasticsearch as search engine

License

Notifications You must be signed in to change notification settings

code1271968258/mongo-elastic-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add Search to Legacy Application

Introduction

This is a demo project to show how to combine elasticsearch with mongodb, using ETL.

Installation

Run it!

Compile and restart the application

mvn clean package jetty:run

# Inject 10000 docs
curl http://127.0.0.1:8080/api/1/person/_init?size=10000

You can then access the application using your browser: http://127.0.0.1:8080/.

Next step

About

A demo web app, using mongodb as datastore and elasticsearch as search engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published