Skip to main content

Parquet local writer

info

Please read the getting started instructions before proceeding with this section.

Sample Configuration

writer.json
{
"type": "PARQUET",
"writer": {
"normalization": false,
"local_path": "./mnt/config"
}
}

Configuration Key Details

KeyData TypeExample ValueDescription & Possible Values
typestring"PARQUET"Specifies the output file format. Currently, only the Parquet format is supported.
writer.normalizationbooleanfalseDetermines whether OLake applies level-1 JSON flattening to nested objects. Set to true if you require normalized output; otherwise, use false.
writer.local_pathstring"/mnt/config"The local directory inside the Docker container where Parquet files will be stored. This path is mapped to your host file system via a Docker volume.

Note: This configuration enables the Parquet local writer. For more details, check out the README section.

Data Partitioning

Refer to S3 docs for more details.


Need Assistance?

If you have any questions or uncertainties about setting up OLake, contributing to the project, or troubleshooting any issues, we’re here to help. You can:

  • Email Support: Reach out to our team at hello@olake.io for prompt assistance.
  • Join our Slack Community: where we discuss future roadmaps, discuss bugs, help folks to debug issues they are facing and more.
  • Schedule a Call: If you prefer a one-on-one conversation, schedule a call with our CTO and team.

Your success with OLake is our priority. Don’t hesitate to contact us if you need any help or further clarification!