Skip to content

SpringBootCourses/data-store-grpc-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data store gRPC microservice

This is data store gRPC microservice for YouTube course.

This application receives data from Data analyser service with gRPC.

Usage

To start an application you need to pass variables to .env file.

You can use example .env.example file with some predefined environments.

You can find Docker compose file in Data analyser gRPC service docker/docker-compose.yaml.

Application is running on port 8083.

All insignificant features (checkstyle, build check, dto validation) are not presented.

Just after startup application will try to connect to gRPC server and begin to fetch batch updates of BATCH_SIZE every 10s.