uid4oe /
microservices-java-grpc
Java microservices with REST, and gRPC using BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" actually "Java" :-)
Loading repository data…
uid4oe / repository
Go microservices with REST, and gRPC for demonstrating the BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" :-)
For more context, please read the Medium Story before checking the code
This repo contains microservices written in Go which aims to demonstrate BFF pattern by performing distributed CRUD operations.
See Also
Clone the repository
git clone https://github.com/uid4oe/microservices-go-grpc.git
You should have Docker installed beforehand.
.env is included. You just need to create network & execute docker-compose command
docker network create uid4oe
docker-compose up -d
At this point everything should be up and running! You can access to UI at
http://localhost:3000
Additionally, you may take a look at Microservices gRPC UI for the UI code.
For running services in local environment, you will need a MongoDB & PostgreSQL instance, you can use local.yml
It will set up MongoDB, PostgreSQL and UI.
docker network create uid4oe
docker compose --file local.yml up -d
Now lets start microservices locally.
bash start-local.sh
or
start-local.bat
That's great. Now we can use the app through UI at
http://localhost:3000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Selected from shared topics, language and repository description—not editorial ratings.
uid4oe /
Java microservices with REST, and gRPC using BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" actually "Java" :-)
uid4oe /
Microservices applying BFF pattern with REST, and gRPC. This repo contains the generic UI.
uid4oe /
Kotlin microservices with REST, and gRPC using BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" actually "Kotlin" :-)
quantDIY /
GERP is an open source ERP built atop Google Workspace (Google-ERP). A FAANG-grade, multi-domain, headless ERP matrix with GraphQL ready for custom fronted integrations. Built with Go, Cloud Spanner, Temporal Sagas, a GraphQL BFF, CLI, and a native MCP interface for autonomous AI agents. MIT License
mohadayo /
PulseBoard - Real-time metrics dashboard platform with Python API, Go worker, and TypeScript BFF microservices
pconk /
A high-performance GraphQL API Gateway (BFF) built with Go. Features seamless gRPC/REST integration, intelligent DataLoader with TTL caching, and end-to-end distributed tracing.