The VirDx Dashboard provides a user interface to explore available data, make sure to look through it at dashboard.fra.virdx.dev/.
All data can be accessed in your Python codebases using the vxData SDK:
pixi add vxdata-sdkinstalls the Python client.
All interactions here run through the client object:
from vxdata.sdk import Client
client = Client()This should now log a successful connection and show where credentials were loaded from.
You’re now set up to start accessing data! Make sure to read the data reading guide next.