/microservices-demo-frontend

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

Primary LanguageGoMIT LicenseMIT

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