-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
47 lines (47 loc) · 1.67 KB
/
manifest.json
File metadata and controls
47 lines (47 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "bento",
"version": "1.1.2",
"author": "GoCodeAlone",
"description": "Stream processing via Bento — 100+ connectors, Bloblang transforms, at-least-once delivery",
"source": "github.com/GoCodeAlone/workflow-plugin-bento",
"path": "cmd/workflow-plugin-bento",
"type": "external",
"tier": "core",
"license": "MIT",
"minEngineVersion": "0.3.0",
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-bento",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-bento",
"keywords": ["bento", "benthos", "streaming", "kafka", "sqs", "pubsub", "redis", "amqp", "mqtt", "s3", "kinesis", "nats", "etl", "bloblang"],
"capabilities": {
"moduleTypes": ["bento.stream", "bento.input", "bento.output", "bento.broker"],
"stepTypes": ["step.bento"],
"triggerTypes": ["bento"],
"workflowHandlers": []
},
"assets": {
"ui": false,
"config": false
},
"downloads": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.2/workflow-plugin-bento-linux-amd64.tar.gz"
},
{
"os": "linux",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.2/workflow-plugin-bento-linux-arm64.tar.gz"
},
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.2/workflow-plugin-bento-darwin-amd64.tar.gz"
},
{
"os": "darwin",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.2/workflow-plugin-bento-darwin-arm64.tar.gz"
}
]
}