RFC: Database sync tool #765
Replies: 5 comments 5 replies
-
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.
-
is this feasible by official? we really need this to gather document from database |
Beta Was this translation helpful? Give feedback.
-
I totally agree and would say that some sort of database connectivity would improve the process by 100%. I guess currently everyone is developing there own tools to get there data recreated as documents and keeping this up2date is quite painful. This is actually the reason which holds me back from actually using meilisearch in a real live project |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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