%dataset(1) user manual | version 2.2.2 % R. S. Doiel and Tom Morrell % 2025-04-15
As of 2.2.0 the default Dataset collection uses SQLite3 databases for the JSON document store. As of 2.2.1 all tests are passing again with this change.
As of 2.2.1 dataset cli now supports dump and load verbs. This allows a fast way to export/import an entire dataset collection as a JSONL stream. This will likely replace cloning in the future which is considerably slower.
As of 2.2.2 libdataset is no longer available. The pain of compiling native DLL was too high. The Dataset Project provides datasetd which exposes Dataset Collections as a JSON API and web service. This is available to any language that support http access. Of course you can also shell out to the cli. You have lots of option.
ts_dataset is a go example of writing a wrapper around the datasetd API.