Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dedpixta/distributed-computing
microservice application for tweet storage and processing
https://github.com/dedpixta/distributed-computing
cassandra kafka postrgesql redis
Last synced: 14 days ago
JSON representation
microservice application for tweet storage and processing
- Host: GitHub
- URL: https://github.com/dedpixta/distributed-computing
- Owner: DedPixta
- Created: 2024-05-09T12:24:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T10:05:33.000Z (7 months ago)
- Last Synced: 2025-01-21T02:09:05.961Z (14 days ago)
- Topics: cassandra, kafka, postrgesql, redis
- Language: Java
- Homepage:
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed computing
The main functionality is storing messages.
The goal of this project is to develop the service from a monolith into microservices, adding technologies for interaction and improving performance.
## Technology stack
- Java 21
- Gradle
- PostgreSQL
- Cassandra
- Liquibase
- Testcontainers
- Mapstruct
- Mockito## Goals
- [x] Create a monolith service for storing messages on PostgreSQL
- [x] Split the monolith into microservices on PostgreSQL and Cassandra
- [ ] Add message broker Kafka for interaction between services
- [ ] Add Redis for caching
- [ ] Add docker-compose for running services## Diagram
## Acknowledgments
I would like to express my sincere gratitude to **[Alexander Khmelov](https://github.com/Khmelov)**
for providing educational materials and the technical requirements that made this project possible.