RxDB collections (browser)¶
ifixedx_local¶
Collection |
Purpose |
|---|---|
|
Full tweet rows + scores from last compare/for-you ingest |
|
Avatar/display rollup per handle — Account rollup |
|
Raw Grok JSON backups (home xAI path) — Grok ingests |
|
Posts / Spaces user opened (dedupe UI) |
Rehydrate: loadPersistedMixerCorpus() restores platform / refined from posts on Home open.
thefeedtrix_local (The Pipetrix)¶
Collection |
Purpose |
|---|---|
|
Enabled topic slugs |
|
Per-topic Grok batch rows |
|
Deduped canonical tweets for mixer |
Canonical fields: tweetJson, sourceType, ingestedAt, topicIdsJson, mixerMetaJson, seen.
No mixerCache¶
Final feed order is computed in memory:
mergeFeedWithUnseenCanonicalFirst(src/mixer/merge.ts)buildMixerFeedPostsBase(src/mixer/buildFeedPosts.ts)
A persisted mixer_snapshot collection is optional future work only if frozen order replay is required.