Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ This repository lists components that can be used to extend the [Community Solid
| [IPFS Backend](https://github.com/DianaNegut/css-ipfs-backend) | An IPFS (Kubo/MFS) storage backend: DataAccessor that stores Solid pod data on IPFS instead of the local filesystem. |
| [FediPod Server](https://github.com/jeff-zucker/FediPod/tree/main/packages/fedipod-server) | Adds an ActivityPub server to the CSS install. |
| [CSS-NextGraph](https://github.com/jeff-zucker/FediPod/tree/main/packages/css-nextgraph) | A NextGraph storage backend - encrypted pods. |
| [HybridDataAccessor](https://github.com/hackers4peace/sai-js/blob/main/packages/components/src/HybridDataAccessor.ts) | All RDF (incl. metadata) goes into SPARQL, binary blobs into a binary accessor e.g. S3 or Filesystem |
| [S3DataAccessor](https://github.com/hackers4peace/sai-js/blob/main/packages/components/src/S3DataAccessor.ts) | S3 bucket only stores binary blobs (no meta) |
| [PostgresKeyValueStorage](https://github.com/hackers4peace/sai-js/blob/main/packages/components/src/PostgresKeyValueStorage.ts) | KV storage which can be used as a backend for the accounts storage |