-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
47 lines (47 loc) · 1.51 KB
/
registry.json
File metadata and controls
47 lines (47 loc) · 1.51 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
[
{
"section": "in-repo",
"name": "python-cron-hello-world",
"runtime": "Python 3.12.12",
"trigger": "cron",
"description": "Pipeline with cron trigger that logs hello world.",
"status": "ready",
"link": "https://github.com/vast-data/dataengine-pipelines/tree/main/python-cron-hello-world"
},
{
"section": "in-repo",
"name": "python-s3-hello-world",
"runtime": "Python 3.12.12",
"trigger": "s3",
"description": "Pipeline with S3 trigger that retrieves and logs file data.",
"status": "ready",
"link": "https://github.com/vast-data/dataengine-pipelines/tree/main/python-s3-hello-world"
},
{
"section": "in-repo",
"name": "python-s3-llm",
"runtime": "Python 3.12.12",
"trigger": "s3",
"description": "Pipeline with S3 trigger that integrates an LLM API.",
"status": "planned",
"link": "<link>"
},
{
"section": "in-repo",
"name": "python-s3-video-ingestion",
"runtime": "Python 3.12.12",
"trigger": "s3",
"description": "Pipeline with S3 trigger for video ingestion.",
"status": "planned",
"link": "<link>"
},
{
"section": "in-repo",
"name": "python-s3-video-embeddings",
"runtime": "Python 3.12.12",
"trigger": "s3",
"description": "Pipeline with S3 trigger to generate video embeddings.",
"status": "planned",
"link": "<link>"
}
]