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

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

Awesome Lists containing this project

README

          

### Use ADBC

Exploring the use of ADBC (via Rust)
https://github.com/apache/arrow-adbc

The 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.