From bf946e9083666a1b9d1787add848c18a494680c8 Mon Sep 17 00:00:00 2001 From: elf Pavlik Date: Wed, 16 Sep 2026 06:54:31 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aa52b63..0317603 100644 --- a/README.md +++ b/README.md @@ -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 |