Deploy my mongodb instance on oracle cloud - mongodb-atlas

I have my mongodb instance running on MongoAtlas,
I have to host my database to oracle cloud,
Is there a way i can host my mongoDb on Oracle cloud.
i looked into bitnami , but its only giving option to host mongodb on Aws, Google, dnot see oracle there

currently OCI does not have hosted/managed MongoDB offering but you can deploy it on the pure IaaS either via containers or VMs. You can get both of those from Bitnami and deploy them on the OCI IaaS.
What is your use case for MongoDB? If you are looking into hosted/managed DBon OCI , did you check out Autonoumous DB?

Related

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.

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

Amazon RDS node In AWS Explorer (AWS Toolkit for Eclipse)

I want to connecting to Amazon Relational Database Service, but I don't see the Amazon RDS node in AWS Explorer even I have a DB instance created and running.
Amazon Relational Database Service (N. Virginia) - Service is operating normally

Simba ODBC Driver to EC2 Instance w/ MongoDB

I have a Windows VM on my desktop that has Tableau-Desktop loaded. I have a mongoDB instance on my EC2 instance and want to be able to connect my desktop Tableau with my EC2 instance.
I'm using the Simba ODBC connector. I started to install the linux drivers onto my EC2 RHEL server but Simba support said that I should look into AWS Simba drivers and contact AWS support.
If I use ODBC option from Tableau I don't know how I would specify the .mem SSL key file to get access to my EC2 instance. Can anyone point me in the right direction?
Thanks.

How to use AWS service for Mongodb and which service?

I just wanted to know, How can I use Mongodb service on AWS. I have seen there is no explicitly service to use Mongodb like for mysql it has RDS.
Any suggestions please...
MongoLab provides a MongoDB service on AWS. Or you can install MongoDB on an EC2 instance. Did you try searching for "MongoDB on AWS" at all?
DynamoDB is Amazons answer to managed NoSQL, the closest you get to MongoDB if you don't host it yourself (on an EC2 instance for example).