API for receice document via RabbitMQ and indexing in elasticsearch
This project also has a Vue frontend for testing FRONTEND and a api to insert documents ApiDocuments
The project is still under development. See above:
- [-] CRUD Document
- Receive message from RabbitMQ with Document Object
- Send to elasticsearch indexing
- Write unit tests
Maven 3.8
Java 17
Docker | Docker-compose
MySQL 5.6
Run docker-compose.yml
to initializae Elastisearch environment:
docker-compose up -d
Build and run Spring Boot project
mvn clean install
mvn spring-boot:run
UNDER CONSTRUCION
This project is under GNU GPL V3.0 License LICENSE for details.