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

https://github.com/ceyhunkerti/ruddy

Arrow Flight Protocol POC
https://github.com/ceyhunkerti/ruddy

Last synced: 4 months ago
JSON representation

Arrow Flight Protocol POC

Awesome Lists containing this project

README

          

# Ruddy

- A POC implementation for Apache Arrow Flight protocol.
- Demo implementation for server and client code.
- Uses Duckdb for the backend.

### TODO:

- [ ] Replace backend with Zig using C ABI.
- [ ] Add tests
- [ ] Add documentation