Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heikkilamarko/grpc-gateway-demo
gRPC Gateway Demo
https://github.com/heikkilamarko/grpc-gateway-demo
golang grafana grpc grpc-gateway postgresql prometheus redpanda-connect
Last synced: 9 days ago
JSON representation
gRPC Gateway Demo
- Host: GitHub
- URL: https://github.com/heikkilamarko/grpc-gateway-demo
- Owner: heikkilamarko
- License: mit
- Created: 2025-01-30T19:06:15.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-30T20:43:10.000Z (10 days ago)
- Last Synced: 2025-01-30T21:29:41.460Z (10 days ago)
- Topics: golang, grafana, grpc, grpc-gateway, postgresql, prometheus, redpanda-connect
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gRPC Gateway Demo
## Start
```bash
docker compose build
``````bash
docker compose up -d
```## Stop
```bash
docker compose down -v
```## Example HTTP Requests
| Demo | Example Requests |
| ---------- | ---------------- |
| calculator | calculator.http |## Grafana
http://localhost:8000/grafana
| Username | Password |
| -------- | -------- |
| admin | S3c_r3t! |