datastore-python contains Python code for writing to and reading from
NI Measurement Data Services.
It will include examples of how to use the Python API.
ni.datastore is the main Python package in this repo that
provides APIs for publishing and retrieving data from the NI
Measurement Data Services
NI created and supports this package.
ni.datastore supports Windows and Linux operating systems.
ni.datastore supports CPython 3.10+.
As a prerequisite to using the ni.datastore module, you must install Measurement Data Services
Software 2026 Q1 or later on your system. You can download and install this software using
NI Package Manager.
You can directly install the ni.datastore package using pip or by listing it as a
dependency in your project's pyproject.toml file.