Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edeandrea/quarkus-todo-apps
Quarkus todo application used in demos about testcontainers ingegration
https://github.com/edeandrea/quarkus-todo-apps
Last synced: 25 days ago
JSON representation
Quarkus todo application used in demos about testcontainers ingegration
- Host: GitHub
- URL: https://github.com/edeandrea/quarkus-todo-apps
- Owner: edeandrea
- Created: 2023-07-14T19:54:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T10:11:47.000Z (6 months ago)
- Last Synced: 2024-05-16T11:28:10.632Z (6 months ago)
- Language: Java
- Size: 435 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quarkus Todo application. Used in demos about testcontainers integration. This repo has multiple sub-projects:
- [`quarkus-todo`](quarkus-todo)
- A simple Quarkus todo app that publishes completion events to an Apache Kafka topic
- [`quarkus-todo-listener`](quarkus-todo-listener)
- A Kafka listener app that listens for events published by [`quarkus-todo`](quarkus-todo)