chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:05:14 +08:00
commit 2a547be7fe
7904 changed files with 1000926 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
## Table zoo
A tiny CLI that creates a dummy Arrow table with many datatypes for testing.
By default, it streams the table to a running Rerun Viewer. Alternatively, it can store the table in a local LanceDB and register it with a local server ("register-to-server" mode).
### Example
Send to viewer:
```
python table_zoo.py
```
Register to local server:
```
table_zoo --register-to-server
```