https://github.com/akhiltak/recordio
Implementation of basic RecordIO Reader and Writer.
https://github.com/akhiltak/recordio
go golang recordio
Last synced: 5 months ago
JSON representation
Implementation of basic RecordIO Reader and Writer.
- Host: GitHub
- URL: https://github.com/akhiltak/recordio
- Owner: akhiltak
- Created: 2018-02-07T07:15:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T09:38:51.000Z (over 8 years ago)
- Last Synced: 2025-08-15T05:34:44.445Z (10 months ago)
- Topics: go, golang, recordio
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-recordio
Implementation of basic RecordIO Reader and Writer.
Forked from the following implementation:
https://github.com/luci/luci-go/tree/master/common/data/recordio
Didn't fork the entire repository since entire tool's functionality is not
required. Inherited Apache License from parent can be found here:
http://www.apache.org/licenses/LICENSE-2.0