Comment on page
Files
Files are data entities uploaded to datasets on Redivis. Files are used to store non-tabular (a.k.a. unstructured) data of any file type. You can view a dataset's files by clicking on the Files tab of any dataset or dataset node in a project.

You can inspect an individual file by clicking on its name to launch the file viewer. Any file can be downloaded or referenced within a notebook, and many file types can be previewed directly within Redivis, including:
- 3D models
- Audio files
- CIF + PDB files (molecular + protein structures)
- FITS files (common in astronomy)
- DICOM
- HDF5
- HTML
- Images
- PDFs
- Videos
- Text/code
- TIFFs
- ZIPs
- TEI

View non-tabular files in Redivis
All files are assigned to a "folder" within the dataset. You can click on the folder name in the right grey bar to filter this dataset's files by the folder they are in.
Each folder has a corresponding index table that is present on the Tables tab of the dataset. These will match the folder name and have a File index label.
In these index tables, each row of the table represents a file in that folder.
Variable name | Description |
---|---|
file_id | A unique, system generated identifier for the file. Use the file_id to reference and download specific file(s) in your analysis. |
file_name | The name of the file |
size | Size of the file in bytes |
added_at | Timestamp for when the file was added to this folder |
md5_hash | MD5 checksum of the file contents, encoded as a base64 string |

Yes, Redivis supports cat images
By representing files within an index table, we can query and subset the files within a project, while joining them with other tabular metadata. In this way, file index tables behave like any other tabular metadata on Redivis.
To do deeper analysis of files, we can load these files in a notebook for further analysis. Consult the documentation for your preferred programming language to learn more:
Last modified 1mo ago