Awesome
refarch-cloudnative-micro-customer
Customer Service
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 the integration of IBM Cloudant with Java Microservices. This application provides basic operations of creating and querying customer profiles from IBM Cloudant NoSQL database as part of the Customer Profile function of BlueCompute. Additionally the Auth Microservice calls this microservice to perform Customer username/password authentication.
- Secured REST APIs.
- Persist Customer data in an IBM Cloudant NoSQL database using the official Cloudant Java library.
Implementation
- Microprofile - leverages the Microprofile framework.
- Spring - leverages Spring Boot as the Java programming model of choice.