mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-28 22:37:08 +00:00
docs: split adaptive journal decisions by provider
This commit is contained in:
@@ -5,6 +5,16 @@
|
||||
> instruction, or statement of current user-visible behaviour. The existing opaque Journal pack protocol remains the
|
||||
> implementation baseline while this proposal is evaluated.
|
||||
|
||||
The architectural decisions and staged acceptance boundaries are recorded separately:
|
||||
|
||||
- [Adaptive Journal protocol](../adr/2026_07_adaptive_journal_protocol.md);
|
||||
- [Adaptive Journal on S3-compatible Object Storage](../adr/2026_07_adaptive_journal_s3.md);
|
||||
- [Adaptive Journal on WebDAV](../adr/2026_07_adaptive_journal_webdav.md); and
|
||||
- [Adaptive Journal on PostgREST](../adr/2026_07_adaptive_journal_postgrest.md).
|
||||
|
||||
This document remains the detailed protocol design. The ADRs decide how that design is divided, introduced, and
|
||||
verified; they do not duplicate every binary layout or recovery state described here.
|
||||
|
||||
## Summary
|
||||
|
||||
Adaptive Journal Sync would separate lightweight Metadata events from Chunk delivery while preserving one common
|
||||
|
||||
Reference in New Issue
Block a user