0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python136 forks (136 forks)github user discovery
enhancementhelp wantedplugin
Repository metrics
- Stars
- 886 stars (886 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Hierarchical Data Format is a widely used format to store any kind of hierarchical data. The most used versions are 4 and 5 -- I think support for HDF5 is the best option to go with.
Some links which could help developing the plugin:
Contributor guide
- Research direction
- Study the existing plugin structure in the rows library, then implement an HDF5 plugin using h5py or similar library. Start by examining the source code to understand the plugin interface.
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- PythonHDF5 basics