tree: ff651957c80c5ca16dd69bfc38b0d24ed8741e98
  1. examples/
  2. Cargo.toml
  3. README.md
datafusion-examples/README.md

DataFusion Examples

This crate includes several examples of how to use various DataFusion APIs and help you on your way.

Prerequisites:

Run git submodule update --init to init test files.

Running Examples

To run the examples, use the cargo run command, such as:

git clone https://github.com/apache/datafusion
cd datafusion
# Download test data
git submodule update --init

# Run the `csv_sql` example:
# ... use the equivalent for other examples
cargo run --example csv_sql

Single Process

Distributed