File Systems & Storage
Cloud-Native File System
★ 4.3
Cloud-Backed File System
★ 3.8
N/A — CLI binary, see juicefs.compip install s3qlN/A — CLI binary, see juicefs.compip install s3qlPython data engineers use JuiceFS to mount cloud object storage as a local POSIX file system — enabling Python pipeline code that reads and writes local files to work seamlessly with S3 or GCS as the backing store without using boto3 or cloud-specific SDKs. PySpark jobs on JuiceFS benefit from its Hadoop-compatible interface and local cache for repeated dataset reads.
Python data engineers use S3QL to mount cloud object storage as an encrypted local file system — writing pipeline output files to a mounted S3QL volume using standard Python file I/O (`open()`, `write()`) without any cloud SDK code. S3QL's encryption-at-rest is useful for storing sensitive pipeline outputs in cloud storage with a stronger encryption posture than default S3 SSE.
Individual Tool Pages