From 9fb5ccc96a64473805620213be2e9f106b25aec0 Mon Sep 17 00:00:00 2001 From: Olivier Bourgeois <3271352+bourgeoisor@users.noreply.github.com> Date: Fri, 22 Sep 2023 06:33:23 -0400 Subject: [PATCH] Add Online Boutique (#45) * Add Online Boutique * Ignore double-link * Check if older version of lint will pass --------- Co-authored-by: rsamborski --- .github/workflows/lint.yaml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6a7ce4d..a462134 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,5 +15,5 @@ jobs: with: node-version: "12.x" - run: | - npm install --global awesome-lint@latest + npm install --global awesome-lint@0.18.3 awesome-lint diff --git a/README.md b/README.md index 55f6002..89f8720 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,13 @@ If you are new to Google Cloud Platform, there is a [free trial](https://cloud.g - [GKE Policy Automation](https://github.com/google/gke-policy-automation) - Tool and policy library for validating GKE clusters against configuration best practices. - [Real-time Simon Says](https://github.com/grpc-ecosystem/grpc-simon-says) - If you have played the 70s handheld game "Simon" as a child, you know exactly what this is. There are example clients for the Web, IoT (arduino), Android, and command line. Built with [gRPC](https://grpc.io) for bidirectional streaming and [Kubernetes](https://kubernetes.io) for scalability. + + - [Click to Deploy Charts Repo](https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s) - Source for Google Click to Deploy solutions listed on [Google Cloud Marketplace](https://cloud.google.com/marketplace). Provide several examples with detailed READMEs on how-to install in a [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine) cluster. + +- [Online Boutique](https://github.com/GoogleCloudPlatform/microservices-demo/) - Sample gRPC-based web application that simulates an ecommerce store. It runs on [Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine), is built of 11 microservices in 5 different languages, and showcases many other Google Cloud products. + ## Cross-product ### Python