Skip to content

solid-contrib/data-modules

Repository files navigation

data-modules

This project is funded by /

Solid Data Modules are snippets of JavaScript code that handle the reading and writing of one specific type of data in the user's Solid pod, regardless of how the different data formats used by various Solid apps, and how they evolve.

Join our chat room on Matrix

Read the data conventions we have documented so far

Our plan

Weekly meeting: Fridays 4pm-5pm Amsterdam time in https://meet.jit.si/solid-data-modules

Data types covered

(coming soon)

Data types for which we will produce Solid Data Modules:

  • bookmarks
  • chat
  • contacts
  • maps
  • tasks

Paradigms covered

(coming soon)

The "vanilla" version of each of these data modules will be usable in combination with just an authenticated fetcher, such as Solid Auth Fetcher, or the fetcher from the Inrupt JS Libs. Apart from this "vanilla" version, we will also package each data module for use in combination with the following client-side Solid app paradigms:

Create a new module Link to tutorial