Bug#1115182: ITP: golang-github-kshedden-dstream -- Process data streams in Golang
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt <skitt@debian.org>
* Package name : golang-github-kshedden-dstream
Version : 0.0~git20190512.c4c4106-1
Upstream Author : Kerby Shedden
* URL : https://github.com/kshedden/dstream
* License : BSD-3-clause
Programming Lang: Go
Description : Process data streams in Golang
Dstream is a package for manipulating streams of typed, multivariate
data in Go. A Dstream is a Pandas dataframe-like container that
holds a rectangular array of data in which the columns are variables
and the rows are cases or observations.
.
Dstream is designed to handle large datasets, where it is not possible
to load all data for all variables into memory at once. To achieve
this, Dstream utilizes a chunked, column-based storage format. A
chunk contains the data for a contiguous block of rows. The data are
stored by variable (column-wise) in typed Go slices. Only one chunk of
the Dstream is held in memory at one time.
This is a new dependency for Miller.
Reply to: