Skip to content

Commit

Permalink
docs: add information about zookeeper, redis, liquibase to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
idelsaf committed Aug 25, 2024
1 parent dfbfaf5 commit 12c3968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ The project aims to automate the process of job search and notify users about su

- **Spring Boot**: Framework for creating web applications and microservices, offering flexibility and ease of development.
- **Kafka**: Messaging system for asynchronous communication between microservices, ensuring reliable message delivery.
- **ZooKeeper**: A distributed configuration management and coordination system for managing Kafka clusters and ensuring high availability.
- **PostgreSQL**: Relational database for storing user data and settings.
- **Redis**: An in-memory data store for caching and storing temporary data, ensuring lightning-fast performance and reduced latency.
- **Liquibase**: A database migration and version control tool for managing database schema changes and ensuring data consistency.
- **Telegram API**: Interface for interacting with Telegram and sending messages to users.
- **HeadHunter API**: Interface for retrieving job vacancies and searching for job offers on the HeadHunter platform.

Expand Down

0 comments on commit 12c3968

Please sign in to comment.