RFC: Database sync tool #765
Replies: 3 comments 1 reply
-
This is a huge painpoint for us. Currently we have numerous tables (that have heave write updates) and we a column in each called "last_sent_search" which we poll every hour and push all the ones that have an "updated_at" greater than "last_sent_search":
We know we could use postgres triggers (or one of the syncing tools) to achieve sometime more reliable but have not done the engineering work yet. A more native solution for meilesearch would be great. |
Beta Was this translation helpful? Give feedback.
-
Feedback from @vaddenz in meilisearch/documentation#2926 (comment)
|
Beta Was this translation helpful? Give feedback.
-
I think instead of writing sync tools we can create a connector destination for existing cdc projects such as I'm trying to contribute to this projects to add destination connector Meilisearch. |
Beta Was this translation helpful? Give feedback.
-
The purpose of this discussion is to discuss the need for a database syncing tool that syncs data from users' databases to Meilisearch.
Beta Was this translation helpful? Give feedback.
All reactions