All Projects → openshift-labs → Cloud Native Labs

openshift-labs / Cloud Native Labs

The Labs for Cloud Native Roadshow on OpenShift https://www.openshift.com/

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Cloud Native Labs

Awesome Cloud Native
A curated list for awesome cloud native tools, software and tutorials. - https://jimmysong.io/awesome-cloud-native/
Stars: ✭ 1,157 (+1707.81%)
Mutual labels:  microservices, cloud-native, containers
Service Fabric
Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
Stars: ✭ 2,874 (+4390.63%)
Mutual labels:  microservices, cloud-native, containers
Nff Go
NFF-Go -Network Function Framework for GO (former YANFF)
Stars: ✭ 1,036 (+1518.75%)
Mutual labels:  microservices, cloud-native, containers
Spring Cloud Stream
Framework for building Event-Driven Microservices
Stars: ✭ 662 (+934.38%)
Mutual labels:  microservices, cloud-native
Scope
Monitoring, visualisation & management for Docker & Kubernetes
Stars: ✭ 5,247 (+8098.44%)
Mutual labels:  microservices, containers
Spring Cloud Contract
Support for Consumer Driven Contracts in Spring
Stars: ✭ 569 (+789.06%)
Mutual labels:  microservices, cloud-native
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+12275%)
Mutual labels:  microservices, cloud-native
Kubevious
Kubevious - application centric Kubernetes UI and continuous assurance provider
Stars: ✭ 869 (+1257.81%)
Mutual labels:  microservices, cloud-native
Spring Cloud Consul
Spring Cloud Consul
Stars: ✭ 703 (+998.44%)
Mutual labels:  microservices, cloud-native
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+48084.38%)
Mutual labels:  microservices, cloud-native
Istio Tutorial
Istio Tutorial for https://dn.dev/master
Stars: ✭ 1,025 (+1501.56%)
Mutual labels:  microservices, openshift
Spring Cloud Release
Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects.
Stars: ✭ 543 (+748.44%)
Mutual labels:  microservices, cloud-native
Deep Framework
Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
Stars: ✭ 533 (+732.81%)
Mutual labels:  microservices, cloud-native
Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
Stars: ✭ 612 (+856.25%)
Mutual labels:  microservices, cloud-native
Spring Boot Microservices On Kubernetes
In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
Stars: ✭ 504 (+687.5%)
Mutual labels:  microservices, containers
Microservices Observability
This project is a demonstration on how to instrument, monitor and trace applications using java frameworks and open-source tools like prometheus, grafana and jaeger.
Stars: ✭ 23 (-64.06%)
Mutual labels:  microservices, openshift
Centos7 S2i Nodejs
DEPRECATED OpenShift S2I builder images for Node.js ✨
Stars: ✭ 34 (-46.87%)
Mutual labels:  containers, openshift
Kumuluzee Samples
KumuluzEE samples demonstrate how to get started using KumuluzEE microservice framework. They provide small, specific, working samples that can be used as a reference for your own projects.
Stars: ✭ 47 (-26.56%)
Mutual labels:  microservices, cloud-native
Spring Cloud Security
Security concerns for distributed applications implemented in Spring
Stars: ✭ 488 (+662.5%)
Mutual labels:  microservices, cloud-native
Spring Cloud Commons
Common classes used in different Spring Cloud implementations
Stars: ✭ 493 (+670.31%)
Mutual labels:  microservices, cloud-native

Cloud Native Roadshow Labs Build Status

This is a one-day hands-on lab experience for bulding Cloud Native applications using Red Hat OpenShift Application Runtimes (Spring Boot, WildFly Swarm, Eclipse Vert.x and Node.js) utilizing a microservices architecture.

CoolStore Online Store App

CoolStore is an online store web application built using Spring Boot, WildFly Swarm, Eclipse Vert.x, Node.js and AngularJS adopting the microservices architecture.

  • Web: A Node.js/Angular front-end
  • API Gateway: aggregates API calls to back-end services and provides a condenses REST API for front-end
  • Catalog: a REST API for the product catalog and product information
  • Inventory: a REST API for product's inventory status
                    +-------------+
                    |             |
                    |     Web     |
                    |             |
                    |   Node.js   |
                    |  AngularJS  |
                    +------+------+
                          |
                          v
                    +------+------+
                    |             |
                    | API Gateway |
                    |             |
                    |   Vert.x    |
                    |             |
                    +------+------+
                          |
                +---------+---------+
                v                   v
          +------+------+     +------+------+
          |             |     |             |
          |   Catalog   |     |  Inventory  |
          |             |     |             |
          | Spring Boot |     |WildFly Swarm|
          |             |     |             |
          +-------------+     +-------------+
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].