vscode-data-preview
vscode-data-preview copied to clipboard
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
see https://github.com/RandomFractals/vscode-vega-viewer package.json setup & vega libs json schemas for this part
for better encapsulation of read/write data files and more responsive UX on data save
see https://github.com/SheetJS/js-xlsx/issues/1607 for more info
my idea for #liveShare of #dataPreview ext. is simple: devs and data scientists scoping supported data files for their data vizes should be able to exchange data view configs with...
- add docker-compose.yml scenario to docs
see https://stackoverflow.com/questions/21977704/how-to-avro-binary-encode-the-json-string-using-apache-avro & https://github.com/mtth/avsc/wiki/Advanced-usage
after adding generic multi-tables data preview solution support described in #24 for Excel files with multiple spreadsheets first.
for replay of data preview changes and rollbacks. + add data.preview.play.interval to config for replay. default it to a few secs.
extension of #2 for large data files loading see [Remote Perspective via WorkerHost()](https://perspective.finos.org/docs/md/usage.html) for more info