dataset icon indicating copy to clipboard operation
dataset copied to clipboard

dataset is a command line tool, Go package, shared library and Python package for working with JSON objects as collections

Results 7 dataset issues
Sort by recently updated
recently updated
newest added

I would be nice to be able to create/update/read dataset objects in YAML in addition to JSON. The storage would still be JSON but yaml to json and json to...

enhancement

Newt project is experimenting with GitHub YAML Issue Template Syntax for data modeling. This could be folded back into dataset where a model would describe the JSON objects stored in...

enhancement

Now that I understand Go's versioning scheme and modules better I should think about revisiting how the source tree is organized. I could reconstruct the pre-v1 into a v1 directory,...

enhancement
Someday Maybe

Peter Sefton has done very interesting works with data crates where a bag can function as a static site. It would be interesting in taking what he has learned and...

enhancement

Two problems. When you copy on disc an SQLite 3 collection (database is in the directory structure), the database name is indicated in the struct that describes the collection type....

enhancement

In Catalina users have to right click and select open on the executable once before it works from the command line. This can be avoided by getting the binaries signed...

enhancement
Someday Maybe

Originally dataset sought to store JSON objects in collections. JSON can also represent arrays, `[ "one", "two", "three" ]`. Since dataset v2 no longer modifies the object being stored it...

enhancement