• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language Makefile
  • License
    MIT License
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Template project to jump start your Dapr development in Go for gRPC service that will be triggered by topic events

More Repositories

1

dapr-demos

Collection of personal Dapr demos (bindings, state, pub/sub, service-to-service invocation)
Makefile
167
star
2

knative-demos

Collection of Knative demos
Shell
68
star
3

vimp

Compare data from multiple vulnerability scanners to get a more complete picture of potential exposures.
Go
58
star
4

s3cme

Template Go app repo with local test/lint/build/vulnerability check workflow, and on tag image test/build/release pipelines, with ko generative SBOM, cosign attestation, and SLSA build provenance
Go
45
star
5

github-activity-counter

Cloud Run service for GitHub event Webhook to monitor repo or org activity in real-time in Stackdriver and analyze activity through ad-hoc SQL queries in BigQuery
Go
45
star
6

tsignal

Analyzing social media sentiment and its impact on stock market
Go
38
star
7

grunner

Self-hosted GitHub Actions runner on GCP using GCE.
HCL
34
star
8

mqtt-bridge

Simple bridge to stream MQTT Broker data to dynamically defined back-ends
JavaScript
29
star
9

tfeel

Twitter sentiment analysis
Go
22
star
10

thingz-server

Thingz understood
Go
21
star
11

dapr-pipeline

Example of Twitter event processing pipeline using dapr framewrk
Go
20
star
12

restme

Template to bootstrap a fully functional, multi-region, REST service on GCP with a developer release pipeline.
HCL
18
star
13

buildstatus

Cloud Build status notification in Slack using Cloud Run
Go
17
star
14

knative-ws-example

Knative WebSocket Example
Go
13
star
15

disco

Utility for bulk image, license, package, and vulnerability discovery in containerize workloads on GCP. Includes CLI and Service with custom metrics and BigQuery data exports.
Go
13
star
16

pubsub-to-bigquery-pump

Simple utility combining Cloud Run and Stackdriver metrics to drain JSON messages from PubSub topic into BigQuery table
Go
7
star
17

long-running-job

Demo showcasing the use container execution feature in GCE to effectively run long running jobs
Shell
7
star
18

custom-cloud-workstation-image

Custom image pipeline for Google Cloud Workstations
Shell
6
star
19

thingz-agent

Thingz understood
Go
6
star
20

knative-gitops-using-cloud-build

GitOps demo using Cloud Build and Knative
Go
6
star
21

preprocessd

Simple example showing how to use Cloud Run to pre-process raw events from PubSub and publish them to new topic.
Go
5
star
22

daprme

New app wizard for creation of a new Dapr project. Including Dapr component selection and app scaffolding of a new app based on user choices.
Go
5
star
23

buttons

How to use Flic buttons with Clud Run on GCP
Go
4
star
24

knative-route-demo

Simple knative route demo
Go
4
star
25

github-bigquery-exporter

GitHub BigQuery Export Utility
Shell
4
star
26

kadvice

Service scaling recommendation based on Kubernetes metric and event stream using Cloud Run, Cloud PubSub, Cloud Dataflow, and BigQuery ML
Go
4
star
27

maxprime

UI and REST service demo calculating highest prime number up to the number specified by the user. Good for infrastructure scaling demo
Go
4
star
28

dapr-grpc-service-template

Template project to jump start your Dapr development in Go for service that will be invoked by other services over gRPC
Makefile
4
star
29

sds-demo

Software Delivery Shield demo illustrating end-to-end solution for secure software supply chain
Shell
4
star
30

artifact-events

Collection of Google Container and Artifact Registry workflows
Go
3
star
31

git-ops

Continuous deployment demo using GitHub actions
Go
3
star
32

sentimenter-ui

The UI portion of sentimenter
HTML
3
star
33

grpcme

Simple go gRPC service template
Go
3
star
34

sentimenter

Example of long running process leveraging GCF and multiple back-end services (Go, Firestore, NLP, etc.)
Go
3
star
35

timeseries-samples

A few samples of time-series data management using influxdb
JavaScript
3
star
36

gorunstarter

Simple GitHub repo template for Cloud Run project in go
Shell
3
star
37

webcr

OCR for the Web
Go
3
star
38

gcputil

Collection of simple GCP helpers
Go
3
star
39

stackdriver-notification-handler

Generic Stackdriver alert WebHook handler implemented in Cloud Run
Shell
3
star
40

eventmaker

Utility to mock events with configurable format, random metric range, and frequency
Go
3
star
41

cloud-sql-for-cloud-run-example

Sample outlining a process of setting up Cloud SQL instance with secure (TLS) access that will work the same way from developer workstation as well as from within Cloud Run
Shell
3
star
42

