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

https://github.com/dataship/collimate

Turn a CSV into a simple columnar data store that can be beam'd into a frame
https://github.com/dataship/collimate

column-store csv data-science javascript

Last synced: 3 months ago
JSON representation

Turn a CSV into a simple columnar data store that can be beam'd into a frame

Awesome Lists containing this project

README

        

# collimate

Turn a CSV into a binary columnar data store that can be [beam](https://github.com/dataship/beam)'d
into a [frame](https://github.com/dataship/frame).

Part of a suite of tools for Javascript data-science with emphasis on simplicity, modularity and
rapid production iteration. Intended to allow ease of movement between the command line, Node and the browser.