Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support duckdb #271

Closed
kxxu opened this issue Nov 27, 2024 · 1 comment
Closed

support duckdb #271

kxxu opened this issue Nov 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kxxu
Copy link

kxxu commented Nov 27, 2024

Motivations

Support local offline data analysis
MySQL——> duckdb
duckdb ——> MySQL

  • Would you like to implement this feature? [y/n]

yes,but not familiar with the rust language

Implement duckdb sink and import data to duckdb in batches

Additional context

@kxxu kxxu added the enhancement New feature or request label Nov 27, 2024
@qianyiwen2019
Copy link
Collaborator

DuckDB is an embedded database, and its data files can only be opened by one process at a time.
If the ape-dts process is occupying the data file (for example, during an incremental data synchronization), the user will not be able to open it using DuckDB.

Our company's other product, MyDuckServer, addresses this issue and is compatible with both MySQL and Postgres protocols.

Additionally, ape-dts has plans to import full and incremental data from MySQL/Postgres into MyDuckServer. However, it will not write directly to DuckDB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants