Skip to content

esgungor/dapr-go-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAPR Example Project for Go

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.

About

Go services with Dapr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published