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
- Host: GitHub
- URL: https://github.com/dataship/collimate
- Owner: dataship
- Created: 2017-05-18T16:18:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T17:23:12.000Z (over 7 years ago)
- Last Synced: 2025-01-19T23:34:35.067Z (4 months ago)
- Topics: column-store, csv, data-science, javascript
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.