https://github.com/engineeringsoftware/use-arrow-adbc
Use ADBC
https://github.com/engineeringsoftware/use-arrow-adbc
adbc examples explore
Last synced: 6 months ago
JSON representation
Use ADBC
- Host: GitHub
- URL: https://github.com/engineeringsoftware/use-arrow-adbc
- Owner: EngineeringSoftware
- Created: 2025-02-07T18:43:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T20:51:01.000Z (6 months ago)
- Last Synced: 2025-04-11T05:57:42.432Z (6 months ago)
- Topics: adbc, examples, explore
- Language: Rust
- Homepage:
- Size: 862 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Use ADBC
Exploring the use of ADBC (via Rust)
https://github.com/apache/arrow-adbcThe following command runs an example with Rust ADBC static driver.
```
./s snowflake_static
```The following command runs an example with Rust ADBC dynamic driver.
```
./s snowflake_dynamic
```The following command will run a simple ADBC example that uses a dummy
driver.```
./s dummy
```All the commands are self contained, i.e., they will download/build
necessary artifacts to run examples end-to-end.