This is a proof of concept demonstration of managing a dataset from TypeScript running in Deno.
The ts_dataset
includes a simple demo, demo_ts_dataset.ts. It includes a minimal
set of dataset operations (verbs) from TypeScript. datasetd
is used to provide access to the dataset collections via a JSON API. The
collection must be available via the JSON API for this TypeScript module
to be useful. Take a look at the code for the demo.
It gives a nice simple example of using the API.
Here’s a quick demo of Deno, datasetd and tmux. The demo assumes you already have Deno, dataset and tmux installed. Here’s the stops covered.