Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
PoC of temporal activity plugins for a shared repository
- Host: GitHub
- URL: https://github.com/nadilas/temporal-plugins
- Owner: nadilas
- Created: 2021-07-04T20:17:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T17:07:22.000Z (over 2 years ago)
- Last Synced: 2024-06-21T16:45:35.535Z (5 months ago)
- Topics: activity, plugin, repository, temporalio
- Language: Go
- Homepage:
- Size: 6.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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