-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
514635e
commit 70ce2b9
Showing
1 changed file
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,33 @@ | ||
# vscode-data-preview | ||
VSCode extension for large csv, arrow and parquet data preview with https://github.com/jpmorganchase/perspective | ||
[VSCode](https://github.com/Microsoft/vscode) Data Preview extension for viewing, slicing and dicing large csv, json array, arrow and parquet data files. | ||
|
||
## Project Goal | ||
![Alt text](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview.png?raw=true | ||
"Data Preview") | ||
|
||
Create a VSCode extension for viewing, slicing and dicing large csv, arrow and parquet data files and produce this Data Preview in VS Code IDE: | ||
# MVP Features | ||
|
||
![Alt text](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview.png?raw=true | ||
"Data Preview") | ||
- CSV and JSON array data preview, sorting and filtering | ||
|
||
# Next V. | ||
|
||
- Will include large data files support and [Apache Arrow](https://observablehq.com/@randomfractals/apache-arrow) data display and streaming. | ||
|
||
# Dev Log | ||
|
||
See [#DataPreview tag on Twitter](https://twitter.com/hashtag/datapreview?f=tweets&vertical=default&src=hash) for the latest and greatest updates on this vscode extension and what's in store next. | ||
|
||
# Dev Build | ||
|
||
```bash | ||
$ git clone https://github.com/RandomFractals/vscode-data-preview | ||
$ cd vscode-data-preview | ||
$ npm install | ||
$ code . | ||
``` | ||
`F5` to launch Data Preview extension VSCode debug session. | ||
|
||
# Contributions | ||
|
||
Any and all test, code or feedback contributions are welcome. | ||
|
||
Open an issue or create a pull request to make Vega Viewer work better for all. |