Commit Graph

5 Commits

Author SHA1 Message Date
Chris Masone 8fe0c86e31 Fix comment typo 2015-07-13 14:16:57 -07:00
Chris Masone 2e196aacef Introduce per-dataset named roots
We want to be able to track individual datasets by name, so
that we can create pipelines that share the same datastore
but create unique views of the shared data.

Addresses issue #22
2015-07-13 10:59:23 -07:00
Aaron Boodman 82a87d548c Use go generate instead of custom thing for generating primitives 2015-07-10 10:39:31 -07:00
Aaron Boodman 2aa809e167 Move enc/* into types/*. 2015-07-09 17:30:43 -07:00
Chris Masone 748f75101f Change datastore package to be named datas
Because datastore is too long, and datas is reminiscent of chunks.

Resolves #8
2015-07-07 13:09:38 -07:00