Connect remote MongoDB to Solr using DataImportHandler - mongodb

Having my MongoDB server and Solr on the same machine I was able to connect them using DataImportHandler with help from : Steps to connect MongoDB and Solr using DataImportHandler , now I have MongoDB and Solr on different machines and in the Solr config I added the URL of MongoDB but I didn't succeed.
Could anyone tell me how to indicate to Solr that MongoDB is in a distant server ?
Thanks

Related

can i use Mongodb with laravel-vapor project?

want to connect MongoDB with Laravel-vapor but not find proper solution how to connect MongoDB with Laravel-vapor.

why is MongoDbB not running and not working?

i installed MongoDB compass and when i try to connect with hostname localhost ,Port: 27017
i receive this error: connect ECONNREFUSED 127.0.0.1:27017.
I also looked in Task manager and MongoDB was not running. Thank you for your help
MongoDB compass is only a client. you should install the mongo community edition (for development setup) and then use compass client to access it.
https://docs.mongodb.com/manual/installation/
MongoDB compass is graphical user interface (GUI) for the actual mongoDB. That is to say, you need an actual mongoDB running in order to be able to interact with the data through the GUI.
Once you have the database install, you can start it by typing the command mongo in the shell. There after you should be able to return to mongoDB compass and view the data in you database (I should mention, I'm assuming that you're running on the default port and on your local machine).

Unable to connect to Mongo DB Atlas using Mule 4 connector

I am trying to connect to mongodb Atlas using Mule 4 connector but it is throwing below error.
I am able to connect to the database through MongoDB Compass.
Any help with this?
Thanks in advance
I was facing this issue. I could resolve this by upgrading the Mongo DB connector of Mulesoft to version 6.3.0, which takes connection string.
This takes DNS, no need to provide multiple server names & port

Pentaho MongoDB Atlas connection issue

I’m trying to connect Pentaho PDI (CE) to mongoDB hosted by Atlas, but getting an error, complaining about the host name I believe.
All examples on the internet is for connecting pentaho with mongodb with host = localhost; somehow when I pass the Atlas hostname it doesn’t seem to resolve.
Anyone been able to connect pentaho to a mongodb atlas cluster that could help me please?
Oh, I’m able to connect via compass and via command line.
Any idea on what I may be doing wrong?
Thank you!

How do i connect to mongodb on openshift

I have created MongoDB on openshift v3 is it possible to connect to that MongoDB
using the Robomongo can you please explain the procedure