https://github.com/timvw/datafusion-examples
https://github.com/timvw/datafusion-examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timvw/datafusion-examples
- Owner: timvw
- Created: 2022-08-30T18:57:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:41:02.000Z (about 2 years ago)
- Last Synced: 2025-01-01T12:22:32.172Z (about 1 year ago)
- Language: Rust
- Size: 260 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datafusion examples
This repository contains standalone examples of how to get things done [Datafusion](https://github.com/apache/arrow-datafusion).
* [Query data on s3](./s3)
* [Query data on s3 with custom endpoint (minio)](./s3-minio)
* [Query data (with glob) on s3](./s3-glob)
* [Leverage awd-sdk-rust to acquire credentials](./s3-sdk-credentials)