Skip to content

Dockerized Spring POC implementing the synchronization and the data querying between MySql and ElasticSearch engine

Notifications You must be signed in to change notification settings

yassinesabri/spring-mysql-elastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-mysql-elastic

Dockerized Spring POC implementing the synchronization and the data querying between MySql and ElasticSearch engine.

Requirements

Make sure to have the followings installed:

Build and run

  • Locally

    • Create a database in MySql elasticsearch
    • Run mvn clean package spring-boot:run to build the artifact and run the application
    • Run ./elasticsearch script inside the bin directory of the elastic search package
  • Docker

    • Run docker-compose up --build -d to run the docker services

Documentation (Swagger)

Visitit http://localhost:8080/swagger-ui.html to visualize the exposed API endpoints.

About

Dockerized Spring POC implementing the synchronization and the data querying between MySql and ElasticSearch engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published