An open API service indexing awesome lists of open source software.

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

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.