Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibm-cloud-architecture/refarch-cloudnative-micro-inventory
This project is part of the 'IBM Cloud Native Reference Architecture for Kubernetes' suite
https://github.com/ibm-cloud-architecture/refarch-cloudnative-micro-inventory
Last synced: about 12 hours ago
JSON representation
This project is part of the 'IBM Cloud Native Reference Architecture for Kubernetes' suite
- Host: GitHub
- URL: https://github.com/ibm-cloud-architecture/refarch-cloudnative-micro-inventory
- Owner: ibm-cloud-architecture
- Created: 2016-08-17T21:36:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T19:43:29.000Z (almost 4 years ago)
- Last Synced: 2023-08-08T22:14:26.287Z (over 1 year ago)
- Homepage: https://github.com/ibm-cloud-architecture/refarch-cloudnative-kubernetes
- Size: 1.34 MB
- Stars: 4
- Watchers: 13
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
###### refarch-cloudnative-micro-inventory
# Microservice Apps Integration with ElasticSearch and MySQL Database
*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](#introduction)
* [Implementation](#implementation)
* [References](#references)## Introduction
This project is built to demonstrate Microservice Apps Integration with ElasticSearch and MySQL Database. [Inventory](https://github.com/ibm-cloud-architecture/refarch-cloudnative-micro-inventory/tree/microprofile/inventory) uses MySQL database as its datasource.
- Uses MySQL as the [Inventory](https://github.com/ibm-cloud-architecture/refarch-cloudnative-micro-inventory/tree/microprofile/inventory) database.
## Implementation
**Inventory service**
- [Microprofile](../../tree/microprofile/inventory) - leverages the Microprofile framework.
- [Spring](../../tree/spring) - leverages Spring Boot as the Java programming model of choice.## References
- [Java MicroProfile](https://microprofile.io/)
- [Spring Boot](https://projects.spring.io/spring-boot/)
- [Kubernetes](https://kubernetes.io/)
- [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/)
- [Docker Edge](https://docs.docker.com/edge/)
- [IBM Cloud](https://www.ibm.com/cloud/)
- [IBM Cloud Private](https://www.ibm.com/cloud-computing/products/ibm-cloud-private/)