Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deephaven/deephaven-core-test-data
Deephaven Community Core Test Data
https://github.com/deephaven/deephaven-core-test-data
Last synced: 27 days ago
JSON representation
Deephaven Community Core Test Data
- Host: GitHub
- URL: https://github.com/deephaven/deephaven-core-test-data
- Owner: deephaven
- License: apache-2.0
- Created: 2021-06-29T14:38:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T21:58:29.000Z (over 3 years ago)
- Last Synced: 2023-03-04T02:38:51.316Z (almost 2 years ago)
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deephaven-core-test-data
This repository contains open source data sets. They are intended to be used as part of testing to the Deephaven Community Core Engine. For more information, check out [Deephaven Community Core](https://github.com/deephaven/deephaven-core).
## Table of Contents
The following folders can be found in this repository:
- **parquetFiles** - Files in various parquet formats to test functionality of importing parquet files.
## Description
Each folder in this repository has the following structure within:
- `README` - An explanation of everything about the data
- `data` - A folder with all relevant data in needed format## Installation Instructions
1. Follow the README instructions on [Deephaven Community Core](https://github.com/deephaven/deephaven-core) for installing the code studio and all required dependencies.
2. The repository uses [GitHub large file support](https://git-lfs.github.com/). Follow the directions in the link to install. If you are using Mac, you need to:
```
brew install git-lfs
git lfs install
```3. Execute the command to clone the test repository:
```
gh repo clone deephaven/deephaven-core-test-data
```4. Copy these Parquet to your deephaven-core clone, for example, if they are on the same room directory from that directory execute the command:
```
cp -R deephaven-core-test-data/parquetFiles deephaven-core/docker/core/data
```## License
Provided under the [Apache 2.0 license](./LICENSE)