Package Usage: go: github.com/qri-io/dataset
Package dataset contains the qri ("query") dataset document definition
This package contains the base definition, as well as a number of
subpackages that build from this base to add functionality as necessary
Datasets take inspiration from HTML documents, deliniating semantic purpose
to predefined tags of the document, but instead of orienting around
presentational markup, dataset documents emphasize interoperability and
composition. The principle encoding format for a dataset document is JSON.
Alpha-Keys:
Dataset documents are designed to produce consistent checksums when encoded
for storage & transmission. To keep hashing consistent map keys are sorted
lexographically for encoding. This applies to all fields of a dataset
document except the body of a dataaset, where users may need to dictate the
ordering of map keys
Pod ("Plain old Data") Pattern:
To maintain high interoperability, dataset documents must support encoding &
decoding ("coding", or "serialization") to and from many formats, fields of
dataset documents that leverage "exotic" custom types are acommpanied by a
"Plain Old Data" variant, denoted by a "Pod" suffix in their name
Plain-Old-Data variants use only basic go types:
string, bool, int, float64, []interface{}, etc.
and have methods for clean encoding and decoding to their exotic forms
6 versions
Latest release: about 4 years ago
15 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/qri-io/dataset
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/qri-io%2Fdataset
Dependent Repos 4
qri-io/qri
you're invited to a data party!Size: 43.1 MB - Last synced: about 1 month ago - Pushed: almost 3 years ago

qri-io/starpg
A web-based starlark playgroundSize: 157 KB - Last synced: about 1 month ago - Pushed: over 2 years ago

qri-io/registry 📦
MOVED. Registry code now lives at: https://github.com/qri-io/qri/tree/master/registrySize: 207 KB - Last synced: 7 months ago - Pushed: over 5 years ago

qri-io/dsdiff
Utility for Diffing Datasets, currently a very basic placeholderSize: 1.71 MB - Last synced: 3 months ago - Pushed: almost 6 years ago

qri-io/qri-datapackage
datapackage / qri dataset interop command line clientSize: 55.7 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago

qri-io/qri-git
git-to-qri dataset importerSize: 65.4 KB - Last synced: 3 months ago - Pushed: over 4 years ago

qri-io/docrun
Run examples found in documentationSize: 117 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago

gsusin/qri Fork of qri-io/qri
you're invited to a data party!Size: 39.8 MB - Last synced: over 1 year ago - Pushed: over 4 years ago