distributed-echo

Simple Broadcast/Echo service for Cloud Run designed to demonstrate authenticated inter-service connectivity and measure latency between the different regions where this service is deployed.
Go
2
star
43

knative-build-status-notifs

Cloud Build status notifications on Knative
Go
2
star
44

stockersrc

Twitter data source container executing in GCE VM
Go
2
star
45

rester-tester

Rest server to test serverless usage patterns
Go
2
star
46

eventstore

Knative CloudEvents Firestore Archiver
Go
2
star
47

dapr-tracing-demo

Dapr tracing demo
Go
2
star
48

sbominator

Custom Google Cloud Build step to crate a Software Bill of Materials (SBOM) and Binary Authorization attestation.
Makefile
2
star
49

klogo

Logo identification microservice using Knative & Google Vision API
Go
2
star
50

dctl

simple utility to provide insight into repo activity
Go
2
star
51

custom-metrics

How to use Stackdriver to monitor custom application metrics
Go
2
star
52

ktest

Simple test app for Knative deployments
Go
2
star
53

twfeel

On-demand Twitter topic sentiment provider
Go
2
star
54

oidc-for-gcp-using-terraform

Reproducible Github Workflow OpenID Connect for GCP using Terraform
HCL
2
star
55

thingz-commons

The types that make thingz connect
Go
2
star
56

kdemo

Knative Microservice Demo - UI
Go
2
star
57

kpush

Demo of signed message push from PubSub to Knative service
Go
2
star
58

tadd

Utility for quick adding Todoist tasks
Go
2
star
59

ghme

Alfred workflow for navigating to repositories.
Go
2
star
60

app-portability-using-dapr

Demo repo showcasing ease of porting apps and their dependencies across different compute environments
Go
2
star
61

ns-label-operator

Watches Kubernetes namespaces and applies pre-configured YAML when specific label is applied to a namespace.
Go
2
star
62

tweet-provider

Cloud Run Twitter search service, configured with service account identity, invoked by Cloud Scheduler, and persisting query state across invocations in Firestore. This service also publishes search results to Cloud PubSub for further consumption downstream, and records its tweet throughput as custom metrics in Stackdriver.
Go
2
star
63

dapr-http-cron-handler-template

Template project to jump start your Dapr development in Go for service that will be executed on schedule (cron)
Makefile
2
star
64

xstreams

Stream processing using Cloud PubSub and Dataflow SQL in BigQuery
Go
1
star
65

snip

CLI to manage your snippets
Go
1
star
66

pubsub-event-maker

Simple utility to stream mocked events into Google Cloud PubSub
Go
1
star
67

stockermart

Cloud Functions Stock market price downloader to BigQuery using Cloud Scheduler and Cloud PubSub
Go
1
star
68

ab-test-demo

Simple A/B testing on Cloud Run
CSS
1
star
69

artomator

Automates creation of Software Bill of Materials (SBOM) with Binary Authorization attestation for container images in Artifact Registry.
Go
1
star
70

helm-charts

Helm charts by Mark Chmarny
Makefile
1
star
71

automodel

BigQuery automatic model rebuild based on r2 score deviation
Shell
1
star
72

grpc-lab

Simple gRPC service with HTTP extension based on a proto API definition. Includes deployment to Kubernetes and ingress configuration with TLS certificates.
Go
1
star
73

gh2csv

Collection of scripts to export GitHub data into CSV
Shell
1
star
74

godapr

Simple dapr HTTP client library
Go
1
star
75

grpc-sample

Sample gRPC service on Cloud Run
Go
1
star
76

kuser

User store microservice using Knative & Google Firestore
Go
1
star
77

ktweet

Knative Twitter Source
Go
1
star
78

pgxmap

Go library to handle interface types when JSONB serialized in PostgreSQL
Go
1
star
79

sbomer

Generates daily SBOM and vulnerability reports for container images and saves resulting files into GCS bucket and data into BigQuery tables.
HCL
1
star
80

cli

CLI Template
Go
1
star
81

dapr-http-event-subscriber-template

Template project to jump start your Dapr development in Go for HTTP service that will be triggered by topic events
Makefile
1
star
82

gauther

Basic Google OAuth2 implementation with Cloud Firestore persistence - part of microservice patterns on Knative
Go
1
star
83

mqtt-pub-sub-demo

Simple MQTT pub/sub demo using mosquitto broker
Shell
1
star
84

kres

Redis-based queue event source for Knative
Go
1
star
85

ktranslate

Knative translation service
Go
1
star
86

cluster-up

Series of scripts I use to reliably deploy, configure, and test GKE cluster based demos
Shell
1
star