Tienson Qin 15585f1481 mod+m to publish 3 週間 前
..
scripts 8c4be25e92 add timestamp version to invalid cache 3 週間 前
src 15585f1481 mod+m to publish 3 週間 前
worker f9a3fb50b9 remove skip_auth 3 週間 前
README.md 2a96243474 add publish worker 3 週間 前
deps.edn 24c9298356 fix: tests 3 週間 前
package.json 8c4be25e92 add timestamp version to invalid cache 3 週間 前
shadow-cljs.edn d4d8b1a7e6 fix: add shadow-cljs.edn for publish worker 3 週間 前
yarn.lock d4d8b1a7e6 fix: add shadow-cljs.edn for publish worker 3 週間 前

README.md

Description

Shared library for page publishing (snapshot payloads, SSR helpers, shared schemas, and storage contracts).

The Cloudflare Durable Object implementation is expected to use SQLite with the Logseq datascript fork layered on top. Page publish payloads are expected to send datoms (transit) so the DO can reconstruct/query datascript state.

See deps/publish/worker for a Cloudflare Worker skeleton that stores transit blobs in R2 and metadata in a SQLite-backed Durable Object.

API

Namespaces live under logseq.publish.

Usage

This module is intended to be consumed by the Logseq app and the publishing worker.

Dev

Keep this module aligned with the main repo's linting and testing conventions.