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

https://github.com/nadilas/temporal-plugins

PoC of temporal activity plugins for a shared repository
https://github.com/nadilas/temporal-plugins

activity plugin repository temporalio

Last synced: about 1 year ago
JSON representation

PoC of temporal activity plugins for a shared repository

Awesome Lists containing this project

README

          

# temporal-plugins

Is a PoC repository to explore the possibility for a shared repository
of temporal activity implementations by using plugin.

The first iteration focuses on using third party implementations in golang.

In the PoC there are two examples:
- [examples/kv](examples/kv/README.md) uses a plugin written in golang
- [examples/kv-python](examples/kv-python/README.md) uses a plugin written in python exposing its client interface for golang