https://github.com/oolong-dev/dapr.jl
Dapr SDK for Julia
https://github.com/oolong-dev/dapr.jl
dapr julia
Last synced: about 2 months ago
JSON representation
Dapr SDK for Julia
- Host: GitHub
- URL: https://github.com/oolong-dev/dapr.jl
- Owner: oolong-dev
- License: mit
- Created: 2021-09-24T13:10:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T06:02:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T04:12:07.899Z (2 months ago)
- Topics: dapr, julia
- Language: Julia
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dapr
[Dapr](https://dapr.io/) SDK in Julia.
## Progress
- [x] `DaprProto.jl`, provides the generated `gRPCClients` of dapr proto files.
- [x] `DaprClients.jl`, provides `HTTP` based Dapr clients. `gRPC` based clients will be provided later.The actor model will be implemented in `Oolong.jl` instead.