Historian Data Access via gRPC
- 18 Nov 2024
- Print
- PDF
Historian Data Access via gRPC
- Updated on 18 Nov 2024
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
The dataPARC Historian provides developers the ability to interact via the gRPC protocol. Since gRPC is language agnostic, programs written in Python, Go, Java, C, C++ and others can act as gRPC clients to access data stored in the dataPARC Historian.
Getting Started
Developers of 3rd Party gRPC clients will need the dataPARC Historian protobuf definitions, available at the GitHub link below.
dataPARC.Store accepts HTTPS requests only, HTTP is not supported. This requires that secure channels must be used, insecure channels implicitly make HTTP requests. So the client must have access to the server's certificate.
The GitHub link below also contains a starter example showing how the protobuf can be used in Python code.
Further Information:
Was this article helpful?