Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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: foo

galleon:
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.inbox

Installation
------------

pip install 'git+https://github.com/openprocurement/wishbone-galleon.git#egg=wishbonegalleon'

Requirements
^^^^^^^^^^^^

See `setup.py`

Compatibility
-------------
Only python3 is currently supported

Licence
-------

Apache License 2.0

Authors
-------

`wishbonegalleon` was written by `yshalenyk `_.