VDE Dataset Viewer
The VDE Dataset Viewer is a tool designed to help users visualize and explore datasets.
Supported Formats:
- Dataset-JSON v1.1
- NDJSON representation of Dataset-JSON
API Specification: DataExchange-DatasetJson-API
- Reading large size datasets
- Multiplatform: Windows, Linux (and MacOS if someone with Mac packages it)
- Filtering with value autocomplete
- Sorting
- Row and column navigation
- Metadata info
- Cell selection
- Automatic updates
- Automated testing
- API access
- Numeric date format
- Number rounding
- Dynamic cell height
- Automatic width estimation
- Encoding control
To develop the VDE Dataset Viewer, follow these steps:
- Clone the repository:
git clone https://github.com/defineEditor/vde-dataset-viewer.git
- Navigate to the project directory:
cd vde-dataset-viewer
- Install the dependencies:
npm install
- Start the development mode:
npm run start
The VDE Dataset Viewer uses Jest for testing. Tests are located in the __tests__
folder. To run the tests, use:
- Execute all tests :
npm test
- Run specific tests:
npm test -- <test-file-name>
This project is licensed under the MIT License - see the LICENSE file for details.