RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
550 stars 59 forks source link

add data streaming for text and jsonl data formats #167

Open RandomFractals opened 4 years ago

RandomFractals commented 4 years ago

to start with ... see:

https://github.com/RandomFractals/vscode-data-preview/blob/master/src/data.providers/text.data.provider.ts

https://github.com/RandomFractals/vscode-data-preview/blob/master/src/data.providers/json.line.data.provider.ts

& change it to read line and update data view data per line for faster and more responsive UX text and jsonl docs loading ...