@knockdata/objectexplorer 0.3.9 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -25
- package/app/assets/WorkerParser.js +116 -116
- package/app/assets/index.css +1 -1
- package/app/assets/index.js +90 -90
- package/app/assets/search-worker.js +2 -2
- package/cli.js +0 -45
- package/package.json +4 -1
- package/server/WebServer.mjs +249 -250
- package/app/assets/ffmpeg-core.js +0 -16
- package/app/assets/ffmpeg-core.wasm +0 -0
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
**The VSCode for Cloud Storage.** Browse, preview and search S3, Google Cloud Storage, Azure Blob
|
|
4
4
|
and local folders in one window — and every byte stays on your machine.
|
|
5
5
|
|
|
6
|
-
<img src="
|
|
6
|
+
<img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/screenshot/objectexplorer.png" width="800">
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
9
|
|
|
@@ -62,6 +62,7 @@ arguments are optional:
|
|
|
62
62
|
npx @knockdata/objectexplorer ~/data port=9421
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
+
|
|
65
66
|
<details>
|
|
66
67
|
<summary>Windows: "npx.ps1 cannot be loaded because running scripts is disabled on this system"</summary>
|
|
67
68
|
|
|
@@ -113,11 +114,11 @@ bucket.
|
|
|
113
114
|
|
|
114
115
|
| | Provider | Connect with |
|
|
115
116
|
|---|---|---|
|
|
116
|
-
| <img src="
|
|
117
|
-
| <img src="
|
|
118
|
-
| <img src="
|
|
119
|
-
| <img src="
|
|
120
|
-
| <img src="
|
|
117
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/s3.svg" width="18"> | Amazon S3 | drop your `accessKeys.csv`, paste a key ID and secret, or sign in with the AWS CLI |
|
|
118
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/gcs.svg" width="18"> | Google Cloud Storage | sign in with your Google account |
|
|
119
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/cloud.svg" width="18"> | Azure Blob Storage | a connection string, a SAS URL, or sign in with Microsoft |
|
|
120
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/minio.svg" width="18"> | MinIO | your own endpoint, for self-hosted S3-compatible storage |
|
|
121
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/folder.svg" width="18"> | Local folders | the native folder picker — any disk, any mounted volume |
|
|
121
122
|
|
|
122
123
|
Buckets show up in the tree once you add them, so a thousand-bucket account still opens on the five
|
|
123
124
|
you actually use.
|
|
@@ -126,7 +127,7 @@ you actually use.
|
|
|
126
127
|
|
|
127
128
|
### Column summary
|
|
128
129
|
|
|
129
|
-
<img src="
|
|
130
|
+
<img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/screenshot/column-summary.png" width="600">
|
|
130
131
|
|
|
131
132
|
Open a table and every column comes with its own shape: a histogram for numbers, a box plot for
|
|
132
133
|
distributions, a split bar for categories, a unique count for identifiers, the range underneath. It
|
|
@@ -149,7 +150,7 @@ format is not recognized and the first 64 bytes decide what it is.
|
|
|
149
150
|
|
|
150
151
|
### Sprite sheets
|
|
151
152
|
|
|
152
|
-
<img src="
|
|
153
|
+
<img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/screenshot/sprite-sheet.png" width="900">
|
|
153
154
|
|
|
154
155
|
Open a TextureAtlas or SpriteSheet XML and ObjectExplorer draws it: the atlas image with every
|
|
155
156
|
sprite's bounding box overlaid and named, aligned to the real pixels however the image is scaled.
|
|
@@ -166,29 +167,28 @@ inside a bucket is still just a table.
|
|
|
166
167
|
|
|
167
168
|
| | Kind | Formats |
|
|
168
169
|
|---|---|---|
|
|
169
|
-
| <img src="
|
|
170
|
-
| <img src="
|
|
171
|
-
| <img src="
|
|
172
|
-
| <img src="
|
|
173
|
-
| <img src="
|
|
174
|
-
| <img src="
|
|
175
|
-
| <img src="
|
|
176
|
-
| <img src="
|
|
177
|
-
| <img src="
|
|
178
|
-
| <img src="
|
|
179
|
-
| <img src="
|
|
180
|
-
| <img src="
|
|
181
|
-
| <img src="
|
|
182
|
-
| <img src="
|
|
183
|
-
| <img src="
|
|
184
|
-
| <img src="
|
|
170
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/parquet.svg" width="18"> | Parquet | `parquet` — schema, rows, column summaries |
|
|
171
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/table.svg" width="18"> | Tabular | `csv` `json` `jsonl` `yaml` `yml` |
|
|
172
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/sas.svg" width="18"> | Statistics | `xpt` (SAS transport), `sav` (SPSS) |
|
|
173
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/powerpoint.svg" width="18"> | Presentations | `pptx` `potx` `ppsx` `ppt` `pot` `pps` `key` |
|
|
174
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/excel.svg" width="18"> | Spreadsheets | `xlsx` `xltx` |
|
|
175
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/word.svg" width="18"> | Documents | `docx` `dotx` `pdf` `evernote` |
|
|
176
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/text.svg" width="18"> | Text and code | `md` `markdown` `txt` `html` `xml` `xsl` `js` `py`, syntax highlighted |
|
|
177
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/jupyter.svg" width="18"> | Notebooks | `ipynb` — cells with their outputs |
|
|
178
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/image.svg" width="18"> | Images | `png` `jpg` `jpeg` `webp` `svg` `ico` — with EXIF, GPS and embedded text |
|
|
179
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/music.svg" width="18"> | Audio | `mp3` `wav` `m4a` `aiff` `bwf` `3gpp` — waveform and spectrogram |
|
|
180
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/film.svg" width="18"> | Video | played in place, no download first |
|
|
181
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/excalidraw.svg" width="18"> | Drawings | `excalidraw` |
|
|
182
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/mermaid.svg" width="18"> | Diagrams | `mmd` `mermaid`, rendered |
|
|
183
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/archive.svg" width="18"> | Archives | `zip` `dmg` `apkg`, and the office formats, browsed as folders |
|
|
184
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/apple.svg" width="18"> | Apple | `plist` `provisionprofile` `.DS_Store` — binary plists decoded |
|
|
185
|
+
| <img src="https://raw.githubusercontent.com/knockdata/objectexplorer/refs/heads/main/assets/format/hex-mode.svg" width="18"> | Everything else | hex, always available |
|
|
185
186
|
|
|
186
187
|
## Links
|
|
187
188
|
|
|
188
189
|
- [objectexplorer.com](https://objectexplorer.com) — screenshots and the full tour
|
|
189
190
|
- [@knockdata/objectexplorer](https://www.npmjs.com/package/@knockdata/objectexplorer) — the npm package behind `npx`
|
|
190
191
|
- [Releases](https://github.com/knockdata/objectexplorer/releases) — every version, every platform
|
|
191
|
-
|
|
192
192
|
Under the hood it is a single native binary: no Electron, no Chromium, just the OS webview (WebKit
|
|
193
193
|
on macOS and Linux, WebView2 on Windows) pointed at the HTTP server running inside the same
|
|
194
194
|
executable.
|