https://github.com/zredshift/seekstream
Turn streaming data into a seekable file.
https://github.com/zredshift/seekstream
go golang seek stream
Last synced: about 2 months ago
JSON representation
Turn streaming data into a seekable file.
- Host: GitHub
- URL: https://github.com/zredshift/seekstream
- Owner: zRedShift
- License: mit
- Created: 2018-11-09T14:45:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T22:15:15.000Z (over 6 years ago)
- Last Synced: 2025-02-05T09:17:16.882Z (4 months ago)
- Topics: go, golang, seek, stream
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Seekstream
=========
[](https://godoc.org/github.com/zRedShift/seekstream)
[](https://travis-ci.org/zRedShift/seekstream)
[](https://codecov.io/gh/zRedShift/seekstream/)
[](https://goreportcard.com/report/github.com/zRedShift/seekstream)
[](https://github.com/zRedShift/seekstream/blob/master/LICENSE)Seekstream provides a way to treat streaming data as if it were a regular file, blocking until more data is
available or the end is reached.## API
See the [Godoc](https://godoc.org/github.com/zRedShift/seekstream) reference.