Found 193 repositories(showing 30)
lucperkins
Colossus — An example microservice architecture for Kubernetes using Bazel, Go, Java, Docker, Kubernetes, Minikube, Gazelle, gRPC, Prometheus, Grafana, and more
mabuonomo
NestJS + gRPC: a multi microservices example
MarioCarrion
Go microservice tutorial project using gRPC
Example to implement machine learning microservice with gRPC and Docker in Python
spiral
This is an example project based on the Spiral Framework and GRPC microservices.
jtattermusch
Authentication and Security in gRPC Microservices Examples
itsmebhavin
gRPC Microservices example using nest.js and asp.net core microservices and nest.js based gateway API to consume in client app.
Example authentication microservice using gRPC with Tonic and SQLx.
stphivos
Example layered microservice in Go, using gRPC, MongoDB and Docker on Kubernetes
Go, gRPC, microservices, docker example
silviolleite
Examples of microservices using Apache Kafka and gRPC with Golang
PatrickKoss
gRPC-Gateway-Example: A demonstrative project using gRPC and gRPC Gateway in Golang to generate REST API endpoints from proto files. Showcases language independent services setup, efficient request handling, and the ability to expose multiple microservices under the same domain.
FarhadF
RESTful APIGateway with GRPC Microservices example architecture using go-kit
ngud-119
This project represents a proof of concept for building a fullstack e-commerce application based around microservices architecture with a diverse and rich techstack for example Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SqlServer, Dapper, Entity Framework Core.
gawsoftpl
Package use Grpc reflection api to download gprc proto descriptor. Now you don't have to add proto file to each package. Simple direct download proto package from example microservice without any files
Example of Microservices in Go with Docker, gRPC, and MongoDB
oemdaro
The example of MQTT microservices based system build on top of Node.js, Go (Golang), Java, gRPC and Apache Kafka
daniel-gil
An example of how to apply microservice architecture pattern in Go, using Docker, Kubernetes, minikube, Consul and gRPC.
macc4
Clinic API built using the NestJS framework. Includes usage of websockets, a simple serverless example, uses gRPC to communicate between microservices and kafka to send notifications.
dilipgurung
Microservices example using gRPC
roadrunner-php
GRPC microservices based on spiral framework example
mohsenbostan
A real-world example of implementing gRPC microservice in NestJS.
zuramai
Microservice example app with gRPC server
blue-factory
Example for mobile app to find nearby places with microservices oriented architecture through 5 microservices showcasing React Native, GraphQL, Kubernetes, Linkerd, gRPC, NATS, Terraform and Skaffold.
pojntfx
gRPC example microservices in Go, Rust, C#, Python and JavaScript.
trK54Ylmz
Example microservice with Go, Python, Flask and GRPC
Mutusva
This is a small micro service build with golang to demonstrate how micro service can be exposed to interact with each other
owulveryck
Very simple example on how to turn a golang cli tool into a grpc powered microservice
Rapid-learnings
It is about gRPC multi microservice example which involves use of GraphQL and mongoDB(cluster) as primary Database. In this example the microservices interact with the grpc client that acts as an inteface for the Server side in this case, Api-Gateway. and helps to carry out the functionalities defined for a specific microservice. it demonstrates the creation of gRPC microservice and how to use it in our application.
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.