Skip to content

Feat: Replicate data from external source with a Plugin #72#146

Open
serfersac wants to merge 1 commit intoouterbase:mainfrom
serfersac:feat/issue-72-data-replication-plugin
Open

Feat: Replicate data from external source with a Plugin #72#146
serfersac wants to merge 1 commit intoouterbase:mainfrom
serfersac:feat/issue-72-data-replication-plugin

Conversation

@serfersac
Copy link
Copy Markdown

@serfersac serfersac commented May 9, 2026

This PR introduces the DataReplicatorPlugin to enable edge-caching of external data. It features a configurable pull-mechanism that replicates external tables into the local Durable Object SQLite. It implements an efficient append-only tracking system to minimize data transfer.
Closes #72

Adds a new DataReplicatorPlugin that supports pull-based replication from external sources to internal SQLite. Includes append-only polling with a tracking table and configurable intervals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replicate data from external source to internal source with a Plugin

1 participant