Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 24 days 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