Skip to content

Instantly share code, notes, and snippets.

@joyrexus
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joyrexus/b12ae4dedf7748445dc2 to your computer and use it in GitHub Desktop.
Save joyrexus/b12ae4dedf7748445dc2 to your computer and use it in GitHub Desktop.
questions about the dat project

big-picture questions for dat

  • Is there a preferred way to include schema definitions with a dat?

  • How might one handle datasets with multiple related tables?

  • Do you see dat as similar to Qu in its longer term ambitions? Complementary?

Notes

See the Qu roadmap.

On multi-table support, see @maxogden's response to John Resig's query.

On dat schemas, see these comments on the dat freenode channel ...

... and this discussion on package file conventions for datasets.

@jbenet notes that he's working with @maxogden with the aim of making dat/datadex interoperable. See also @maxogden's comments at the very end of this article.

@maxogden has stated his preference for keeping metadata and data in separate files (i.e., having a distinct file with metadata, rather than having a header with metadata included with the datafile).

@mafintosh has discussed a schema.json file describing the global encoding/decoding format for each row of data in dat.

Note also the proposals for a dat schema api in #171 and #191.

See, finally, this proposed vision for a dat registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment