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
553 stars 58 forks source link

. #169

Closed AiaRup closed 4 years ago

AiaRup commented 4 years ago

I am only bringing up jsonl since that and csv/tsv data formats will be the first to get data streaming implemented in the next v. update this month most likely.

With data streaming you'll be able to view hundreds of thousands of data rows. More info here: #167

So, if you script your mongo db data dump that way, you'll be good to go and see more data loaded faster in the next data preview ext. update.

Originally posted by @RandomFractals in https://github.com/RandomFractals/vscode-data-preview/issues/168#issuecomment-560418528

I will check it out, thank you so much!