Skip to content

jmoney/example-search-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Search Platform

Demonstratest at a high level the various pieces needed to implement a resilient high performant search platform.

Building

make -B

This will build each module individually and create the necessary docker images out of them. The key is to make sure you run with -B. This tells make to ignore freshness and build each step anyways.

Run

make run

and then in another window

cd search && ./gradlew run

The above will use docker-compose to orchestrate all the build docker images and start them up in the necessary order for the pipeline to work.

About

Example end-to-end search platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published