Awesome
refarch-cloudnative-micro-orders
Orders Microservice
This project is part of the 'IBM Cloud Native Reference Architecture' suite, available at https://github.com/ibm-cloud-architecture/refarch-cloudnative-kubernetes
Table of Contents
Introduction
This project is built to demonstrate how to build Orders Microservices application. This application provides basic operations of saving and querying orders from a relational database as part of the Orders function of BlueCompute.
- Secured REST APIs.
- Persist order data to a MySQL database.
- Transmit stock to Inventory using Messaging service.
Implementation
- Microprofile - leverages the Microprofile framework.
- Spring - leverages Spring Boot as the Java programming model of choice.