Connecting to Mongodb Database from Power BI - mongodb

We have Mongodb has database, hosted with Redhat servers.
Our clients need access to our database via Power BI, we have shared IP address database username, password and port number. But still they are not able access the database.
We need to know that is it possible to connect the Mongodb with Power BI permanently or is there other way that we need to fallow.

Related

data pulling from mongodb server to sql through ssis

mongodb server is installed in one server and i want to pull data from mongodb to sql through ssis but the sql and siss is installed in anothe server. i had gone through your mongodb to sql with ssis. i did not under stand weather i have to install that bi connector in mogodb server instance or another server instance where i am using sql and siss.
I had installed mongodb connector and odbc drivers in my instance where I want to store the mongodb data.
while giving credentials of mongodb. like ip and poet username and password dasebase name after

Is there any way to connect MongoDb server to power Bi cloud?

I need a work around how to connect MongoDB ( running on a server ) with powerBI server directly without powerBI desktop intervention.
Previously, I did it like connect mongodb ( local ) with powerBI desktop via ODBC, then publish to powerBI server. But once the mongoDb server is in another server then I don't have any idea how to do it.
Can anyone give me any idea/solution, please?
Mongo is an ODBC data source for Power BI, and all ODBC data sources require a Power BI Gateway to refresh from the Power BI Service.

how to connect with a live database in tableau using ssh tunneling?

I have a PostgreSQL database hosted in private network. i have bastion id, username ,database credentials. how can I connect the database with tableau using ssh key? so far i did not find any viable solution for this problem. I need a solution where tableau with get connected with the database and get live data.
If Tableau doesn't have integrated tools to create the tunnel (and as far as I know it doesn't) then you can create a tunnel yourself using ssh or putty or some python module, for example. Then tell Tableau Desktop to connect to the database at the address of the local end of the tunnel, likely 127.0.0.1:5432.

MongoDB connection with Power BI

I have this mongoDB (a SaSS in IBM Cloud) and on this cloud i also have an instance of another noSQL DB, cloudant db.
We were able to connect the cloudant DB on Power BI using only an URL such as "https://8869f932-05f0-4f48-b697-XXXXXXXXXXXX-bluemix.cloudantnosqldb.appdomain.cloud/<DATABASE_NAME>/_design/<DESIGN_DOC_NAME>/_view/<VIEW_NAME>" and "WEB" connection option on PowerBI.
My question is, and i didn't find any info or documentation related to this matter: on MongoDB, there is a way to achieve this kind of connection, using only a uri to a specific view rather than the ODBC connection?
If not, is there any other alternative to connect with this resource on IBM instead of ODBC?
Install mongosqld from : https://docs.mongodb.com/bi-connector/current/installation/
Run mongosqld
Now you can connect to the mongodb instance with read access using mysql/mariadb client or drivers.
NOTE: As mentioned this only has read access, so you can execute all the select queries.
I don't think so if PowerBI doesn't support it already. The MongoDB BI Connector isn't installed in IBM Cloud Databases for MongoDB.

connecting amazon redshift server from tableau server

I have installed Tableau server in my PC. I am trying to connect Amazon Redshift server from tableau server directly like connecting redshift from tableau desktop. I am not found any options for it. Is it possible? and i am using tableau server trail version. Thanks.
Tableau Server is used to store published data connections and workbooks created in Tableau Desktop. Whilst it is possible to edit an existing data connections, it is not possible to create a brand-new data connection on Tableau Server.
When publishing a workbook or data connection that uses Amazon Redshift, make sure that the appropriate driver is installed on the Tableau Server machine (Tableau Support drivers page)