cognite-neat 0.87.6__py3-none-any.whl → 0.88.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cognite-neat might be problematic. Click here for more details.

Files changed (125) hide show
  1. cognite/neat/_version.py +1 -1
  2. cognite/neat/app/api/data_classes/rest.py +0 -19
  3. cognite/neat/app/api/explorer.py +6 -4
  4. cognite/neat/app/api/routers/crud.py +11 -21
  5. cognite/neat/app/api/routers/workflows.py +24 -94
  6. cognite/neat/graph/stores/_base.py +5 -0
  7. cognite/neat/rules/importers/_inference2rules.py +31 -35
  8. cognite/neat/workflows/steps/data_contracts.py +17 -43
  9. cognite/neat/workflows/steps/lib/current/graph_extractor.py +28 -24
  10. cognite/neat/workflows/steps/lib/current/graph_loader.py +4 -21
  11. cognite/neat/workflows/steps/lib/current/graph_store.py +18 -134
  12. cognite/neat/workflows/steps_registry.py +5 -7
  13. {cognite_neat-0.87.6.dist-info → cognite_neat-0.88.0.dist-info}/METADATA +1 -1
  14. {cognite_neat-0.87.6.dist-info → cognite_neat-0.88.0.dist-info}/RECORD +17 -125
  15. cognite/neat/app/api/routers/core.py +0 -91
  16. cognite/neat/app/api/routers/data_exploration.py +0 -336
  17. cognite/neat/app/api/routers/rules.py +0 -203
  18. cognite/neat/legacy/__init__.py +0 -0
  19. cognite/neat/legacy/graph/__init__.py +0 -3
  20. cognite/neat/legacy/graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -20182
  21. cognite/neat/legacy/graph/examples/Knowledge-Graph-Nordic44.xml +0 -20163
  22. cognite/neat/legacy/graph/examples/__init__.py +0 -10
  23. cognite/neat/legacy/graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
  24. cognite/neat/legacy/graph/exceptions.py +0 -90
  25. cognite/neat/legacy/graph/extractors/__init__.py +0 -6
  26. cognite/neat/legacy/graph/extractors/_base.py +0 -14
  27. cognite/neat/legacy/graph/extractors/_dexpi.py +0 -44
  28. cognite/neat/legacy/graph/extractors/_graph_capturing_sheet.py +0 -403
  29. cognite/neat/legacy/graph/extractors/_mock_graph_generator.py +0 -361
  30. cognite/neat/legacy/graph/loaders/__init__.py +0 -23
  31. cognite/neat/legacy/graph/loaders/_asset_loader.py +0 -511
  32. cognite/neat/legacy/graph/loaders/_base.py +0 -67
  33. cognite/neat/legacy/graph/loaders/_exceptions.py +0 -85
  34. cognite/neat/legacy/graph/loaders/core/__init__.py +0 -0
  35. cognite/neat/legacy/graph/loaders/core/labels.py +0 -58
  36. cognite/neat/legacy/graph/loaders/core/models.py +0 -136
  37. cognite/neat/legacy/graph/loaders/core/rdf_to_assets.py +0 -1046
  38. cognite/neat/legacy/graph/loaders/core/rdf_to_relationships.py +0 -559
  39. cognite/neat/legacy/graph/loaders/rdf_to_dms.py +0 -309
  40. cognite/neat/legacy/graph/loaders/validator.py +0 -87
  41. cognite/neat/legacy/graph/models.py +0 -6
  42. cognite/neat/legacy/graph/stores/__init__.py +0 -13
  43. cognite/neat/legacy/graph/stores/_base.py +0 -400
  44. cognite/neat/legacy/graph/stores/_graphdb_store.py +0 -52
  45. cognite/neat/legacy/graph/stores/_memory_store.py +0 -43
  46. cognite/neat/legacy/graph/stores/_oxigraph_store.py +0 -151
  47. cognite/neat/legacy/graph/stores/_oxrdflib.py +0 -247
  48. cognite/neat/legacy/graph/stores/_rdf_to_graph.py +0 -42
  49. cognite/neat/legacy/graph/transformations/__init__.py +0 -0
  50. cognite/neat/legacy/graph/transformations/entity_matcher.py +0 -101
  51. cognite/neat/legacy/graph/transformations/query_generator/__init__.py +0 -3
  52. cognite/neat/legacy/graph/transformations/query_generator/sparql.py +0 -575
  53. cognite/neat/legacy/graph/transformations/transformer.py +0 -322
  54. cognite/neat/legacy/rules/__init__.py +0 -0
  55. cognite/neat/legacy/rules/analysis.py +0 -231
  56. cognite/neat/legacy/rules/examples/Rules-Nordic44-to-graphql.xlsx +0 -0
  57. cognite/neat/legacy/rules/examples/Rules-Nordic44.xlsx +0 -0
  58. cognite/neat/legacy/rules/examples/__init__.py +0 -18
  59. cognite/neat/legacy/rules/examples/power-grid-containers.yaml +0 -124
  60. cognite/neat/legacy/rules/examples/power-grid-example.xlsx +0 -0
  61. cognite/neat/legacy/rules/examples/power-grid-model.yaml +0 -224
  62. cognite/neat/legacy/rules/examples/rules-template.xlsx +0 -0
  63. cognite/neat/legacy/rules/examples/sheet2cdf-transformation-rules.xlsx +0 -0
  64. cognite/neat/legacy/rules/examples/skos-rules.xlsx +0 -0
  65. cognite/neat/legacy/rules/examples/source-to-solution-mapping-rules.xlsx +0 -0
  66. cognite/neat/legacy/rules/examples/wind-energy.owl +0 -1511
  67. cognite/neat/legacy/rules/exceptions.py +0 -2972
  68. cognite/neat/legacy/rules/exporters/__init__.py +0 -20
  69. cognite/neat/legacy/rules/exporters/_base.py +0 -45
  70. cognite/neat/legacy/rules/exporters/_core/__init__.py +0 -5
  71. cognite/neat/legacy/rules/exporters/_core/rules2labels.py +0 -24
  72. cognite/neat/legacy/rules/exporters/_rules2dms.py +0 -885
  73. cognite/neat/legacy/rules/exporters/_rules2excel.py +0 -213
  74. cognite/neat/legacy/rules/exporters/_rules2graphql.py +0 -183
  75. cognite/neat/legacy/rules/exporters/_rules2ontology.py +0 -524
  76. cognite/neat/legacy/rules/exporters/_rules2pydantic_models.py +0 -748
  77. cognite/neat/legacy/rules/exporters/_rules2rules.py +0 -105
  78. cognite/neat/legacy/rules/exporters/_rules2triples.py +0 -38
  79. cognite/neat/legacy/rules/exporters/_validation.py +0 -146
  80. cognite/neat/legacy/rules/importers/__init__.py +0 -22
  81. cognite/neat/legacy/rules/importers/_base.py +0 -66
  82. cognite/neat/legacy/rules/importers/_dict2rules.py +0 -158
  83. cognite/neat/legacy/rules/importers/_dms2rules.py +0 -194
  84. cognite/neat/legacy/rules/importers/_graph2rules.py +0 -308
  85. cognite/neat/legacy/rules/importers/_json2rules.py +0 -39
  86. cognite/neat/legacy/rules/importers/_owl2rules/__init__.py +0 -3
  87. cognite/neat/legacy/rules/importers/_owl2rules/_owl2classes.py +0 -239
  88. cognite/neat/legacy/rules/importers/_owl2rules/_owl2metadata.py +0 -260
  89. cognite/neat/legacy/rules/importers/_owl2rules/_owl2properties.py +0 -217
  90. cognite/neat/legacy/rules/importers/_owl2rules/_owl2rules.py +0 -290
  91. cognite/neat/legacy/rules/importers/_spreadsheet2rules.py +0 -45
  92. cognite/neat/legacy/rules/importers/_xsd2rules.py +0 -20
  93. cognite/neat/legacy/rules/importers/_yaml2rules.py +0 -39
  94. cognite/neat/legacy/rules/models/__init__.py +0 -5
  95. cognite/neat/legacy/rules/models/_base.py +0 -151
  96. cognite/neat/legacy/rules/models/raw_rules.py +0 -316
  97. cognite/neat/legacy/rules/models/rdfpath.py +0 -237
  98. cognite/neat/legacy/rules/models/rules.py +0 -1289
  99. cognite/neat/legacy/rules/models/tables.py +0 -9
  100. cognite/neat/legacy/rules/models/value_types.py +0 -118
  101. cognite/neat/legacy/workflows/examples/Export_DMS/workflow.yaml +0 -89
  102. cognite/neat/legacy/workflows/examples/Export_Rules_to_Ontology/workflow.yaml +0 -152
  103. cognite/neat/legacy/workflows/examples/Extract_DEXPI_Graph_and_Export_Rules/workflow.yaml +0 -139
  104. cognite/neat/legacy/workflows/examples/Extract_RDF_Graph_and_Generate_Assets/workflow.yaml +0 -270
  105. cognite/neat/legacy/workflows/examples/Import_DMS/workflow.yaml +0 -65
  106. cognite/neat/legacy/workflows/examples/Ontology_to_Data_Model/workflow.yaml +0 -116
  107. cognite/neat/legacy/workflows/examples/Validate_Rules/workflow.yaml +0 -67
  108. cognite/neat/legacy/workflows/examples/Validate_Solution_Model/workflow.yaml +0 -64
  109. cognite/neat/legacy/workflows/examples/Visualize_Data_Model_Using_Mock_Graph/workflow.yaml +0 -95
  110. cognite/neat/legacy/workflows/examples/Visualize_Semantic_Data_Model/workflow.yaml +0 -111
  111. cognite/neat/workflows/examples/Extract_RDF_Graph_and_Generate_Assets/workflow.yaml +0 -270
  112. cognite/neat/workflows/migration/__init__.py +0 -0
  113. cognite/neat/workflows/migration/steps.py +0 -91
  114. cognite/neat/workflows/migration/wf_manifests.py +0 -33
  115. cognite/neat/workflows/steps/lib/legacy/__init__.py +0 -7
  116. cognite/neat/workflows/steps/lib/legacy/graph_contextualization.py +0 -82
  117. cognite/neat/workflows/steps/lib/legacy/graph_extractor.py +0 -746
  118. cognite/neat/workflows/steps/lib/legacy/graph_loader.py +0 -606
  119. cognite/neat/workflows/steps/lib/legacy/graph_store.py +0 -307
  120. cognite/neat/workflows/steps/lib/legacy/graph_transformer.py +0 -58
  121. cognite/neat/workflows/steps/lib/legacy/rules_exporter.py +0 -511
  122. cognite/neat/workflows/steps/lib/legacy/rules_importer.py +0 -612
  123. {cognite_neat-0.87.6.dist-info → cognite_neat-0.88.0.dist-info}/LICENSE +0 -0
  124. {cognite_neat-0.87.6.dist-info → cognite_neat-0.88.0.dist-info}/WHEEL +0 -0
  125. {cognite_neat-0.87.6.dist-info → cognite_neat-0.88.0.dist-info}/entry_points.txt +0 -0
