8 comments (8 comments)1 reaction (1 reaction)0 assignees (0 assignees)Go62 forks (62 forks)auto 404
HACKTOBERFEST
Repository metrics
- Stars
- 101 stars (101 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Investigate how the existing CSV reader is implemented in the codebase. Then study one of the suggested Parquet libraries (e.g., https://github.com/parquet go/parquet go) to read Parquet files and map their schema to Nebula Graph's schema. Implement a new reader similar to the CSV reader but for Parquet.
- Tech stack
- go
- Domain
- backenddatabuild system
- Issue type
- Feature
- Prerequisites
- GoParquet format knowledge