datahub/examples/dataset-frictionless
2021-04-13 14:02:34 +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