Skip to content

refactor: rename sync core and export s3 boundaries#15

Merged
anandpant merged 1 commit into
mainfrom
feat/sync-core-boundary-refactor
Apr 20, 2026
Merged

refactor: rename sync core and export s3 boundaries#15
anandpant merged 1 commit into
mainfrom
feat/sync-core-boundary-refactor

Conversation

@anandpant

@anandpant anandpant commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • rename the library crates to their final architecture-facing names
  • make the sync core crate storage-agnostic
  • move generic JSON/JSONL output helpers out of the S3/export crate

What Changed

  • rename:
    • crates/convex-cdc-core -> crates/convex-sync-core
    • crates/convex-target-s3 -> crates/convex-export-s3
  • move generic output helpers into crates/convex-sync-core/src/output.rs
  • remove Arrow/Parquet crate deps from convex-sync-core
  • change Arrow/Parquet-specific error handling in convex-export-s3 to local string-mapped conversions
  • update workspace/package/import references across the repo

Why

This lands the final boundary for PR 1 instead of an intermediate state:

  • convex-sync-core now owns only Convex sync semantics
  • convex-export-s3 now owns the Parquet/Arrow/AWS export pipeline
  • lightweight commands are no longer forced to depend on S3 just for JSON/JSONL output helpers

Verification

  • cargo fmt --all --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace
  • cargo run -p convex-sync -- --help
  • actionlint -config-file .github/actionlint.yaml .github/workflows/*.yml

Open in Devin Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

@anandpant
anandpant merged commit 6b14a2f into main Apr 20, 2026
7 checks passed
@anandpant
anandpant deleted the feat/sync-core-boundary-refactor branch April 20, 2026 10:43
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.

1 participant