https://github.com/kennethnym/h5view
A demo hdf5 preview frontend
https://github.com/kennethnym/h5view
Last synced: 2 months ago
JSON representation
A demo hdf5 preview frontend
- Host: GitHub
- URL: https://github.com/kennethnym/h5view
- Owner: kennethnym
- Created: 2022-09-02T10:44:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T11:06:59.000Z (over 2 years ago)
- Last Synced: 2025-01-20T06:45:34.041Z (4 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h5view
A HDF5 preview frontend that provides an interface for users to browse HDF5 files.
## Prerequisites
- `yarn`
- `node`## How it works
This frontend uses the preview UI component provided by `@h5web/app`.
It first requests the file to be downloaded on the server side by making a `POST /request` request to [h5view](https://github.com/kennethnym/h5view).
It then polls the progress of the request every 3 seconds to see if the download is complete. Once it is complete, the frontend then switches to the preview UI.## Running the frontend
1.`yarn`
2. `yarn dev`