Skip to content

sburnett/transformer

Repository files navigation

transformer

A small Go framework for processing on data in LevelDB. It is meant for quickly analyzing medium-sized data on a single multi-core machine. I define "medium-sized" to be anything between several gigabytes up to one or two terabytes.

For simple computations, transformer is usually I/O bound. On not-so-simple computations, it uses goroutines to parallelize computation across multiple cores in the machine when appropriate.

See http://godoc.org/github.com/sburnett/transformer for documentation.

Examples written using the framework:

Build Status

About

A small Go library for operating on data stored in LevelDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages