Create codeql.yml
1 file changed
tree: e30d1db9af3fe315a660210c097276d8fdfcfc68
  1. .github/
  2. benchmarks/
  3. ci/
  4. conbench/
  5. datafusion/
  6. datafusion-cli/
  7. datafusion-examples/
  8. dev/
  9. docs/
  10. python/
  11. test-utils/
  12. .asf.yaml
  13. .dockerignore
  14. .editorconfig
  15. .gitattributes
  16. .github_changelog_generator
  17. .gitignore
  18. .gitmodules
  19. .pre-commit-config.yaml
  20. Cargo.toml
  21. CHANGELOG.md
  22. CODE_OF_CONDUCT.md
  23. CONTRIBUTING.md
  24. header
  25. LICENSE.txt
  26. NOTICE.txt
  27. pre-commit.sh
  28. README.md
  29. rustfmt.toml
README.md

DataFusion

DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format. Python Bindings are also available. DataFusion offers SQL and Dataframe APIs, excellent performance, built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and a great community.

Here are links to some important information

Building your project with DataFusion

DataFusion is great for building projects and products like SQL interfaces, time series platforms, and domain specific query engines. Click Here to see a list known users.

Contributing to DataFusion

The developer’s guide contains information on how to contribute.