Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
159 changes: 83 additions & 76 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,85 @@
{
"name": "bento",
"version": "1.1.2",
"author": "GoCodeAlone",
"description": "Stream processing via Bento — 100+ connectors, Bloblang transforms, at-least-once delivery",
"type": "external",
"tier": "core",
"license": "MIT",
"minEngineVersion": "0.53.0",
"keywords": [
"bento",
"streaming",
"kafka",
"sqs",
"pubsub"
],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-bento",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-bento",
"downloads": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.0/workflow-plugin-bento-linux-amd64.tar.gz"
},
{
"os": "linux",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.0/workflow-plugin-bento-linux-arm64.tar.gz"
},
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.0/workflow-plugin-bento-darwin-amd64.tar.gz"
},
{
"os": "darwin",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.0/workflow-plugin-bento-darwin-arm64.tar.gz"
}
],
"moduleTypes": ["bento.stream", "bento.input", "bento.output", "bento.broker"],
"stepTypes": ["step.bento"],
"triggerTypes": [],
"contracts": [
{
"kind": "module",
"type": "bento.stream",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.StreamModuleConfig"
},
{
"kind": "module",
"type": "bento.input",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.InputModuleConfig"
},
{
"kind": "module",
"type": "bento.output",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.OutputModuleConfig"
},
{
"kind": "module",
"type": "bento.broker",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.BrokerModuleConfig"
},
{
"kind": "step",
"type": "step.bento",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.ProcessorStepConfig",
"input": "workflow.plugin.bento.v1.ProcessorStepInput",
"output": "workflow.plugin.bento.v1.ProcessorStepOutput"
}
]
"name": "bento",
"version": "1.1.3",
"author": "GoCodeAlone",
"description": "Stream processing via Bento \u2014 100+ connectors, Bloblang transforms, at-least-once delivery",
"type": "external",
"tier": "core",
"license": "MIT",
"minEngineVersion": "0.53.0",
"keywords": [
"bento",
"streaming",
"kafka",
"sqs",
"pubsub"
],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-bento",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-bento",
"downloads": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.0/workflow-plugin-bento-linux-amd64.tar.gz"
},
{
"os": "linux",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.0/workflow-plugin-bento-linux-arm64.tar.gz"
},
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.0/workflow-plugin-bento-darwin-amd64.tar.gz"
},
{
"os": "darwin",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.0/workflow-plugin-bento-darwin-arm64.tar.gz"
}
],
"moduleTypes": [
"bento.stream",
"bento.input",
"bento.output",
"bento.broker"
],
"stepTypes": [
"step.bento"
],
"triggerTypes": [],
"contracts": [
{
"kind": "module",
"type": "bento.stream",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.StreamModuleConfig"
},
{
"kind": "module",
"type": "bento.input",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.InputModuleConfig"
},
{
"kind": "module",
"type": "bento.output",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.OutputModuleConfig"
},
{
"kind": "module",
"type": "bento.broker",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.BrokerModuleConfig"
},
{
"kind": "step",
"type": "step.bento",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.ProcessorStepConfig",
"input": "workflow.plugin.bento.v1.ProcessorStepInput",
"output": "workflow.plugin.bento.v1.ProcessorStepOutput"
}
]
}