Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Traversing the links or How to validating the rights #6

Closed
KrishnaPG opened this issue Jan 16, 2018 · 1 comment
Closed

Traversing the links or How to validating the rights #6

KrishnaPG opened this issue Jan 16, 2018 · 1 comment

Comments

@KrishnaPG
Copy link

KrishnaPG commented Jan 16, 2018

Came across this while looking for linked model for assets to be stored in BigChainDB.

After converting data into this particular format, how to take advantage of its structure? For example, how to enforce if a person is the author or not (or has the required rights to it or not) ? or how to traverse the links and get the related data? Does the API cover such tasks?

@KrishnaPG KrishnaPG changed the title Traversing the links Traversing the links or How to validating the rights Jan 16, 2018
@alexanderattar
Copy link

Hello @KrishnaPG,

This library is essentially just a JavaScript implementation of the COALA IP Spec. There is no logic within it to handle validating rights or anything like that, but rather it just just a format for structuring rights schemas. Also traversing linked data would be specific to the particular datastore that is used, which Coala IP is agnostic of. The BigchainDB team wrote a Python implementation of the spec that can upload to a BigchainDB instance, but the JavaScript implementation is designed to usable by any backend datastore such as IPFS, Swarm, Bigchain, or a traditional database. Please check out https://github.com/COALAIP/specs for more info.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants