linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
6 stars 6 forks source link
bootstrap couchdb dcat dcat-ap nkod react solr

LinkedPipes DCAT-AP Viewer

This is a native DCAT-AP 2.0.1 catalog viewer. It is originally developed for OpenData.cz projects, however, it is completely open-source and resuable. It addresses the most painful disadvantages of CKAN when it comes to representing DCAT compatible data such as

Requirements

Requirements for data preparation

Installation

Install Solr or run in it Docker. It will contain the search index. For installation, you may proceed like this:

Next, configure Solr like this:

Install Apache CouchDB, e.g. via a package manager, or run it in Docker. It will contain the datasets, distributions and, optionally, the code list labels.

Install LinkedPipes DCAT-AP viewer

Load the data

Running DCAT-AP Viewer

Before the first run the DCAT-AP Viewer client javascript needs to be compiled using command:

npm run build

After the compilation is done the following command can be used to start the server:

npm run start