Skip to content
Alain Bourgeois edited this page Aug 28, 2021 · 17 revisions

tips for developers

This is intended to give some receipts when developing solidos app. But can also be an entry point to solidos organisation. It is not a replicate of existing documentation. solidos/mashlib/dataBrowser are alike.

what is a store ?

A store is created by rdflib. synonyms are "kb" (knowledge base), ... It relates to a javascript object meant to manipulate RDF in memory. Basically it is an object organized to allow parsing quads. A quad is a triple with a source document.

solid-logic

  • is-it a store cache system ? yes mostly
  • how to clean it from a document

rdflib tips

  • fetcher compared to updater.update

solid-ui tips

authorization and current user

  • webId's
  • login/logout

diagram

app management

UI concepts

Clone this wiki locally