https://github.com/beratyesbek/airlines-checking-microservice
The airlines microservice provides a communications layer between the consumer and backend systems. It connects with grpc and rabbitmq to provide the underlying communication protocols.
https://github.com/beratyesbek/airlines-checking-microservice
grpc java microservice rabbitmq spring-boot
Last synced: 8 months ago
JSON representation
The airlines microservice provides a communications layer between the consumer and backend systems. It connects with grpc and rabbitmq to provide the underlying communication protocols.
- Host: GitHub
- URL: https://github.com/beratyesbek/airlines-checking-microservice
- Owner: BeratYesbek
- Created: 2022-12-03T07:20:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T07:44:59.000Z (about 3 years ago)
- Last Synced: 2025-04-26T20:33:56.120Z (11 months ago)
- Topics: grpc, java, microservice, rabbitmq, spring-boot
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Airlines Checking Microservice
Checking service that provide checking before flight. Checking service is using H2 database. It communicates Ticket service using GRPC protocol.
It provide RestFull API for checking tickets. Endpoint wants checkingCode parameter as a path variable
###### Avaliable Endpoints
Enpoint: http://localhost:8083/checking/{checkingCode}
#### Diagram

#### Service Design