DEV Community

Cover image for Microservices Project
Durian Sosa
Durian Sosa

Posted on

Microservices Project

⚙️Microservices project is inspired by piggymetrics by @sqshq "Alexander Lukyanchikov", but this implementation uses PostgreSQL and a simpler business logic, the main goal of this project is to show an example of microservices architecture.

TechStack: PostgreSQL, Spring, Docker

I'm thinking about what could be added to the project, currently working in providing a Swagger Documentation for it, but would like to hear your opinion.

Image description

I would like to know what errors there are in the project, what you think about it, and what could be added to make it more complete.

I'm currently learning about message brokers like RabbitMQ and Kafka, I think that would be a good new feature for the project.

You can find the repo here, simply clone it and you can run it in your local machine with an In-Memory H2 database.

to continue without registration:
username: demo
password: password

Top comments (0)