Skip to content

Commit

Permalink
Update Federation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying authored Oct 8, 2024
1 parent 3bcf9a2 commit 2ab039d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Federation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ To enable query federation for connectorx:
3. Move the jar file to location `${YOUR_LOCAL_PYTHON_PATH}/site-packages/connectorx/dependencies/federated-rewriter.jar`
4. Configure accio and set the configuration path as `FED_CONFIG_PATH`. Example configurations can be found [here](https://github.com/sfu-db/accio/tree/main/benchmark/config/tpch10_datafusion/10gbit).
5. Run federated query using connectorx!

Alternatively, accio provides wrappers that can directly run federated queries on various query engines. In particular, it uses connectorx as the data fetching method when datafusion or polars are the federation engine. For more details, check out [here](https://github.com/sfu-db/accio).

0 comments on commit 2ab039d

Please sign in to comment.