-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
85 lines (85 loc) · 2.54 KB
/
manifest.json
File metadata and controls
85 lines (85 loc) · 2.54 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "data-engineering",
"version": "0.3.3",
"author": "GoCodeAlone",
"description": "Data engineering: CDC, lakehouse (Iceberg), time-series (InfluxDB/TimescaleDB/ClickHouse/QuestDB/Druid), graph (Neo4j), data quality, migrations, catalog (DataHub/OpenMetadata)",
"source": "github.com/GoCodeAlone/workflow-plugin-data-engineering",
"path": "cmd/workflow-plugin-data-engineering",
"type": "external",
"tier": "core",
"license": "MIT",
"private": false,
"minEngineVersion": "0.51.7",
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering",
"keywords": [
"cdc",
"lakehouse",
"iceberg",
"timeseries",
"influxdb",
"timescaledb",
"clickhouse",
"questdb",
"druid",
"neo4j",
"graph",
"data-quality",
"migration",
"debezium",
"kafka",
"catalog",
"datahub",
"openmetadata",
"data-contract",
"multi-tenancy"
],
"dependencies": [
{
"name": "bento",
"minVersion": "1.0.0"
}
],
"capabilities": {
"configProvider": false,
"moduleTypes": [
"cdc.source"
],
"stepTypes": [
"step.cdc_start"
],
"triggerTypes": []
},
"assets": {
"ui": false,
"config": false
},
"downloads": [
{
"arch": "amd64",
"os": "darwin",
"sha256": "bd245004131a5274a8d1e3f1f02fbb3c421ad32da19c98f550d89253203a14ec",
"url": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering/releases/download/v0.3.3/workflow-plugin-data-engineering-darwin-amd64.tar.gz"
},
{
"arch": "arm64",
"os": "darwin",
"sha256": "f996441c875491987df8cc0d4952a9a8405ecb936125d8d06d003e486d8bdefc",
"url": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering/releases/download/v0.3.3/workflow-plugin-data-engineering-darwin-arm64.tar.gz"
},
{
"arch": "amd64",
"os": "linux",
"sha256": "06bb891911be22423cbc9f530a7209b625f8197851165659d49f226d25c204b5",
"url": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering/releases/download/v0.3.3/workflow-plugin-data-engineering-linux-amd64.tar.gz"
},
{
"arch": "arm64",
"os": "linux",
"sha256": "5ad18c47ba66dc3da006349175aae44227dc098cd2d6a70faae02b9ebd6e55c2",
"url": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering/releases/download/v0.3.3/workflow-plugin-data-engineering-linux-arm64.tar.gz"
}
],
"status": "experimental",
"category": "data"
}