Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skylinecommunications/kor-gqids-coreconnections
Contains data source that generates a filtered interface collection that will be used on the NodeEdge drawing
https://github.com/skylinecommunications/kor-gqids-coreconnections
dataminer-automation-script dataminer-gqi-data-source
Last synced: about 7 hours ago
JSON representation
Contains data source that generates a filtered interface collection that will be used on the NodeEdge drawing
- Host: GitHub
- URL: https://github.com/skylinecommunications/kor-gqids-coreconnections
- Owner: SkylineCommunications
- License: mit
- Created: 2024-06-26T12:06:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T02:25:47.000Z (5 months ago)
- Last Synced: 2024-06-29T13:08:38.947Z (5 months ago)
- Topics: dataminer-automation-script, dataminer-gqi-data-source
- Language: C#
- Homepage:
- Size: 5.83 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KOR-GQIDC-CoreConnections
This automation script implements a GQI Ad-Hoc Data Source based upon the following logic:1. All data contained within 'KEA DCF Connections' table in the 'Kordia NPC Manager - Connection' element is retrieved.
1. This data is filtered using the list of interface IDs contained within the 'Core' list in the KEA Platforms endpoint. This list is retrieved from the Kordia NPC Interface element.
1. The resulting filtered data is returned to GQI. All columns in the table are returned.In the event whereby:
- There is no 'Core' list in KEA Platform endpoint data, or
- 'Core' list is emptyThe script will return full list of connections to reduce impact on Node-Edge end users. The is because it is understood that not all provisioned connections are 'Core' connections. So having a non-existent or empty 'Core' list is very likely an error in KEA.
The primary usage of this Ad-Hoc Data Source is to retrieve a filtered list of connections that will make up the Edges in the NodeEdge diagram for Kordia WeatherMaps.