File tree 5 files changed +27
-0
lines changed
5 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ class Hive(_Analytics):
24
24
_icon = "hive.png"
25
25
26
26
27
+ class Norikra (_Analytics ):
28
+ _icon = "norikra.png"
29
+
30
+
27
31
class Spark (_Analytics ):
28
32
_icon = "spark.png"
29
33
Original file line number Diff line number Diff line change
1
+ # This module is automatically generated by autogen.sh. DO NOT EDIT.
2
+
3
+ from . import _OnPrem
4
+
5
+
6
+ class _Etl (_OnPrem ):
7
+ _type = "etl"
8
+ _icon_dir = "resources/onprem/etl"
9
+
10
+
11
+ class Embulk (_Etl ):
12
+ _icon = "embulk.png"
13
+
14
+
15
+ # Aliases
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ Node classes list of onprem provider.
35
35
- ** diagrams.onprem.ci.Jenkins**
36
36
- ** diagrams.onprem.ci.Travisci** , ** TravisCI** (alias)
37
37
38
+ ## onprem.etl
39
+
40
+ - ** diagrams.onprem.etl.Embulk**
41
+
38
42
## onprem.mlops
39
43
40
44
- ** diagrams.onprem.mlops.Polyaxon**
@@ -121,6 +125,9 @@ Node classes list of onprem provider.
121
125
- ** diagrams.onprem.monitoring.Prometheus**
122
126
- ** diagrams.onprem.monitoring.Splunk**
123
127
128
+ ## onprem.data
129
+
130
+
124
131
## onprem.client
125
132
126
133
- ** diagrams.onprem.client.Client**
@@ -138,5 +145,6 @@ Node classes list of onprem provider.
138
145
- ** diagrams.onprem.analytics.Flink**
139
146
- ** diagrams.onprem.analytics.Hadoop**
140
147
- ** diagrams.onprem.analytics.Hive**
148
+ - ** diagrams.onprem.analytics.Norikra**
141
149
- ** diagrams.onprem.analytics.Spark**
142
150
- ** diagrams.onprem.analytics.Storm**
You can’t perform that action at this time.
0 commit comments