An open API service indexing awesome lists of open source software.

https://github.com/timvw/datafusion-examples


https://github.com/timvw/datafusion-examples

Last synced: 4 months ago
JSON representation

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)