Programmatic
Last updated
Was this helpful?
Last updated
Was this helpful?
You can interface with Redivis data programmatically using the Redivis R, Python, and Javascript 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.
These libraries leverage the underlying REST API, which can also be used if you want to connect to Redivis from another programming language.
Note that, if data exports are restricted, you might first need to before exporting to an external environment.
The Programmatic tab in the table export modal contains a code snippet to help you get started in working with Redivis data via Python. E.g.:
View the full redivis-python documentation here:
The Programmatic tab in the table export modal contains a code snippet to help you get started in working with Redivis data via R. E.g.:
View the full redivis-r documentation here:
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.
View the full REST API documentation here: