alonweiss-sl / microservices-demo-frontend

Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenTelemetry.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend

Exposes an HTTP server to serve the website. Does not require signup/login and generates session IDs for all users automatically.

Written in Go.

This repository is a subset of the Online Boutique and contains a single project

The original repository can be found here: https://github.com/julianocosta89/opentelemetry-microservices-demo , which in turn was forked from Google's https://github.com/GoogleCloudPlatform/microservices-demo

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only

About

Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenTelemetry.

License:MIT License


Languages

Language:Go 49.1%Language:HTML 32.0%Language:CSS 16.4%Language:Dockerfile 1.6%Language:Shell 0.8%