domino logo
Domino API
Domino Data API
Install the Data APIAuthentication
Data Source Use Cases
Tabular StoreObject StoreWrite to Local FileCustom AuthenticationConfiguration Override
TrainingSets Use Cases
Create TrainingSetsRetrieve TrainingSetsUpdate TrainingSetDelete TrainingSets
Domino R PackagePython Wrapper for Domino API
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
Domino APIs

Domino APIs

Much of Domino’s functionality is available programmatically through the Domino REST API. Domino also provides a Python wrapper for the Domino API.

The Domino API is different from our Model API functionality:

  • The Model API lets you publish your R or Python function as a low-latency web service.

  • The Domino REST API lets you control Domino’s core functionality programmatically.

See also the Domino CLI.

Domino R package

The Domino R package gives you access to the full power of Domino’s cloud compute and version control without leaving your R environment. To use this package, you must install the Domino CLI. See Domino R package for details.

Domino Data API

This Python library lets you access tabular and file-based data using consistent access patterns and SQL-based access to tabular data. Using this method, you don’t have to restart a workload to install drivers. Connectors can be queried on the fly. Results are available as dataframe abstractions for popular libraries.

See Domino Data API for details.

Domino Data LabKnowledge BaseData Science BlogTraining
Copyright © 2022 Domino Data Lab. All rights reserved.