lbdserver-client-api
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

LBDserver

The LBDserver client API provides high-level functionality to manage resources on the LBDserver ecosystem. This ecosystem relies on the Solid specifications for data federation and decentralised identity. The LBDserver is a prototype of a "federated Common Data Environment" (CDE), and is one of the main deliverables of the PhD project of Jeroen Werbrouck. For more information, please have a look at the papers listed here or at the WIKI.

Installation

You can install this library with npm install lbdserver-client-api.

Content

The library exposes four Classes:

  • LbdService: basic LBDserver-oriented interactions with the Pod (e.g. validate and create LBD project repository)
  • LbdProject: interactions with LBDserver projects
  • LbdDataset: interactions with datasets of LBDserver projects
  • LbdConcept: interactions with "abstract concepts", which relate the identifiers from multiple sources
  • LbdDistribution: interactions with distributions of datasets of LBDserver projects.

Further documentation on the functionality of each of these classes is available at https://lbd-hackers.github.io/lbdserver-client-api/.

Usage and Testing

In order to run tests (npm run test) which is also the preferred way of further developing the library (write test and make sure that it passes) you need to first have a local solid community server running, and you need to get credentials that you copy-paste to the credentials.js file.

Run local Solid Community server

Get session token

This is needed for running the tests or using the library server-side.

{
  "refreshToken" : "BB",
  "clientId"     : "AA",
  "clientSecret" : "XX",
  "oidcIssuer"   : "http://localhost:3000/",
}

Build and deploy

Building the library is handled with the npm run build command. This generates the lib folder and its content. We build ESM and UMD bundles that can be directly included in an HTML document. Furthermore, we build a CommonJS and an ESM version.

Bundles are build using the configuration in rollup.config.js.

Cite

When citing work on the LBDserver, please refer to:

@article{werbroucklbdserver,
  title={LBDserver - a Federated Ecosystem for Heterogeneous Linked Building Data},
  author={Werbrouck, Jeroen and Pauwels, Pieter and Beetz, Jakob and Mannens, Erik}
}

@inproceedings{werbrouck2021data,
  title={Data patterns for the organisation of federated linked building data},
  author={Werbrouck, Jeroen and Pauwels, Pieter and Beetz, Jakob and Mannens, Erik},
  booktitle={Proceedings of the 9th Linked Data in Architecture and Construction Workshop},
  pages={79-90},
  year={2021}
}

@inproceedings{werbrouck2019towards,
  title={Towards a decentralised common data environment using linked building data and the solid ecosystem},
  author={Werbrouck, Jeroen and Pauwels, Pieter and Beetz, Jakob and van Berlo, L{\'e}on},
  booktitle={36th CIB W78 2019 Conference},
  pages={113--123},
  year={2019},
  url = {https://biblio.ugent.be/publication/8633673}
}

Readme

Keywords

none

Package Sidebar

Install

npm i lbdserver-client-api

Weekly Downloads

0

Version

0.1.2

License

ISC

Unpacked Size

95.6 MB

Total Files

64

Last publish

Collaborators

  • jmauwerb