Examples: Apache Arrow integration showcase #181
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
rust
technical-debt
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/patch-seq#181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Create a comprehensive set of examples demonstrating Seq integration with Apache Arrow ecosystem components.
Background
Apache Arrow is a cross-language development platform for in-memory analytics, with components for:
Proposed Examples
1. Arrow IPC / File Format
2. Parquet Integration
3. Flight Client
4. DataFusion Queries
Implementation Approach
Prerequisites
Directory Structure
Labels
enhancement, examples, data-engineering
the callbacks thru FFI would be hard and make us question why we are doing this. parquet support would be nice but that would be probably where we stopped.