Skip to content

Commit 70ce2b9

Browse files
readme.md update for MVP release
1 parent 514635e commit 70ce2b9

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

README.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
# vscode-data-preview
2-
VSCode extension for large csv, arrow and parquet data preview with https://github.com/jpmorganchase/perspective
2+
[VSCode](https://github.com/Microsoft/vscode) Data Preview extension for viewing, slicing and dicing large csv, json array, arrow and parquet data files.
33

4-
## Project Goal
4+
![Alt text](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview.png?raw=true
5+
"Data Preview")
56

6-
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:
7+
# MVP Features
78

8-
![Alt text](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview.png?raw=true
9-
"Data Preview")
9+
- CSV and JSON array data preview, sorting and filtering
10+
11+
# Next V.
12+
13+
- Will include large data files support and [Apache Arrow](https://observablehq.com/@randomfractals/apache-arrow) data display and streaming.
14+
15+
# Dev Log
16+
17+
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.
18+
19+
# Dev Build
20+
21+
```bash
22+
$ git clone https://github.com/RandomFractals/vscode-data-preview
23+
$ cd vscode-data-preview
24+
$ npm install
25+
$ code .
26+
```
27+
`F5` to launch Data Preview extension VSCode debug session.
28+
29+
# Contributions
30+
31+
Any and all test, code or feedback contributions are welcome.
32+
33+
Open an issue or create a pull request to make Vega Viewer work better for all.

0 commit comments

Comments
 (0)