The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
MongoDB atlas connection
Hi,
I'm trying out RapidMiner 9.5 and i'm quite liking it thus far, my two showstoppers are connections to google bigquery (now solved) and connection to MongoDB atlas. I'm trying to get the MongoDB-connection working but having some troubles that I guess are related to me being a complete newbie on the platform, I have set up a connection that tests OK but when trying to use a read MongoDB operator I can't get the collection to list. I'm using a connection string in the connection like "mongodb+srv://.
I notice that the compatibility on the read MongoDB operator states "9.3.000" those that have an impact?
What I'm I doing wrong?
I'm trying out RapidMiner 9.5 and i'm quite liking it thus far, my two showstoppers are connections to google bigquery (now solved) and connection to MongoDB atlas. I'm trying to get the MongoDB-connection working but having some troubles that I guess are related to me being a complete newbie on the platform, I have set up a connection that tests OK but when trying to use a read MongoDB operator I can't get the collection to list. I'm using a connection string in the connection like "mongodb+srv://.
I notice that the compatibility on the read MongoDB operator states "9.3.000" those that have an impact?
What I'm I doing wrong?
1
Answers
Are you certain you have access to the collection with your credentials? Do you see any error in the log?
The highest compatibility refers to the latest available version of the source of an operator, in this case the NoSQL extension. That currently sits at 9.3.0, so that is fine.
I do get collections from our test instance, though that one is installed locally on one of our servers, not Atlas. I don't know if that changes anything, tbh.
Regards,
Marco