pyegeria 0.2.4__py3-none-any.whl → 5.3.0.dev3__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.
- pyegeria/README.md +35 -0
- pyegeria/__init__.py +345 -14
- pyegeria/_client.py +376 -126
- pyegeria/_deprecated_gov_engine.py +451 -0
- pyegeria/_exceptions.py +6 -6
- pyegeria/_globals.py +7 -1
- pyegeria/_validators.py +9 -6
- pyegeria/asset_catalog_omvs.py +807 -0
- pyegeria/automated_curation_omvs.py +3760 -0
- pyegeria/classification_manager_omvs.py +5238 -0
- pyegeria/collection_manager_omvs.py +2727 -0
- pyegeria/commands/README.md +47 -0
- pyegeria/commands/__init__.py +22 -0
- pyegeria/commands/cat/README.md +16 -0
- pyegeria/commands/cat/__init__.py +1 -0
- pyegeria/commands/cat/exp_list_glossaries.py +156 -0
- pyegeria/commands/cat/get_asset_graph.py +319 -0
- pyegeria/commands/cat/get_collection.py +148 -0
- pyegeria/commands/cat/get_project_dependencies.py +168 -0
- pyegeria/commands/cat/get_project_structure.py +168 -0
- pyegeria/commands/cat/get_tech_type_elements.py +174 -0
- pyegeria/commands/cat/glossary_actions.py +362 -0
- pyegeria/commands/cat/list_assets.py +176 -0
- pyegeria/commands/cat/list_cert_types.py +194 -0
- pyegeria/commands/cat/list_collections.py +162 -0
- pyegeria/commands/cat/list_deployed_catalogs.py +217 -0
- pyegeria/commands/cat/list_deployed_database_schemas.py +251 -0
- pyegeria/commands/cat/list_deployed_databases.py +202 -0
- pyegeria/commands/cat/list_glossaries.py +150 -0
- pyegeria/commands/cat/list_projects.py +221 -0
- pyegeria/commands/cat/list_servers_deployed_imp.py +158 -0
- pyegeria/commands/cat/list_tech_type_elements.py +190 -0
- pyegeria/commands/cat/list_tech_types.py +140 -0
- pyegeria/commands/cat/list_terms.py +242 -0
- pyegeria/commands/cat/list_todos.py +189 -0
- pyegeria/commands/cat/list_user_ids.py +145 -0
- pyegeria/commands/cli/__init__.py +13 -0
- pyegeria/commands/cli/egeria.py +1844 -0
- pyegeria/commands/cli/egeria_cat.py +638 -0
- pyegeria/commands/cli/egeria_login_tui.py +313 -0
- pyegeria/commands/cli/egeria_my.py +248 -0
- pyegeria/commands/cli/egeria_ops.py +502 -0
- pyegeria/commands/cli/egeria_tech.py +618 -0
- pyegeria/commands/cli/ops_config.py +45 -0
- pyegeria/commands/cli/txt_custom_v2.tcss +19 -0
- pyegeria/commands/doc/README.md +145 -0
- pyegeria/commands/doc/Visual Command Reference/README.md +511 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/engines/list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status full 2024-12-15 at 20.01.57@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_of_om_type_by_classification 2024-12-16 at 14.35.26@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/valid_metadata_values 2024-12-16 at 15.31.56@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png +0 -0
- pyegeria/commands/doc/glossary/basic-glossary-tui.md +109 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
- pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
- pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
- pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
- pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
- pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
- pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
- pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
- pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
- pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-load-archive.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
- pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md +346 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-list 2024-11-12 at 16.45.26.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-live 2024-11-12 at 16.44.12@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status 2024-11-10 at 18.15.42@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status-full 2024-11-10 at 18.25.14@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-load-archive 2024-11-10 at 19.19.09@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status 2024-11-10 at 18.52.01@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png +0 -0
- pyegeria/commands/my/README.md +17 -0
- pyegeria/commands/my/__init__.py +0 -0
- pyegeria/commands/my/list_my_profile.py +163 -0
- pyegeria/commands/my/list_my_roles.py +151 -0
- pyegeria/commands/my/monitor_my_todos.py +205 -0
- pyegeria/commands/my/monitor_open_todos.py +175 -0
- pyegeria/commands/my/todo_actions.py +242 -0
- pyegeria/commands/ops/README.md +24 -0
- pyegeria/commands/ops/__init__.py +22 -0
- pyegeria/commands/ops/gov_server_actions.py +177 -0
- pyegeria/commands/ops/list_archives.py +161 -0
- pyegeria/commands/ops/list_catalog_targets.py +203 -0
- pyegeria/commands/ops/load_archive.py +75 -0
- pyegeria/commands/ops/monitor_asset_events.py +107 -0
- pyegeria/commands/ops/monitor_engine_activity.py +270 -0
- pyegeria/commands/ops/monitor_engine_activity_c.py +286 -0
- pyegeria/commands/ops/monitor_gov_eng_status.py +288 -0
- pyegeria/commands/ops/monitor_integ_daemon_status.py +321 -0
- pyegeria/commands/ops/monitor_platform_status.py +188 -0
- pyegeria/commands/ops/monitor_server_startup.py +117 -0
- pyegeria/commands/ops/monitor_server_status.py +182 -0
- pyegeria/commands/ops/orig_monitor_server_list.py +140 -0
- pyegeria/commands/ops/orig_monitor_server_status.py +124 -0
- pyegeria/commands/ops/refresh_integration_daemon.py +83 -0
- pyegeria/commands/ops/restart_integration_daemon.py +82 -0
- pyegeria/commands/ops/table_integ_daemon_status.py +237 -0
- pyegeria/commands/ops/x_engine_actions.py +76 -0
- pyegeria/commands/tech/README.md +24 -0
- pyegeria/commands/tech/__init__.py +0 -0
- pyegeria/commands/tech/get_element_info.py +144 -0
- pyegeria/commands/tech/get_guid_info.py +134 -0
- pyegeria/commands/tech/get_tech_details.py +173 -0
- pyegeria/commands/tech/get_tech_type_template.py +166 -0
- pyegeria/commands/tech/list_anchored_elements.py +205 -0
- pyegeria/commands/tech/list_asset_types.py +123 -0
- pyegeria/commands/tech/list_elements.py +168 -0
- pyegeria/commands/tech/list_elements_for_classification.py +171 -0
- pyegeria/commands/tech/list_elements_x.py +191 -0
- pyegeria/commands/tech/list_gov_action_processes.py +139 -0
- pyegeria/commands/tech/list_registered_services.py +180 -0
- pyegeria/commands/tech/list_related_elements.py +207 -0
- pyegeria/commands/tech/list_related_specification.py +169 -0
- pyegeria/commands/tech/list_relationship_types.py +164 -0
- pyegeria/commands/tech/list_relationships.py +179 -0
- pyegeria/commands/tech/list_tech_templates.py +360 -0
- pyegeria/commands/tech/list_valid_metadata_values.py +178 -0
- pyegeria/commands/tech/table_tech_templates.py +238 -0
- pyegeria/commands/tech/x_list_related_elements.py +165 -0
- pyegeria/core_omag_server_config.py +550 -313
- pyegeria/create_tech_guid_lists.py +105 -0
- pyegeria/egeria_cat_client.py +78 -0
- pyegeria/egeria_client.py +117 -0
- pyegeria/egeria_config_client.py +45 -0
- pyegeria/egeria_my_client.py +56 -0
- pyegeria/egeria_tech_client.py +93 -0
- pyegeria/feedback_manager_omvs.py +4573 -0
- pyegeria/full_omag_server_config.py +1337 -0
- pyegeria/glossary_browser_omvs.py +2507 -0
- pyegeria/glossary_manager_omvs.py +3597 -0
- pyegeria/mermaid_utilities.py +218 -0
- pyegeria/metadata_explorer_omvs.py +2371 -0
- pyegeria/my_profile_omvs.py +1021 -0
- pyegeria/platform_services.py +259 -218
- pyegeria/project_manager_omvs.py +1854 -0
- pyegeria/registered_info.py +111 -108
- pyegeria/runtime_manager_omvs.py +2299 -0
- pyegeria/server_operations.py +178 -71
- pyegeria/template_manager_omvs.py +1414 -0
- pyegeria/utils.py +75 -85
- pyegeria/valid_metadata_omvs.py +1911 -0
- pyegeria/x_action_author_omvs.py +200 -0
- pyegeria-5.3.0.dev3.dist-info/METADATA +70 -0
- pyegeria-5.3.0.dev3.dist-info/RECORD +232 -0
- {pyegeria-0.2.4.dist-info → pyegeria-5.3.0.dev3.dist-info}/WHEEL +1 -1
- pyegeria-5.3.0.dev3.dist-info/entry_points.txt +81 -0
- pyegeria/config.toml +0 -11
- pyegeria/curation_omvs.py +0 -458
- pyegeria/exceptions.py +0 -382
- pyegeria/glossary_omvs.py +0 -639
- pyegeria/gov_engine.py +0 -573
- pyegeria-0.2.4.dist-info/METADATA +0 -57
- pyegeria-0.2.4.dist-info/RECORD +0 -19
- {pyegeria-0.2.4.dist-info/licenses → pyegeria-5.3.0.dev3.dist-info}/LICENSE +0 -0
@@ -0,0 +1,148 @@
|
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
"""
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
4
|
+
Copyright Contributors to the ODPi Egeria project.
|
5
|
+
|
6
|
+
A simple viewer for collections - provide the root and we display the hierarchy
|
7
|
+
|
8
|
+
"""
|
9
|
+
|
10
|
+
import argparse
|
11
|
+
import os
|
12
|
+
from rich import print
|
13
|
+
from rich.panel import Panel
|
14
|
+
from rich.prompt import Prompt
|
15
|
+
from rich.text import Text
|
16
|
+
from rich.tree import Tree
|
17
|
+
|
18
|
+
from pyegeria import (
|
19
|
+
CollectionManager,
|
20
|
+
UserNotAuthorizedException,
|
21
|
+
PropertyServerException,
|
22
|
+
InvalidParameterException,
|
23
|
+
)
|
24
|
+
from pyegeria._exceptions import (
|
25
|
+
print_exception_response,
|
26
|
+
)
|
27
|
+
|
28
|
+
disable_ssl_warnings = True
|
29
|
+
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
30
|
+
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
31
|
+
EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
32
|
+
EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
|
33
|
+
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
34
|
+
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
35
|
+
)
|
36
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
|
37
|
+
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
38
|
+
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
39
|
+
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
40
|
+
EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
41
|
+
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
42
|
+
EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
43
|
+
|
44
|
+
|
45
|
+
def collection_viewer(
|
46
|
+
root: str,
|
47
|
+
server_name: str,
|
48
|
+
platform_url: str,
|
49
|
+
user: str,
|
50
|
+
user_password: str,
|
51
|
+
jupyter: bool = EGERIA_JUPYTER,
|
52
|
+
width: int = EGERIA_WIDTH,
|
53
|
+
):
|
54
|
+
"""A simple collection viewer"""
|
55
|
+
|
56
|
+
def walk_collection_hierarchy(
|
57
|
+
tree: Tree,
|
58
|
+
collection_client: CollectionManager,
|
59
|
+
root_collection_guid: str = None,
|
60
|
+
root_collection_name: str = None,
|
61
|
+
root_collection_qname: str = None,
|
62
|
+
) -> None:
|
63
|
+
"""Recursively build a Tree with collection contents."""
|
64
|
+
members = collection_client.get_member_list(
|
65
|
+
root_collection_guid, root_collection_name, root_collection_qname
|
66
|
+
)
|
67
|
+
if type(members) is list:
|
68
|
+
for member in members:
|
69
|
+
style = "bold white on black"
|
70
|
+
text_collection_name = Text(
|
71
|
+
f"[bold white on black]Name: {member['name']}", style=style
|
72
|
+
)
|
73
|
+
text_qualified_name = Text(
|
74
|
+
f"* QualifiedName: {member['qualifiedName']}"
|
75
|
+
)
|
76
|
+
text_guid = Text(f"* GUID: {member['guid']}", "green")
|
77
|
+
text_collection_type = Text(
|
78
|
+
f"* Collection Type: {member['collectionType']}"
|
79
|
+
)
|
80
|
+
text_description = Text(f"* Description: {member['description']}")
|
81
|
+
p = Panel.fit(
|
82
|
+
f"{text_collection_name}[green]\n{text_qualified_name}\n{text_guid}\n"
|
83
|
+
f"{text_collection_type}\n{text_description}"
|
84
|
+
)
|
85
|
+
tt = tree.add(p, style=style)
|
86
|
+
|
87
|
+
children = collection_client.get_collection_members(
|
88
|
+
collection_guid=member["guid"]
|
89
|
+
)
|
90
|
+
if type(children) is list:
|
91
|
+
branch = tt.add(
|
92
|
+
f"[bold magenta on black]Members",
|
93
|
+
style=style,
|
94
|
+
guide_style=style,
|
95
|
+
)
|
96
|
+
walk_collection_hierarchy(branch, collection_client, member["guid"])
|
97
|
+
else:
|
98
|
+
tt = tree.add(
|
99
|
+
f"[bold magenta on black]No collections found in {root_collection_name}"
|
100
|
+
)
|
101
|
+
|
102
|
+
try:
|
103
|
+
tree = Tree(f"[bold bright green]{root}", guide_style="bold bright_blue")
|
104
|
+
c_client = CollectionManager(server_name, platform_url, user_id=user)
|
105
|
+
|
106
|
+
token = c_client.create_egeria_bearer_token(user, user_password)
|
107
|
+
walk_collection_hierarchy(tree, c_client, None, root)
|
108
|
+
print(tree)
|
109
|
+
|
110
|
+
except (
|
111
|
+
InvalidParameterException,
|
112
|
+
PropertyServerException,
|
113
|
+
UserNotAuthorizedException,
|
114
|
+
) as e:
|
115
|
+
if e.exception_error_message_parameters[1] == "No elements found":
|
116
|
+
print("The collection was not found.")
|
117
|
+
else:
|
118
|
+
print_exception_response(e)
|
119
|
+
finally:
|
120
|
+
c_client.close_session()
|
121
|
+
|
122
|
+
|
123
|
+
def main():
|
124
|
+
parser = argparse.ArgumentParser()
|
125
|
+
|
126
|
+
parser.add_argument("--server", help="Name of the server to display status for")
|
127
|
+
parser.add_argument("--url", help="URL Platform to connect to")
|
128
|
+
parser.add_argument("--userid", help="User Id")
|
129
|
+
parser.add_argument("--password", help="User Password")
|
130
|
+
args = parser.parse_args()
|
131
|
+
|
132
|
+
server = args.server if args.server is not None else EGERIA_VIEW_SERVER
|
133
|
+
url = args.url if args.url is not None else EGERIA_PLATFORM_URL
|
134
|
+
userid = args.userid if args.userid is not None else EGERIA_USER
|
135
|
+
user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
136
|
+
|
137
|
+
try:
|
138
|
+
root_collection = Prompt.ask(
|
139
|
+
"Enter the Root Collection to start from:",
|
140
|
+
default="Digital Products Root",
|
141
|
+
)
|
142
|
+
collection_viewer(root_collection, server, url, userid, user_pass)
|
143
|
+
except KeyboardInterrupt:
|
144
|
+
pass
|
145
|
+
|
146
|
+
|
147
|
+
if __name__ == "__main__":
|
148
|
+
main()
|
@@ -0,0 +1,168 @@
|
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
"""
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
4
|
+
Copyright Contributors to the ODPi Egeria project.
|
5
|
+
|
6
|
+
A simple viewer for project dependencies - provide the root and we display the dependency tree
|
7
|
+
|
8
|
+
"""
|
9
|
+
|
10
|
+
import argparse
|
11
|
+
import os
|
12
|
+
|
13
|
+
from rich import print
|
14
|
+
from rich.console import Console
|
15
|
+
from rich.markdown import Markdown
|
16
|
+
from rich.panel import Panel
|
17
|
+
from rich.prompt import Prompt
|
18
|
+
from rich.tree import Tree
|
19
|
+
|
20
|
+
from pyegeria import (
|
21
|
+
ProjectManager,
|
22
|
+
UserNotAuthorizedException,
|
23
|
+
PropertyServerException,
|
24
|
+
InvalidParameterException,
|
25
|
+
)
|
26
|
+
from pyegeria._exceptions import (
|
27
|
+
print_exception_response,
|
28
|
+
)
|
29
|
+
|
30
|
+
disable_ssl_warnings = True
|
31
|
+
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
32
|
+
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
33
|
+
EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
34
|
+
EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
|
35
|
+
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
36
|
+
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
37
|
+
)
|
38
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
|
39
|
+
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
40
|
+
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
41
|
+
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
42
|
+
EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
43
|
+
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
44
|
+
EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
45
|
+
|
46
|
+
|
47
|
+
def project_dependency_viewer(
|
48
|
+
root: str,
|
49
|
+
server_name: str,
|
50
|
+
platform_url: str,
|
51
|
+
user: str,
|
52
|
+
user_password: str,
|
53
|
+
jupyter: bool = EGERIA_JUPYTER,
|
54
|
+
width: int = EGERIA_WIDTH,
|
55
|
+
timeout: int = 30,
|
56
|
+
):
|
57
|
+
"""A simple collection viewer"""
|
58
|
+
|
59
|
+
def walk_project_hierarchy(
|
60
|
+
project_client: ProjectManager,
|
61
|
+
project_name: str,
|
62
|
+
tree: Tree,
|
63
|
+
root: bool = False,
|
64
|
+
) -> None:
|
65
|
+
"""Recursively build a Tree with collection contents."""
|
66
|
+
t = None
|
67
|
+
style = "bright_white on black"
|
68
|
+
|
69
|
+
project = project_client.get_projects_by_name(project_name)
|
70
|
+
if type(project) is list:
|
71
|
+
proj_guid = project[0]["elementHeader"]["guid"]
|
72
|
+
proj_props = project[0]["properties"]
|
73
|
+
|
74
|
+
proj_type = proj_props.get("typeName", "---")
|
75
|
+
proj_unique = proj_props.get("qualifiedName", "---")
|
76
|
+
proj_identifier = proj_props.get("identifier", "---")
|
77
|
+
proj_name = proj_props.get("name", "---")
|
78
|
+
proj_desc = proj_props.get("description", "---")
|
79
|
+
proj_status = proj_props.get("projectStatus", "---")
|
80
|
+
proj_priority = proj_props.get("priority", "---")
|
81
|
+
proj_start = proj_props.get("startDate", "---")[:-10]
|
82
|
+
proj_props_md = (
|
83
|
+
f"* Name: {proj_name}\n"
|
84
|
+
f"* Identifier: {proj_identifier}\n"
|
85
|
+
f"* Type: {proj_type}\n"
|
86
|
+
f"* Status: {proj_status}\n"
|
87
|
+
f"* priority: {proj_priority}\n"
|
88
|
+
f"* Start: {proj_start}\n"
|
89
|
+
f"* Description: {proj_desc}\n"
|
90
|
+
f"* GUID: {proj_guid}"
|
91
|
+
)
|
92
|
+
else:
|
93
|
+
return
|
94
|
+
|
95
|
+
team = project_client.get_project_team(proj_guid)
|
96
|
+
member_md = ""
|
97
|
+
if type(team) is list:
|
98
|
+
for member in team:
|
99
|
+
member_guid = member["member"]["guid"]
|
100
|
+
member_unique = member["member"]["uniqueName"]
|
101
|
+
member_md += f"* Member Unique Name: {member_unique}\n* Member GUID: {member_guid}"
|
102
|
+
proj_props_md += f"\n### Team Members\n {member_md}"
|
103
|
+
|
104
|
+
proj_props_out = Markdown(proj_props_md)
|
105
|
+
p = Panel.fit(proj_props_out, style=style, title=project_name)
|
106
|
+
t = tree.add(p)
|
107
|
+
|
108
|
+
linked_projects = project_client.get_linked_projects(proj_guid)
|
109
|
+
if type(linked_projects) is list:
|
110
|
+
for proj in linked_projects:
|
111
|
+
child_md = ""
|
112
|
+
child_guid = proj["elementHeader"]["guid"]
|
113
|
+
child_name = proj["properties"]["name"]
|
114
|
+
relationship = proj["relatedElement"]["relationshipHeader"]["type"][
|
115
|
+
"typeName"
|
116
|
+
]
|
117
|
+
if relationship != "ProjectDependency":
|
118
|
+
continue
|
119
|
+
walk_project_hierarchy(project_client, child_name, t)
|
120
|
+
|
121
|
+
else:
|
122
|
+
return t
|
123
|
+
|
124
|
+
try:
|
125
|
+
console = Console(width=width, force_terminal=not jupyter)
|
126
|
+
tree = Tree(
|
127
|
+
f"[bold bright green on black]{root}", guide_style="bold bright_blue"
|
128
|
+
)
|
129
|
+
p_client = ProjectManager(server_name, platform_url, user_id=user)
|
130
|
+
|
131
|
+
token1 = p_client.create_egeria_bearer_token(user, user_password)
|
132
|
+
|
133
|
+
walk_project_hierarchy(p_client, root, tree, root=True)
|
134
|
+
print(tree)
|
135
|
+
|
136
|
+
except (
|
137
|
+
InvalidParameterException,
|
138
|
+
PropertyServerException,
|
139
|
+
UserNotAuthorizedException,
|
140
|
+
) as e:
|
141
|
+
print_exception_response(e)
|
142
|
+
|
143
|
+
|
144
|
+
def main():
|
145
|
+
parser = argparse.ArgumentParser()
|
146
|
+
|
147
|
+
parser.add_argument("--server", help="Name of the server to display status for")
|
148
|
+
parser.add_argument("--url", help="URL Platform to connect to")
|
149
|
+
parser.add_argument("--userid", help="User Id")
|
150
|
+
parser.add_argument("--password", help="User Password")
|
151
|
+
args = parser.parse_args()
|
152
|
+
|
153
|
+
server = args.server if args.server is not None else EGERIA_VIEW_SERVER
|
154
|
+
url = args.url if args.url is not None else EGERIA_PLATFORM_URL
|
155
|
+
userid = args.userid if args.userid is not None else EGERIA_USER
|
156
|
+
user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
157
|
+
|
158
|
+
try:
|
159
|
+
root_project = Prompt.ask(
|
160
|
+
"Enter the Root Project to start from:", default="Sustainability Campaign"
|
161
|
+
)
|
162
|
+
project_dependency_viewer(root_project, server, url, userid, user_pass)
|
163
|
+
except KeyboardInterrupt:
|
164
|
+
pass
|
165
|
+
|
166
|
+
|
167
|
+
if __name__ == "__main__":
|
168
|
+
main()
|
@@ -0,0 +1,168 @@
|
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
"""
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
4
|
+
Copyright Contributors to the ODPi Egeria project.
|
5
|
+
|
6
|
+
A simple viewer for project structure - provide the root and we display the hierarchy
|
7
|
+
|
8
|
+
"""
|
9
|
+
|
10
|
+
import argparse
|
11
|
+
import os
|
12
|
+
|
13
|
+
from rich import print
|
14
|
+
from rich.console import Console
|
15
|
+
from rich.markdown import Markdown
|
16
|
+
from rich.panel import Panel
|
17
|
+
from rich.prompt import Prompt
|
18
|
+
from rich.tree import Tree
|
19
|
+
|
20
|
+
from pyegeria import (
|
21
|
+
ProjectManager,
|
22
|
+
UserNotAuthorizedException,
|
23
|
+
PropertyServerException,
|
24
|
+
InvalidParameterException,
|
25
|
+
)
|
26
|
+
from pyegeria._exceptions import (
|
27
|
+
print_exception_response,
|
28
|
+
)
|
29
|
+
|
30
|
+
disable_ssl_warnings = True
|
31
|
+
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
32
|
+
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
33
|
+
EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
34
|
+
EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
|
35
|
+
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
36
|
+
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
37
|
+
)
|
38
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
|
39
|
+
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
40
|
+
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
41
|
+
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
42
|
+
EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
43
|
+
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
44
|
+
EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
45
|
+
|
46
|
+
|
47
|
+
def project_structure_viewer(
|
48
|
+
root: str,
|
49
|
+
server_name: str,
|
50
|
+
platform_url: str,
|
51
|
+
user: str,
|
52
|
+
user_password: str,
|
53
|
+
jupyter: bool = EGERIA_JUPYTER,
|
54
|
+
width: int = EGERIA_WIDTH,
|
55
|
+
timeout: int = 30,
|
56
|
+
):
|
57
|
+
"""A simple collection viewer"""
|
58
|
+
|
59
|
+
def walk_project_hierarchy(
|
60
|
+
project_client: ProjectManager,
|
61
|
+
project_name: str,
|
62
|
+
tree: Tree,
|
63
|
+
root: bool = False,
|
64
|
+
) -> None:
|
65
|
+
"""Recursively build a Tree with collection contents."""
|
66
|
+
t = None
|
67
|
+
style = "bright_white on black"
|
68
|
+
|
69
|
+
project = project_client.get_projects_by_name(project_name)
|
70
|
+
if type(project) is list:
|
71
|
+
proj_guid = project[0]["elementHeader"]["guid"]
|
72
|
+
proj_props = project[0]["properties"]
|
73
|
+
|
74
|
+
proj_type = proj_props.get("typeName", "---")
|
75
|
+
proj_unique = proj_props.get("qualifiedName", "---")
|
76
|
+
proj_identifier = proj_props.get("identifier", "---")
|
77
|
+
proj_name = proj_props.get("name", "---")
|
78
|
+
proj_desc = proj_props.get("description", "---")
|
79
|
+
proj_status = proj_props.get("projectStatus", "---")
|
80
|
+
proj_priority = proj_props.get("priority", "---")
|
81
|
+
proj_start = proj_props.get("startDate", "---")[:-10]
|
82
|
+
proj_props_md = (
|
83
|
+
f"* Name: {proj_name}\n"
|
84
|
+
f"* Identifier: {proj_identifier}\n"
|
85
|
+
f"* Type: {proj_type}\n"
|
86
|
+
f"* Status: {proj_status}\n"
|
87
|
+
f"* priority: {proj_priority}\n"
|
88
|
+
f"* Start: {proj_start}\n"
|
89
|
+
f"* Description: {proj_desc}\n"
|
90
|
+
f"* GUID: {proj_guid}"
|
91
|
+
)
|
92
|
+
else:
|
93
|
+
return
|
94
|
+
|
95
|
+
team = project_client.get_project_team(proj_guid)
|
96
|
+
member_md = ""
|
97
|
+
if type(team) is list:
|
98
|
+
for member in team:
|
99
|
+
member_guid = member["member"]["guid"]
|
100
|
+
member_unique = member["member"]["uniqueName"]
|
101
|
+
member_md += f"* Member Unique Name: {member_unique}\n* Member GUID: {member_guid}"
|
102
|
+
proj_props_md += f"\n### Team Members\n {member_md}"
|
103
|
+
|
104
|
+
proj_props_out = Markdown(proj_props_md)
|
105
|
+
p = Panel.fit(proj_props_out, style=style, title=project_name)
|
106
|
+
t = tree.add(p)
|
107
|
+
|
108
|
+
linked_projects = project_client.get_linked_projects(proj_guid)
|
109
|
+
if type(linked_projects) is list:
|
110
|
+
for proj in linked_projects:
|
111
|
+
child_md = ""
|
112
|
+
child_guid = proj["elementHeader"]["guid"]
|
113
|
+
child_name = proj["properties"]["name"]
|
114
|
+
relationship = proj["relatedElement"]["relationshipHeader"]["type"][
|
115
|
+
"typeName"
|
116
|
+
]
|
117
|
+
if relationship != "ProjectHierarchy":
|
118
|
+
continue
|
119
|
+
walk_project_hierarchy(project_client, child_name, t)
|
120
|
+
|
121
|
+
else:
|
122
|
+
return t
|
123
|
+
|
124
|
+
try:
|
125
|
+
console = Console(width=width, force_terminal=not jupyter)
|
126
|
+
tree = Tree(
|
127
|
+
f"[bold bright green on black]{root}", guide_style="bold bright_blue"
|
128
|
+
)
|
129
|
+
p_client = ProjectManager(server_name, platform_url, user_id=user)
|
130
|
+
|
131
|
+
token1 = p_client.create_egeria_bearer_token(user, user_password)
|
132
|
+
|
133
|
+
walk_project_hierarchy(p_client, root, tree, root=True)
|
134
|
+
print(tree)
|
135
|
+
|
136
|
+
except (
|
137
|
+
InvalidParameterException,
|
138
|
+
PropertyServerException,
|
139
|
+
UserNotAuthorizedException,
|
140
|
+
) as e:
|
141
|
+
print_exception_response(e)
|
142
|
+
|
143
|
+
|
144
|
+
def main():
|
145
|
+
parser = argparse.ArgumentParser()
|
146
|
+
|
147
|
+
parser.add_argument("--server", help="Name of the server to display status for")
|
148
|
+
parser.add_argument("--url", help="URL Platform to connect to")
|
149
|
+
parser.add_argument("--userid", help="User Id")
|
150
|
+
parser.add_argument("--password", help="User Password")
|
151
|
+
args = parser.parse_args()
|
152
|
+
|
153
|
+
server = args.server if args.server is not None else EGERIA_VIEW_SERVER
|
154
|
+
url = args.url if args.url is not None else EGERIA_PLATFORM_URL
|
155
|
+
userid = args.userid if args.userid is not None else EGERIA_USER
|
156
|
+
user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
157
|
+
|
158
|
+
try:
|
159
|
+
root_project = Prompt.ask(
|
160
|
+
"Enter the Root Project to start from:", default="Sustainability Campaign"
|
161
|
+
)
|
162
|
+
project_structure_viewer(root_project, server, url, userid, user_pass)
|
163
|
+
except KeyboardInterrupt:
|
164
|
+
pass
|
165
|
+
|
166
|
+
|
167
|
+
if __name__ == "__main__":
|
168
|
+
main()
|
@@ -0,0 +1,174 @@
|
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
"""
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
4
|
+
Copyright Contributors to the ODPi Egeria project.
|
5
|
+
|
6
|
+
Display the status of cataloged platforms and servers.
|
7
|
+
"""
|
8
|
+
import sys
|
9
|
+
import time
|
10
|
+
import argparse
|
11
|
+
import os
|
12
|
+
|
13
|
+
from rich import json
|
14
|
+
from rich.panel import Panel
|
15
|
+
|
16
|
+
from pyegeria import (
|
17
|
+
InvalidParameterException,
|
18
|
+
PropertyServerException,
|
19
|
+
UserNotAuthorizedException,
|
20
|
+
print_exception_response,
|
21
|
+
AutomatedCuration,
|
22
|
+
)
|
23
|
+
from rich.table import Table
|
24
|
+
from rich.live import Live
|
25
|
+
from rich.console import Console
|
26
|
+
from rich.markdown import Markdown
|
27
|
+
from rich.tree import Tree
|
28
|
+
from rich.prompt import Prompt
|
29
|
+
from rich.panel import Panel
|
30
|
+
from rich.text import Text
|
31
|
+
from rich import print
|
32
|
+
|
33
|
+
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
34
|
+
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
35
|
+
EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
36
|
+
EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
|
37
|
+
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
38
|
+
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
39
|
+
)
|
40
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
|
41
|
+
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
42
|
+
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
43
|
+
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
44
|
+
EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
45
|
+
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
46
|
+
EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
47
|
+
|
48
|
+
|
49
|
+
disable_ssl_warnings = True
|
50
|
+
console = Console(width=200)
|
51
|
+
|
52
|
+
guid_list = []
|
53
|
+
|
54
|
+
|
55
|
+
def tech_viewer(
|
56
|
+
tech_name: str,
|
57
|
+
server_name: str,
|
58
|
+
platform_url: str,
|
59
|
+
user: str,
|
60
|
+
user_pass: str,
|
61
|
+
jupyter: bool = EGERIA_JUPYTER,
|
62
|
+
width: int = EGERIA_WIDTH,
|
63
|
+
):
|
64
|
+
def build_classifications(classification: dict) -> Markdown:
|
65
|
+
class_md = "\n"
|
66
|
+
for c in classification:
|
67
|
+
c_type = c["classificationName"]
|
68
|
+
if c_type == "Anchors":
|
69
|
+
continue
|
70
|
+
class_md += f"* Classification: {c_type}\n"
|
71
|
+
class_props = c.get("classificationProperties", None)
|
72
|
+
if class_props is None:
|
73
|
+
continue
|
74
|
+
for prop in class_props.keys():
|
75
|
+
class_md += f"\t* {prop}: {class_props[prop]}\n"
|
76
|
+
if class_md == "-":
|
77
|
+
output = None
|
78
|
+
else:
|
79
|
+
output = class_md
|
80
|
+
return output
|
81
|
+
|
82
|
+
try:
|
83
|
+
console = Console(width=width, force_terminal=not jupyter)
|
84
|
+
|
85
|
+
a_client = AutomatedCuration(server_name, platform_url, user_id=user)
|
86
|
+
|
87
|
+
token = a_client.create_egeria_bearer_token(user, user_pass)
|
88
|
+
tech_elements = a_client.get_technology_type_elements(
|
89
|
+
tech_name, get_templates=False
|
90
|
+
)
|
91
|
+
if type(tech_elements) is str:
|
92
|
+
console.print(f"No elements found for {tech_name}")
|
93
|
+
sys.exit(1)
|
94
|
+
|
95
|
+
tree = Tree(
|
96
|
+
f"Deployed Technology Type: {tech_name}",
|
97
|
+
style="bold bright_white on black",
|
98
|
+
guide_style="bold bright_blue",
|
99
|
+
)
|
100
|
+
note: str = " "
|
101
|
+
for element in tech_elements:
|
102
|
+
header = element["elementHeader"]
|
103
|
+
tech_type = header["type"]["typeName"]
|
104
|
+
tech_collection = header["origin"]["homeMetadataCollectionName"]
|
105
|
+
tech_created_by = header["versions"]["createdBy"]
|
106
|
+
tech_created_at = header["versions"]["createTime"]
|
107
|
+
tech_guid = header["guid"]
|
108
|
+
tech_classifications = header["classifications"]
|
109
|
+
class_md = build_classifications(tech_classifications)
|
110
|
+
|
111
|
+
referenceables = element["referenceableProperties"]
|
112
|
+
tech_qualified_name = referenceables["qualifiedName"]
|
113
|
+
extended = referenceables["extendedProperties"]
|
114
|
+
ex_md: str = ""
|
115
|
+
for key, value in extended.items():
|
116
|
+
ex_md += f"* {key}: {value}\n"
|
117
|
+
|
118
|
+
note = (
|
119
|
+
f"* Qualified Name: {tech_qualified_name}\n"
|
120
|
+
f"* GUID: {tech_guid}\n"
|
121
|
+
f"* Created by: {tech_created_by}\n"
|
122
|
+
f"* Created at: {tech_created_at}\n"
|
123
|
+
f"* Home Collection: {tech_collection}\n"
|
124
|
+
f"{class_md}\n"
|
125
|
+
f"{ex_md}\n"
|
126
|
+
)
|
127
|
+
|
128
|
+
interfaces = extended.get("connectorInterfaces", None)
|
129
|
+
if interfaces is not None:
|
130
|
+
interface_type_name = interfaces["typeName"]
|
131
|
+
interface_array_cnt = interfaces["arrayCount"]
|
132
|
+
note += f"* Interface Type: {interface_type_name}\n"
|
133
|
+
for i in range(0, int(interface_array_cnt)):
|
134
|
+
note += (
|
135
|
+
f"\t* Type: {interfaces['arrayValues']['propertyValueMap'][str(i)]['typeName']}"
|
136
|
+
f"\tName: {interfaces['arrayValues']['propertiesAsStrings'][str(i)]}\n"
|
137
|
+
)
|
138
|
+
note_md = Panel.fit(Markdown(note), style="bold bright_white")
|
139
|
+
t = tree.add(note_md)
|
140
|
+
|
141
|
+
print(tree)
|
142
|
+
|
143
|
+
except (
|
144
|
+
InvalidParameterException,
|
145
|
+
PropertyServerException,
|
146
|
+
UserNotAuthorizedException,
|
147
|
+
) as e:
|
148
|
+
print_exception_response(e)
|
149
|
+
|
150
|
+
|
151
|
+
def main():
|
152
|
+
parser = argparse.ArgumentParser()
|
153
|
+
|
154
|
+
parser.add_argument("--server", help="Name of the server to display status for")
|
155
|
+
parser.add_argument("--url", help="URL Platform to connect to")
|
156
|
+
parser.add_argument("--userid", help="User Id")
|
157
|
+
parser.add_argument("--password", help="User Password")
|
158
|
+
args = parser.parse_args()
|
159
|
+
|
160
|
+
server = args.server if args.server is not None else EGERIA_VIEW_SERVER
|
161
|
+
url = args.url if args.url is not None else EGERIA_PLATFORM_URL
|
162
|
+
userid = args.userid if args.userid is not None else EGERIA_USER
|
163
|
+
user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
164
|
+
try:
|
165
|
+
tech_name = Prompt.ask(
|
166
|
+
"Enter the Asset Name to view:", default="PostgreSQL Server"
|
167
|
+
)
|
168
|
+
tech_viewer(tech_name, server, url, userid, user_pass)
|
169
|
+
except KeyboardInterrupt:
|
170
|
+
pass
|
171
|
+
|
172
|
+
|
173
|
+
if __name__ == "__main__":
|
174
|
+
main()
|