Links

Programmatic

Overview

You can interface with Redivis data programmatically using our R and Python client libraries, which allow external environments using these programming languages to connect to Redivis, facilitating integration with a wide variety of scientific libraries and paradigms such as Jupyter Notebooks.
We also have a REST API for use with any other programming language or custom environment.

Python

The Programmatic tab in the table export modal contains a custom code snippet which allows you to interface with the data in a Redivis table from an external environment via Python.
Note that, if data exports are restricted, you must first gain approval to export the table via the Redivis web platform before exporting to an external environment.

R

The Programmatic tab in the table export modal also contains a custom code snippet which allows you to interface with the data in a Redivis table from an external environment via R.
Note that, if data exports are restricted, you must first gain approval to export the table via the Redivis web platform before exporting to an external environment.

REST API

The Redivis REST API provides an intuitive, resource-based approach to programmatically interfacing with Redivis. It opens up the ability to query, manipulate, and export data (and other Redivis resources) from within any programming language, supporting the workflows and tools that are familiar and best suited to your use case.
Last modified 1yr ago