Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/wishbone-galleon
Wishbone process module based on galleon transforms
https://github.com/openprocurement/wishbone-galleon
Last synced: 17 days ago
JSON representation
Wishbone process module based on galleon transforms
- Host: GitHub
- URL: https://github.com/openprocurement/wishbone-galleon
- Owner: openprocurement
- License: apache-2.0
- Created: 2018-04-04T16:02:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:09:24.000Z (about 2 years ago)
- Last Synced: 2024-11-09T11:35:21.170Z (2 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
wishbonegalleon
===============Wishbone Encode modules to use galleon transforms
Example usage
-----.. code-block:: yaml
modules:
input:
module: wishbone.module.input.generator
arguments:
payload:
data: foogalleon:
module: wishbone.module.process.galleon
arguments:
schema: 1.1-schema.json
mapping: 1.1-pure.yaml
output:
module: wishbone.module.output.stdout
arguments:
colorize: true
routingtable:
- input.outbox -> galleon.inbox
- galleon.outbox -> output.inboxInstallation
------------pip install 'git+https://github.com/openprocurement/wishbone-galleon.git#egg=wishbonegalleon'
Requirements
^^^^^^^^^^^^See `setup.py`
Compatibility
-------------
Only python3 is currently supportedLicence
-------Apache License 2.0
Authors
-------`wishbonegalleon` was written by `yshalenyk `_.