Skip to content

Commit

Permalink
docs(cube): installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 27, 2023
1 parent 9a20170 commit 880569f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/cube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This package provides operations and commands for RDF cubes in Barnard59 Linked Data pipelines.
The `manifest.ttl` file contains a full list of all operations included in this package.

## Installation

```
npm i barnard59-cube
```

## Operations

### `cube/buildCubeShape`
Expand All @@ -16,6 +22,12 @@ TBD

## Commands

Peer dependencies must be explicitly installed

```
npm i barnard59-base barnard59-formats barnard59-http barnard59-rdf barnard59-sparql barnard59-shacl
```

## Cube validation

The following pipelines retrieve and validate cube observations and their constraints.
Expand Down

0 comments on commit 880569f

Please sign in to comment.