Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 2.4 KB

README.adoc

File metadata and controls

78 lines (46 loc) · 2.4 KB

Modern Application Development Dev Track - Module 4

Overview

Audience Experience Level

Beginner

Average Time to Complete

60 minutes

In this module you will discover how an API First Approach provides the right framework to build microservices and APIs based systems. The stages of an API life cycle cover both the implementation life cycle and the management life cycle.

Key Takeaways

  • API First approach to design, host schema, mock APIs to allows parallel streams of development between API implementers and API consumers.

  • The introduction of an API Management solution (Red Hat 3scale API management) to expose, secure and manage the APIs to the application backend services.

Technology Stack

  • Red Hat 3scale API Management

  • Red Hat build of Quarkus

  • Red Hat API Designer

  • Red Hat build of Apicurio Registry

  • Microcks

Documentation

This workshop is based on Antora and Red Hat scholars template to build HTML based tutorials.

Lab Parameters

This lab supports both Antora variables than query parameters. Query params makes the workshop content dynamic, like URLs specific for your cluster to copy and paste.

Note
In the table above, CRC and Playground links use them.

Here’s the list of all query params used (they are all optional, but generated links won’t work unless at least CLUSTER_SUBDOMAIN is set):

PARAM Description

USERID

The username of your OpenShift cluster

SUBDOMAIN

The subdomain for your OpenShift cluster in the form apps.<cluster_name>.<base_domain>, e.g. apps.openshift.mydomain.tld

Example [Dev Mode]:

Deploy to OpenShift

oc new-app  https://github.com/RedHat-Middleware-Workshops/mad-dev-guides-m4.git --strategy=docker

oc expose deploy mad-dev-guides-m4 --port 3000

oc create route edge mad-dev-guides-m4 --service=mad-dev-guides-m4

Contributing

Please refer to the how to contribute on how you can contribute to the tutorial.