Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillotinaweb/guillotina_nats
https://github.com/guillotinaweb/guillotina_nats
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillotinaweb/guillotina_nats
- Owner: guillotinaweb
- Created: 2020-09-22T08:11:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T10:20:49.000Z (over 3 years ago)
- Last Synced: 2024-10-11T09:13:52.699Z (about 1 month ago)
- Language: Python
- Size: 66.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
Guillotina Nats
---------------Guillotina AddOn to connect to Nats and Stan in order to implement PubSub and Streaming strategies
In order to configure::
applications:
- guillotina_nats
load_utilities:
nats:
factory: guillotina_nats.utility.NatsUtility
provides: guillotina_nats.interfaces.INatsUtility
settings:
hosts:
- nats://nats.nats.svc.cluster.local:4222
stan: stan
timeout: 0.2