An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

Seekstream
=========
[![GoDoc](https://godoc.org/github.com/zRedShift/seekstream?status.svg)](https://godoc.org/github.com/zRedShift/seekstream)
[![Build Status](https://travis-ci.org/zRedShift/seekstream.svg?branch=master)](https://travis-ci.org/zRedShift/seekstream)
[![Codecov](https://codecov.io/gh/zRedShift/seekstream/branch/master/graph/badge.svg)](https://codecov.io/gh/zRedShift/seekstream/)
[![Go Report Card](https://goreportcard.com/badge/github.com/zRedShift/seekstream)](https://goreportcard.com/report/github.com/zRedShift/seekstream)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](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.