Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.66 KB

files.md

File metadata and controls

64 lines (53 loc) · 1.66 KB

Files

File shares are often used for storing and exchanging data, and Datagrok provides first-class support for them. Once a file share is mounted as a network drive on a server and registered within the platform, its content gets automatically indexed and can be browsed.

Our indexing mechanism understands most popular file formats, including archives such as .tar or .zip, or Excel files. This enables powerful browsing. For instance, you can quickly browse columns in a particular data sheet in an Excel file that resides within a zip file.

In addition to browsing, it is also possible to search for tables using
metadata that gets extracted during the indexing process. For example, you might want to find tables that were created in the last month that have at least two columns, one of them containing molecules and another named "activity". It is also possible to perform such a search across all (or specified) data providers (including relational databases, etc) at once.

Supported tabular formats

  • CSV
  • TXT
  • XLSX (Excel)
  • JSON
  • XML
  • KXL
  • GROK
  • RDS
  • RDA
  • SAS7BDAT
  • HDF5
  • NETCDF
  • MAT
  • EDF
  • ZIP archives containing files of supported types

Files Browser

Connection parameters

{
  "parameters": {
    "dir": "",
    "indexFiles": true,
  },
  "credentials" : {
    "parameters": {
      "login": "",
      "password": ""
    }
  }
}

See also: