Found 119 repositories(showing 30)
adamrehn
Dockerised Unreal Engine 4 microservice demo using gRPC
GoogleCloudPlatform
This demo extends the existing GCP Boutique Shop Microservices demo to show how to use Apigee for exposing internal gRPC services (inside the mesh) as RESTful API to external consumers (outside the mesh).
This project demonstrates microservices communication using gRPC with services written in Nest.js and ASP.NET Core. The system includes a Nest.js API gateway that consumes multiple microservices through common proto file interfaces, eliminating the need for Redis or RabbitMQ as communication happens via RPC.
sloppycoder
demo banking application written using gRPC microservices
alxbnet
No description available
jmrashed
A full-featured Node.js gRPC microservices project demonstrating unary, streaming, and bidirectional RPC calls with real-world use cases. Includes authentication, error handling, Docker setup, and client-server examples.
No description available
elangreza
microservices demo for selling pulsa balance. build with golang rest api and golang grpc services
anuragsahu-dev
NestJS microservices architecture demo using gRPC and RabbitMQ with an API Gateway and event-driven communication.
vincent-terpstra
An microservice demo using Rest API, Rabbit MQ, Docker, gRPC
smazzone
Sample cloud-native application with 10 microservices showcasing K8S, Istio, gRPC, etc. Fully deployable on a Raspberry Pi 4 cluster. This has been forked from https://github.com/GoogleCloudPlatform/microservices-demo and updated in many different files to make it work on a Raspberry Pi4 cluster running 1 master and 3 worker nodes
dpnpatel5
This repository demonstrates a microservice-based simple architecture using gRPC for communication between services.
bharat-rajani
A microservice for grpc demo.
jlorgal
Demo of gRPC microservices in Golab Florence 2019
giancarlopetrini
Trying to demo microservices with: Go, gRPC, and Kubernetes
adnanahmady
A demo of three Go microservices communicating via gRPC.
This contains the grpc code for the microservice-demo-with-grpc project
1dustycy
A demo microservice app in Golang using gRPC, gRPC-gateway and kubernetes
minccccc
The demo illustrates usage of multiple .net microservices, MsSQL, RabbitMQ and gRPC
Vijayendrahunasgi
Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC. Froked from GoogleCloudPlatform microservices-demo
gaganshera
Quick demo to show test gRPC server, and connecting microservices with kafka and RabbitMQ
NashTech-Labs
Demo project showcasing gRPC communication between Spring Boot microservices: Player Service and Team Service.
Demo project for microservice architecture using Spring Boot, gRPC, and PostgreSQL.
elmyrockers
gRPC client-server demo (Rust, Go, C#, Java, Node.js, PHP, Python) for internal microservices communication.
krmahadevan
A demo project which shows how to use Quarkus backed grpc microservices in k8s along with istio
BBitQNull
A microservice demo based on go-kit, with transport using gRPC and HTTP.
wlpinjlte
A Java microservices demo using gRPC (unary, streaming, bidirectional) across four services, enhanced with full observability via OpenTelemetry and Grafana.
Polyglot Microservice Demo: High-performance sorting bridge using Spring Boot 3.4 (Java 21 Virtual Threads) and a Go-based gRPC worker. Features automated infrastructure via Docker Compose, PostgreSQL persistence, and a centralized Proto-first architecture.
alexanyang
this respository will build an demo of micro-service,which include as follow: 1) Microservice architecture (BFF, service, admin, job, task sub module) 2) API design (including API definition, error code specification and error usage) 3) The use of grpc 4) Go project engineering (project structure, Di, code hierarchy, ORM framework) 5) Concurrent use (errgroup's parallel link request) 6) The use of microservice middleware (elk, opentracing, Prometheus, Kafka) 7) Cache usage optimization (consistency processing, pipeline optimization)
wojciechgl
(On Progress) Demo(Building E-Commerce Microservices using Golang, Rest and GRPC with Multiple Docker Container)