Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 996 Bytes

PI_TO_ADH_READ_DATA.md

File metadata and controls

21 lines (17 loc) · 996 Bytes

PI to Cds Read Data Samples

The sample code in the folders below demonstrate how to invoke SDS REST APIs via the sample client libraries to read data from PI to CDS streams ingressed to CONNECT data services. The steps performed in the samples are similar and follow the general flow as shown on Read Data Docs:

  1. Authenticate against Cds
  2. Retrieve stream
  3. Retrieve Window events
  4. Retrieve Window events in table form
  5. Retrieve Window events using paging
  6. Retrieve Range events
  7. Retrieve Interpolated events
  8. Retrieve Filtered events
Languages
Python
.NET

For the main Cds page ReadMe
For the main samples page ReadMe