Skip to main content

Files

BatchX is aimed at processing user (input) data to generate result (output) data. Typically, these data comes in the shape of files.

As of today, input files can be read from:

  • The BatchX filesystem, the scalable filesystem associated to each BatchX environment
  • External S3 buckets

while, output files are always stored in the BatchX filesystem.

Topics