datahub/examples/dataset-frictionless
2021-04-19 09:12:54 +01:00
..
2021-04-14 12:22:48 +01:00

This examples if for presenting a single dataset. The dataset should be a Frictionless dataset (data package) i.e. there should be a datapackage.json.

Install

Git clone this directory then:

yarn install

Usage

In this directory:

export PORTAL_DATASET_PATH=/path/to/my/dataset
yarn dev

And you will get a nice dataset page at http://localhost:3000