Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafabene/microservices4demo

A set of Microservices applications that can be used for a CNCF demo
https://github.com/rafabene/microservices4demo

cncf demo expressjs java javascript microservices nodejs quarkus

Last synced: about 2 months ago
JSON representation

A set of Microservices applications that can be used for a CNCF demo

Awesome Lists containing this project

README

        

# Microservices 4 demo

This is a set of two microservices that are used to show CNCF Capabilities

It's composed of:

- [Hello Microservice](/hello)

Implemented using [Java](https://www.java.com/)/[Quarkus](https://quarkus.io)

Published at [Docker Hub](https://hub.docker.com/u/rafabene) as `rafabene/ms4demo:java`

Check [Hello's README file](/hello/README.md) for more details about how to execute this microservice.

- [Ola Microservice](/ola)

Implemented using [NodeJS](https://nodejs.org)/[ExpressJS](https://expressjs.com)

Published at [Docker Hub](https://hub.docker.com/u/rafabene) as `rafabene/ms4demo:node`

Check [Ola's README file](/ola/README.md) for more details about how to execute this microservice.