This repo created to understand basics of DAPR with GoLang.
The project has 3 service now. Services simply implies State Management, Pub-Sub and Dynamic Secret Configuration with Kubernetes with Dapr.
Service Name | Endpoints |
---|---|
Order Service | POST /listen which is listening events from pub-service. |
Publish Service |
POST / Send predefined event to order service from redis.
GET /secret Dynamically fetch Kubernetes Secret. |
User Service |
POST /add Create state in redis store
GET / Read data from Redis Store. You could change with query string to get value of desired key. |