File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ extension :
2+ name : observefs
3+ description : Provides IO observability to filesystem
4+ version : 0.0.1
5+ language : C++
6+ build : cmake
7+ license : MIT
8+ excluded_platforms : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64;windows_amd64_mingw"
9+ maintainers :
10+ - dentiny
11+
12+ repo :
13+ github : dentiny/duckdb-filesystem-observability
14+ ref : fca3e0b5cadcd61a6039d714d9250ea2c06a625a
15+
16+ docs :
17+ hello_world : |
18+ COPY (SELECT observefs_get_profile()) TO '/tmp/output.txt';
19+ extended_description : |
20+ This extension provides observability to duckdb filesystems.
21+ It supports a few key features:
22+ - 100% compatible with duckdb httpfs
23+ - Provides both process-wise and bucket-wise latency stats
24+ - Allows registering ANY duckdb compatible filesystems (i.e., azure filesystem)
You can’t perform that action at this time.
0 commit comments