influxdata / influxdata/datafusion-udf-wasm
Virtual File System: Write Support
Open
team/apps
- Dominant language
- Rust
- Stars
- 20
- Forks
- 3
- Avg merge
- 6h 20m
- Merged PRs (30d)
- 24
Description
# What
Add write support to our virtual file system.
# Why
#126 only adds a read-only virtual file system that is populated by the host using a pre-packaged TAR file. There are however good reasons to support writes as well:
- #134
- tempfile support for guests
- #135
# How
Extend the current implementation with whatever we need for writes. Be careful to not introduce DoS vectors.
Contributor guide
Assessment
This issue has not been assessed yet.