Skip to content

spatialcurrent/go-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GoDoc

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.

About

Library for handling compressed stream of data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages