use postgres/mysql/mongodb as index data source #680
Replies: 4 comments 1 reply
-
Hi @erfanium , thanks for taking the time to leave your feedback and explaining your current workaround. Your feature request is interesting and could be helpful to other users. We'll keep this discussion open, allowing others who might be facing similar challenges to jump in and share their thoughts :) However, we want to be transparent about our current priorities. Our team is presently occupied with other pressing commitments and projects, so we may not be able to address this specific request right away. Nevertheless, we really appreciate your suggestion and we're always on the lookout for ways to make our product even better based on what our users tell us. We hope you understand our position and we'll certainly keep your idea in mind for the future. Please feel free to continue to provide input and share your thoughts - your input is extremely valuable to us! |
Beta Was this translation helpful? Give feedback.
-
This would be a great idea, but rather than polling, it should be implemented with CDC (change data capture) |
Beta Was this translation helpful? Give feedback.
-
when will sql database connector will be done if this done many requirements will be fulfill and it's will make get started more smiple and i think it's benefit all of SDK users. ![]() there was a another tools, buy i don't think it's a good choice for me, in my opinion long-term maintenance is important, i'm not trust sole develop is safe.battery-in solution by official is good to me. When in technology selection steps as a developer they all will consider maintenance and features and integration coast, es typescense all offer a easyway to test search result and give a new comer most easier way to landing there products, and push them to consider what will build with them instead how i sync data to meilisearch i need create a data pipeline by self or use some thing to do it,when they will find typescense, it's break learing meilisearch. but i'm will choice meilisearch, beacause it's native implement by rust the rust sdk design are good than typescense, and i believe that meilisearch will get this in feature https://github.com/orgs/meilisearch/discussions/765 |
Beta Was this translation helpful? Give feedback.
-
it's seems actually now work also not work with sql |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in our company, we decided to keep our postgres database as the only single source of truth. so
i think this approach is already popular within other teams, so why not make the DX better for this approach?
How we fixed this problem
we have created an proxy docker app, that executes a select query every 30 seconds and gets the updated data for a specific meilisearch index data.
so by executing this query and manage the changed rows, we keep our meilisearch data in sync with our primary db.
MVP Idea
this feature can be a built-in meilisearch feature. so we can eliminate the need for a postgres-to-meili sync docker container
let's say we could create a index in meilisearch like this.
Beta Was this translation helpful? Give feedback.
All reactions