
go-stream
Description
go-stream is a library for handling compressed streams of data. go-stream can store a stream as compressed blocks of data in memory or on disk.
Usage
You can import go-stream as a library with:
import (
"github.com/spatialcurrent/go-stream/stream"
)
You can also test go-stream using a command line tool:
TBD
Examples:
TBD
Contributing
Spatial Current, Inc. is currently accepting pull requests for this repository. We'd love to have your contributions! Please see Contributing.md for how to get started.
License
This work is distributed under the MIT License. See LICENSE file.