Unifying MySQL Database and MongoDB Collection in MindsDB #11629
Unanswered
osamakhurram441
asked this question in
Get help
Replies: 1 comment
-
|
Yes, this is the kind of workflow MindsDB should be able to support, but the practical complexity depends on how tightly the MySQL and MongoDB records need to relate to each other. If they are mostly independent sources, the agent can query both and synthesize the answer. If they need something join-like, the design becomes more about normalization than just connection setup. The useful next question is whether you need live cross-source reasoning or just unified access. That difference determines whether a simple agent layer is enough or whether you should introduce an intermediate view or preparation step first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to unify my complete MySQL database with one specific MongoDB collection and connect them to a MindsDB Agent. My goal is to be able to query both sources through the Agent in natural language and retrieve all the desired information seamlessly.
Is it possible to configure a single Agent to use both MySQL (entire database) and MongoDB (specific collection)? If yes, could you please share the recommended approach?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions