Universal URI Interface
Theuri() method is the recommended universal entry point that auto-detects the source type:
URI Syntax Reference
File Sources
from_file
Create DataStore from a local or remote file with automatic format detection.
Supported formats: CSV, TSV, Parquet, JSON, JSONLines, ORC, Avro, Arrow
Examples:
Pandas-compatible read functions
Cloud Storage
from_s3
Create DataStore from Amazon S3.
Examples:
from_gcs
Create DataStore from Google Cloud Storage.
from_azure
Create DataStore from Azure Blob Storage.
from_hdfs
Create DataStore from HDFS.
from_url
Create DataStore from HTTP/HTTPS URL.
Databases
from_mysql
Create DataStore from MySQL database.
Examples: