https://github.com/ashwanthkumar/spring-postgres-kafka-cassandra
Demo Spring Boot App with Postgres + Kafka + Cassandra
https://github.com/ashwanthkumar/spring-postgres-kafka-cassandra
Last synced: 23 days ago
JSON representation
Demo Spring Boot App with Postgres + Kafka + Cassandra
- Host: GitHub
- URL: https://github.com/ashwanthkumar/spring-postgres-kafka-cassandra
- Owner: ashwanthkumar
- Created: 2021-11-11T05:32:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T06:47:33.000Z (over 4 years ago)
- Last Synced: 2025-07-11T15:33:02.183Z (12 months ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-postgres-kafka-cassandra
## Requirements
- JDK 11
- Docker + Docker Compose
- Any Java IDE
## Usage
Start all the infrastructure services using
```
$ docker-compose up
```
This should take a while to download the images if you don't have them locally and start the services as containers.
Your terminal window will not complete and that's by design. You can press `Ctrl + C` in the terminal window to shutdown
the process and exit the docker-compose. I also recommend running the following command to make sure you don't have any
idle containers lying around in your machine and using up the disk space:
```
$ docker-compose down
```
## License
https://www.apache.org/licenses/LICENSE-2.0