-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathload_and_search.orchest
89 lines (89 loc) · 2.53 KB
/
load_and_search.orchest
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
86
87
88
89
{
"name": "Load and search",
"parameters": {},
"services": {
"PyWebIO": {
"binds": {
"/project-dir": "/usr/src/app"
},
"command": "-c \"cd /usr/src/app && bash pyweb_outer.sh\"",
"entrypoint": "bash",
"image": "environment@36898f9e-456a-4259-a6d5-685bda2ba2cd",
"name": "PyWebIO",
"ports": [
8080
],
"scope": [
"interactive",
"noninteractive"
]
},
"meilisearch": {
"image": "getmeili/meilisearch:v0.24.0",
"name": "meilisearch",
"ports": [
7700
],
"scope": [
"interactive",
"noninteractive"
]
}
},
"settings": {
"auto_eviction": false,
"data_passing_memory_size": "1GB"
},
"steps": {
"44f62c40-b258-4213-a1a6-332da260baed": {
"environment": "b0bd58a5-5b71-4078-879c-57fcaa540579",
"file_path": "fetch-data.ipynb",
"incoming_connections": [],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
177,
446
]
},
"parameters": {
"all_pages": false,
"proxy_enabled": true,
"usernames": [
"ricklamers"
]
},
"title": "Fetch data",
"uuid": "44f62c40-b258-4213-a1a6-332da260baed"
},
"7e074084-5842-479e-995d-cc051027dde6": {
"environment": "b0bd58a5-5b71-4078-879c-57fcaa540579",
"file_path": "load-into-meili.ipynb",
"incoming_connections": [
"44f62c40-b258-4213-a1a6-332da260baed"
],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
477,
446
]
},
"parameters": {
"clear_db": true
},
"title": "Load into Meili",
"uuid": "7e074084-5842-479e-995d-cc051027dde6"
}
},
"uuid": "f41653f6-8b89-4a67-917f-905e38657f05",
"version": "1.0.0"
}