@@ -1,270 +0,0 @@
1
- configs: []
2
- description: null
3
- implementation_module: null
4
- name: Extract RDF Graph and Generate Assets
5
- steps:
6
- - complex_configs: {}
7
- configs: {}
8
- description: null
9
- enabled: true
10
- id: step_http_trigger
11
- label: Process trigger
12
- max_retries: 0
13
- method: null
14
- params:
15
- workflow_start_method: persistent_blocking
16
- retry_delay: 3
17
- stype: http_trigger
18
- system_component_id: null
19
- transition_to:
20
- - step_rules_loader
21
- trigger: true
22
- ui_config:
23
- pos_x: 454
24
- pos_y: 77
25
- - complex_configs: {}
26
- configs:
27
- file_name: Rules-Nordic44.xlsx
28
- validation_report_file: rules_validation_report.txt
29
- validation_report_storage_dir: rules_validation_report
30
- version: ""
31
- description: null
32
- enabled: true
33
- id: step_rules_loader
34
- label: Rules loader
35
- max_retries: 0
36
- method: ImportExcelToRules
37
- params: {}
38
- retry_delay: 3
39
- stype: stdstep
40
- system_component_id: null
41
- transition_to:
42
- - step_234135
43
- - step_configure_source_graph_store
44
- trigger: false
45
- ui_config:
46
- pos_x: 452
47
- pos_y: 167
48
- - complex_configs: {}
49
- configs:
50
- add_base_iri: "True"
51
- file_path: source-graphs/Knowledge-Graph-Nordic44-dirty.xml
52
- mime_type: application/rdf+xml
53
- description: null
54
- enabled: true
55
- id: step_graph_loader
56
- label: Extract Graph from RDF File
57
- max_retries: 0
58
- method: ExtractGraphFromRdfFile
59
- params: {}
60
- retry_delay: 3
61
- stype: stdstep
62
- system_component_id: null
63
- transition_to:
64
- - step_transform
65
- trigger: false
66
- ui_config:
67
- pos_x: 453
68
- pos_y: 418
69
- - complex_configs: {}
70
- configs:
71
- cdf_lookup_database: ""
72
- description: null
73
- enabled: true
74
- id: step_transform
75
- label: Transform graph
76
- max_retries: 0
77
- method: TransformSourceToSolutionGraph
78
- params: {}
79
- retry_delay: 3
80
- stype: stdstep
81
- system_component_id: null
82
- transition_to: []
83
- trigger: false
84
- ui_config:
85
- pos_x: 453
86
- pos_y: 500
87
- - complex_configs: {}
88
- configs:
89
- asset_external_id_prefix: ""
90
- assets_cleanup_type: full
91
- data_set_id: "2626756768281823"
92
- description: null
93
- enabled: true
94
- id: step_generate_assets
95
- label: Generate cdf assets
96
- max_retries: 0
97
- method: GenerateAssetsFromGraph
98
- params: {}
99
- retry_delay: 3
100
- stype: stdstep
101
- system_component_id: null
102
- transition_to:
103
- - step_generate_relationships
104
- trigger: false
105
- ui_config:
106
- pos_x: 455
107
- pos_y: 571
108
- - complex_configs: {}
109
- configs:
110
- data_set_id: "2626756768281823"
111
- relationship_external_id_prefix: ""
112
- description: null
113
- enabled: true
114
- id: step_generate_relationships
115
- label: Generate relationships
116
- max_retries: 0
117
- method: GenerateRelationshipsFromGraph
118
- params: {}
119
- retry_delay: 3
120
- stype: stdstep
121
- system_component_id: null
122
- transition_to: []
123
- trigger: false
124
- ui_config:
125
- pos_x: 456
126
- pos_y: 633
127
- - complex_configs: {}
128
- configs:
129
- db_server_api_root_url: ""
130
- disk_store_dir: nordic44-graph-store
131
- graph_name: source
132
- init_procedure: reset
133
- sparql_query_url: ""
134
- sparql_update_url: ""
135
- store_type: oxigraph
136
- description: null
137
- enabled: true
138
- id: step_configure_source_graph_store
139
- label: Configure source graph store
140
- max_retries: 0
141
- method: ConfigureGraphStore
142
- params: {}
143
- retry_delay: 3
144
- stype: stdstep
145
- system_component_id: null
146
- transition_to:
147
- - step_configure_solution_graph_store
148
- trigger: false
149
- ui_config:
150
- pos_x: 451
151
- pos_y: 245
152
- - complex_configs: {}
153
- configs:
154
- db_server_api_root_url: ""
155
- disk_store_dir: solution-graph-store-4
156
- graph_name: solution
157
- init_procedure: reset
158
- sparql_query_url: ""
159
- sparql_update_url: ""
160
- store_type: oxigraph
161
- description: null
162
- enabled: true
163
- id: step_configure_solution_graph_store
164
- label: Configure solution graph store
165
- max_retries: 0
166
- method: ConfigureGraphStore
167
- params: {}
168
- retry_delay: 3
169
- stype: stdstep
170
- system_component_id: null
171
- transition_to:
172
- - step_graph_loader
173
- trigger: false
174
- ui_config:
175
- pos_x: 454
176
- pos_y: 334
177
- system_components:
178
- - description: null
179
- id: grid_management_system
180
- label: Grid management system
181
- transition_to:
182
- - rdf_xml_file
183
- ui_config:
184
- pos_x: 171
185
- pos_y: 6
186
- - description: null
187
- id: rdf_xml_file
188
- label: RDF XML File
189
- transition_to:
190
- - graph_db_store
191
- ui_config:
192
- pos_x: 170
193
- pos_y: 103
194
- - description: null
195
- id: graph_db_store
196
- label: OxiGraph source graph_store
197
- transition_to:
198
- - transformer
199
- ui_config:
200
- pos_x: 240
201
- pos_y: 177
202
- - description: null
203
- id: in_memmory_store
204
- label: In-memory source graph_store
205
- transition_to: []
206
- ui_config:
207
- pos_x: 73
208
- pos_y: 175
209
- - description: null
210
- id: transformation_rules
211
- label: Transformation rules
212
- transition_to:
213
- - transformer
214
- ui_config:
215
- pos_x: 413
216
- pos_y: 195
217
- - description: null
218
- id: cdf_raw_table
219
- label: Cdf raw lookup table
220
- transition_to:
221
- - transformer
222
- ui_config:
223
- pos_x: 586
224
- pos_y: 195
225
- - description: null
226
- id: transformer
227
- label: Transformer
228
- transition_to:
229
- - solution_graph
230
- ui_config:
231
- pos_x: 237
232
- pos_y: 329
233
- - description: null
234
- id: solution_graph
235
- label: Solution graph
236
- transition_to:
237
- - cdf_classic_exporter
238
- ui_config:
239
- pos_x: 237
240
- pos_y: 405
241
- - description: null
242
- id: cdf_classic_exporter
243
- label: CDF Classic exporter
244
- transition_to:
245
- - cdf_classic
246
- ui_config:
247
- pos_x: 181
248
- pos_y: 498
249
- - description: null
250
- id: cdf_fdm_exporter
251
- label: CDF FDM exporter
252
- transition_to:
253
- - cdf_fdm
254
- ui_config:
255
- pos_x: 345
256
- pos_y: 498
257
- - description: null
258
- id: cdf_classic
259
- label: CDF Classic (Asset,Relationships)
260
- transition_to: []
261
- ui_config:
262
- pos_x: 182
263
- pos_y: 586
264
- - description: null
265
- id: cdf_fdm
266
- label: CDF FDM
267
- transition_to: []
268
- ui_config:
269
- pos_x: 347
270
- pos_y: 586
@@ -1,65 +0,0 @@
1
- configs: []
2
- description: null
3
- implementation_module: null
4
- name: Import DMS
5
- steps:
6
- - complex_configs: {}
7
- configs:
8
- Data model id: playground_nordic44:nordic44
9
- Report formatter: BasicHTML
10
- Role: information_architect
11
- description: null
12
- enabled: true
13
- id: step_725987
14
- label: Import DMS
15
- max_retries: 0
16
- method: DMSToRules
17
- params: {}
18
- retry_delay: 3
19
- stype: stdstep
20
- system_component_id: null
21
- transition_to:
22
- - step_419138
23
- trigger: false
24
- ui_config:
25
- pos_x: 541
26
- pos_y: 84
27
- - complex_configs: {}
28
- configs:
29
- Styling: default
30
- description: null
31
- enabled: true
32
- id: step_419138
33
- label: Create Excel Spreadsheet
34
- max_retries: 0
35
- method: RulesToExcel
36
- params: {}
37
- retry_delay: 3
38
- stype: stdstep
39
- system_component_id: null
40
- transition_to: []
41
- trigger: false
42
- ui_config:
43
- pos_x: 540
44
- pos_y: 193
45
- - complex_configs: {}
46
- configs: {}
47
- description: null
48
- enabled: true
49
- id: step_431484
50
- label: Trigger Workflow
51
- max_retries: 0
52
- method: null
53
- params:
54
- sync: 'false'
55
- workflow_name: ''
56
- retry_delay: 3
57
- stype: http_trigger
58
- system_component_id: null
59
- transition_to:
60
- - step_725987
61
- trigger: true
62
- ui_config:
63
- pos_x: 541
64
- pos_y: -13
65
- system_components: []
@@ -1,116 +0,0 @@
1
- configs: []
2
- description: null
3
- implementation_module: null
4
- name: Ontology to Data Model
5
- steps:
6
- - complex_configs: {}
7
- configs: {}
8
- description: null
9
- enabled: true
10
- id: step_trigger
11
- label: Trigger
12
- max_retries: 0
13
- method: null
14
- params: {}
15
- retry_delay: 3
16
- stype: http_trigger
17
- system_component_id: null
18
- transition_to:
19
- - step_128344
20
- - dowload_ontology
21
- trigger: true
22
- ui_config:
23
- pos_x: 524
24
- pos_y: 259
25
- - complex_configs: {}
26
- configs:
27
- excel_file_path: rules/LIS-14-rules.xlsx
28
- make_compliant: "True"
29
- ontology_file_path: staging/LIS-14.ttl
30
- description: null
31
- enabled: true
32
- id: onotology2rules
33
- label: Import Ontology to Rules
34
- max_retries: 0
35
- method: ImportOntologyToRules
36
- params: {}
37
- retry_delay: 3
38
- stype: stdstep
39
- system_component_id: null
40
- transition_to:
41
- - load_generated_rules
42
- - import_generated_rules
43
- trigger: false
44
- ui_config:
45
- pos_x: 524
46
- pos_y: 403
47
- - complex_configs: {}
48
- configs:
49
- file_name: LIS-14-rules.xlsx
50
- validation_report_file: rules_validation_report.txt
51
- validation_report_storage_dir: rules_validation_report
52
- version: ""
53
- description: null
54
- enabled: true
55
- id: import_generated_rules
56
- label: Import Generated Rules
57
- max_retries: 0
58
- method: ImportExcelToRules
59
- params: {}
60
- retry_delay: 3
61
- stype: stdstep
62
- system_component_id: null
63
- transition_to:
64
- - step_59017
65
- - step_829062
66
- - export_rules_to_graphql_schema
67
- trigger: false
68
- ui_config:
69
- pos_x: 524
70
- pos_y: 490
71
- - complex_configs: {}
72
- configs:
73
- api_url: https://rds.posccaesar.org/ontology/lis14/ont/core/2.0/LIS-14.ttl
74
- auth_mode: none
75
- http_method: GET
76
- output_file_path: staging/LIS-14.ttl
77
- password: ""
78
- response_destination: file
79
- token: ""
80
- username: ""
81
- description: null
82
- enabled: true
83
- id: dowload_ontology
84
- label: Download Ontology
85
- max_retries: 0
86
- method: DownloadDataFromRestApiToFile
87
- params: {}
88
- retry_delay: 3
89
- stype: stdstep
90
- system_component_id: null
91
- transition_to:
92
- - onotology2rules
93
- trigger: false
94
- ui_config:
95
- pos_x: 524
96
- pos_y: 333
97
- - complex_configs: {}
98
- configs:
99
- file_name: ""
100
- storage_dir: staging
101
- description: null
102
- enabled: true
103
- id: export_rules_to_graphql_schema
104
- label: Export Rules to GraphQL Schema
105
- max_retries: 0
106
- method: ExportRulesToGraphQLSchema
107
- params: {}
108
- retry_delay: 3
109
- stype: stdstep
110
- system_component_id: null
111
- transition_to: []
112
- trigger: false
113
- ui_config:
114
- pos_x: 525
115
- pos_y: 577
116
- system_components: []
@@ -1,67 +0,0 @@
1
- configs: []
2
- description: null
3
- implementation_module: null
4
- name: Validate Rules
5
- steps:
6
- - complex_configs: {}
7
- configs:
8
- File name: ''
9
- Report formatter: BasicHTML
10
- Role: infer
11
- description: null
12
- enabled: true
13
- id: step_validate_rules
14
- label: Validate Rules
15
- max_retries: 0
16
- method: ExcelToRules
17
- params: {}
18
- retry_delay: 3
19
- stype: stdstep
20
- system_component_id: null
21
- transition_to:
22
- - step_942973
23
- - step_715590
24
- trigger: false
25
- ui_config:
26
- pos_x: 558
27
- pos_y: 97
28
- - complex_configs: {}
29
- configs: {}
30
- description: null
31
- enabled: true
32
- id: step_upload_rules
33
- label: Upload Rules Spreadsheets
34
- max_retries: 0
35
- method: null
36
- params:
37
- file_type: rules
38
- retry_delay: 3
39
- stype: file_uploader
40
- system_component_id: null
41
- transition_to:
42
- - step_31642
43
- - step_validate_rules
44
- trigger: true
45
- ui_config:
46
- pos_x: 558
47
- pos_y: -14
48
- - complex_configs: {}
49
- configs:
50
- Output role format: input
51
- Styling: default
52
- description: null
53
- enabled: true
54
- id: step_715590
55
- label: Convert Rules
56
- max_retries: 0
57
- method: RulesToExcel
58
- params: {}
59
- retry_delay: 3
60
- stype: stdstep
61
- system_component_id: null
62
- transition_to: []
63
- trigger: false
64
- ui_config:
65
- pos_x: 558
66
- pos_y: 217
67
- system_components: []
@@ -1,64 +0,0 @@
1
- configs: []
2
- description: null
3
- implementation_module: null
4
- name: Validate Solution Model
5
- steps:
6
- - complex_configs: {}
7
- configs: {}
8
- description: null
9
- enabled: true
10
- id: step_769298
11
- label: Upload File
12
- max_retries: 0
13
- method: null
14
- params:
15
- file_type: rules
16
- retry_delay: 3
17
- stype: file_uploader
18
- system_component_id: null
19
- transition_to:
20
- - step_399494
21
- trigger: true
22
- ui_config:
23
- pos_x: 627
24
- pos_y: -19
25
- - complex_configs: {}
26
- configs:
27
- File name: ''
28
- Report formatter: BasicHTML
29
- Role: infer
30
- description: null
31
- enabled: true
32
- id: step_399494
33
- label: Import Excel
34
- max_retries: 0
35
- method: ExcelToRules
36
- params: {}
37
- retry_delay: 3
38
- stype: stdstep
39
- system_component_id: null
40
- transition_to:
41
- - step_273233
42
- trigger: false
43
- ui_config:
44
- pos_x: 627
45
- pos_y: 66
46
- - complex_configs: {}
47
- configs:
48
- Report Formatter: BasicHTML
49
- description: null
50
- enabled: true
51
- id: step_273233
52
- label: Validate Against CDF
53
- max_retries: 0
54
- method: ValidateRulesAgainstCDF
55
- params: {}
56
- retry_delay: 3
57
- stype: stdstep
58
- system_component_id: null
59
- transition_to: []
60
- trigger: false
61
- ui_config:
62
- pos_x: 627
63
- pos_y: 154
64
- system_components: []
@@ -1,95 +0,0 @@
1
- configs: []
2
- description: null
3
- implementation_module: null
4
- name: Visualize Data Model Using Mock Graph
5
- steps:
6
- - complex_configs: {}
7
- configs:
8
- File name: information-architect-david.xlsx
9
- Report formatter: BasicHTML
10
- Role: infer
11
- description: null
12
- enabled: true
13
- id: step_verify_rules
14
- label: Verify Rules
15
- max_retries: 0
16
- method: ExcelToRules
17
- params: {}
18
- retry_delay: 3
19
- stype: stdstep
20
- system_component_id: null
21
- transition_to:
22
- - step_configure_graph_store
23
- trigger: false
24
- ui_config:
25
- pos_x: 507
26
- pos_y: 250
27
- - complex_configs: {}
28
- configs:
29
- Disk storage directory: mock-graph-store
30
- Graph: source
31
- Graph store type: oxigraph
32
- GraphDB API root URL: ""
33
- Init procedure: reset
34
- Query URL: ""
35
- Update URL: ""
36
- description: null
37
- enabled: true
38
- id: step_configure_graph_store
39
- label: Configure Graph Store
40
- max_retries: 0
41
- method: GraphStoreConfiguration
42
- params: {}
43
- retry_delay: 3
44
- stype: stdstep
45
- system_component_id: null
46
- transition_to:
47
- - step_166101
48
- - step_mock_graph_generation
49
- trigger: false
50
- ui_config:
51
- pos_x: 506
52
- pos_y: 314
53
- - complex_configs: {}
54
- configs:
55
- Class count:
56
- '{"WindTurbine" : 1, "WindFarm" : 1, "OffshoreSubstation" : 1,
57
- "DistributionSubstation" : 1, "OnshoreSubstation" : 1, "ArrayCable" :
58
- 1, "ExportCable" : 1, "Transmission" : 1, "DistributionLine" : 1, "Meter"
59
- : 1, "ElectricCarCharger" : 1}'
60
- Graph: source
61
- description: null
62
- enabled: true
63
- id: step_mock_graph_generation
64
- label: Generate Mock Graph
65
- max_retries: 0
66
- method: GraphFromMockData
67
- params: {}
68
- retry_delay: 3
69
- stype: stdstep
70
- system_component_id: null
71
- transition_to: []
72
- trigger: false
73
- ui_config:
74
- pos_x: 506
75
- pos_y: 390
76
- - complex_configs: {}
77
- configs: {}
78
- description: null
79
- enabled: true
80
- id: step_upload_rules
81
- label: Upload Rules
82
- max_retries: 0
83
- method: null
84
- params:
85
- file_type: rules
86
- retry_delay: 3
87
- stype: file_uploader
88
- system_component_id: null
89
- transition_to:
90
- - step_verify_rules
91
- trigger: true
92
- ui_config:
93
- pos_x: 507
94
- pos_y: 177
95
- system_components: []