# File

## Description

The File offline store provides support for reading [FileSources](https://docs.feast.dev/v0.21-branch/reference/data-sources/file).

* Only Parquet files are currently supported.
* All data is downloaded and joined using Python and may not scale to production workloads.

## Example

{% code title="feature\_store.yaml" %}

```yaml
project: my_feature_repo
registry: data/registry.db
provider: local
offline_store:
  type: file
```

{% endcode %}

Configuration options are available [here](https://rtd.feast.dev/en/latest/#feast.repo_config.FileOfflineStoreConfig).
