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
to learn more about data preview ext. user base, geo, and most frequently used data file types. see this simple GA setup for good implementation of it to start with:...
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...
to make this data preview more pleasing for the fans of purple UI themes :) 
for vscode to recognize them as json files and to run #109 data.preview json schema validation on them for raw config edits and live share sync #16
currently .config data.preview shows that json config file properties grid which is not as useful. also, this change will allow to live share remote data previews as defined in #16...
see https://github.com/Microsoft/vscode-extension-samples/tree/master/tree-view-sample for this setup
related tickets required to implement this feature: #15, #20, #116
see: https://apidocs.data.world/api & [dwapi-spec](https://github.com/datadotworld/dwapi-spec/blob/master/src/main/resources/world/data/api/swagger.json)