Questions tagged [compose-db]

DO NOT USE FOR THE ANDROID JETPACK COMPOSE (use [android-jetpack-compose] for those questions!) Compose is a Database as a Service (DBaaS) provider that offers cloud-based databases (MongoDB, Elasticsearch, RethinkDB, Redis, PostgreSQL).

94 questions
0
votes
1 answer

MongoDB DaaS: Remote connection string seems to result in local lookup

I am interested in trying out DaaS services to use MongoDB with my Node/Express app in production but am having trouble connecting. With both Compose and mLab, I am able to successfully connect to the remote server's mongo console, but when I…
Mike
  • 785
  • 1
  • 6
  • 14
0
votes
1 answer

Is strictly needed Shield at ElasticSearch to have Kibana on a different server?

I am trying to set up Kibana at production, and in order to do so, I have Kibana on a different server that my ElasticSearch node... however, I read that in order to have that config (that is indeed needed for production), I need to install on my…
AndresG
  • 69
  • 6
0
votes
1 answer

Oplog tailing in Meteor - to do it or not to do it?

I am trying to reconcile this kadira.io article which says that oplog tailing is a must for every Meteor production app with this compose.io article - see section "To Oplog or not Oplog" which says you should only use oplog in certain…
brianjlennon
  • 159
  • 1
  • 8
0
votes
1 answer

Connecting MongoDB instance (on Compose) directly to MongoDB on Bluemix

I am looking for a Tool or Tool Set that can connect a MongoDB instance (on Compose) directly to MongoDB on Bluemix to extract / and move data from a MongoDB database on compose.com to a MongoDB database on Bluemix Public. Is there a way to do this…
0
votes
2 answers

Unable to connect to "Compose for PostgreSQL" DB created in bluemix through eclipse

I am not able to establish connection to Compose for PostgreSQL DB service using eclipse. Getting below error while Testing the connection. org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that…
Deepak Naik
  • 43
  • 1
  • 5
0
votes
1 answer

Can't connect to compose.io mongoDB on bluemix

I'm trying connect to mongoDB but it seems that I can't reach the host. This problem occurs in mongoshell and pymongo. On shell I use mongo --ssl --sslAllowInvalidCertificates host:port/db -u user -p pass --sslCAFile ca.pem and I get the error…
0
votes
1 answer

Compose for Elasticsearch Authentication in Python

I am having issues getting the Python Elasticsearch library working with the Compose for Elasticsearch offering from Bluemix. When I use the following code against an Elasticsearch cluster I created using IBM containers it connects just fine. IBM…
greyhoundforty
  • 239
  • 2
  • 9
0
votes
1 answer

Accessing data in a Compose PostgreSQL database from Spark as a Service Python notebook on Bluemix

I have data in a postgres database that I am trying to access through Spark as a Service on IBM Bluemix (using a python notebook). Here is my code: from pyspark.sql import SQLContext sqlContext = SQLContext(sc) df =…
Ross Lewis
  • 755
  • 2
  • 7
  • 17
0
votes
1 answer

Bluemix Compose Postgres ElasticSearch and RabbitMQ

If I run my Java application on Bluemix PaaS (Cloud Foundry runtime) and I bind a Compose public service (I need Postgres, ElasticSearch and RabbitMQ), does the traffic between my application and the Compose service go on public internet?
edevregille
  • 209
  • 2
  • 12
0
votes
0 answers

Parse.com migration to Compose.io

I am currently migrating away from Parse to Compose.io, however the credentials listed produce the error, No reachable servers when I attempt to migrate: mongodb://:@aws-us-east-1-portal.11.dblayer.com:27861/ I have setup a…
user601935
  • 133
  • 1
  • 1
  • 7
0
votes
1 answer

Has somebody successful connected Compose provided PostgreSQL to Eclipse's database viewer?

I'm trying to do it, but getting Connection failed with unspecified error, the full stack trace you can see at the end of the topic. When I using pgAdmin III it work flawlessly, connection from the code using this driver 9.4-1206-jdbc41 no problem,…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
0
votes
1 answer

Meteor JS Can connect to compose.io on everything except iOS device?

I have been working on an application and using compose.io as my database platform. I am able connect to compose in web browser and iOS simulator with: MONGO_URL="mongodb://myUsername:myPassword@aws-us-east-1-portal.6.dblayer.com:11111/dbName"…
NicholasByDesign
  • 781
  • 1
  • 11
  • 33
0
votes
1 answer

Can't connect to Compose.io with MongoChef

I try to connect to a replica set, I defined a user in the admin database and I enabled SSL. But no matter what I try I just get a failed connection. I followed this, but still…
Adrian Rosca
  • 6,922
  • 9
  • 40
  • 57
0
votes
1 answer

Is "Compose" available via IBM's PAAS Bluemix?

I believe "Compose" is now an IBM company. Anybody know if I can access Compose using IBM's free CLoud credits for Softlayer and Bluemix ?
0
votes
1 answer

How to connect to a `mongos` instance over TLS/SSL using `connect-mongo` for `express-session`?

I use connect-mongo as the storage module for express-session, and all was working well until I switched to the new 'MongoDB+' TLS/SSL deployment from Compose.io, and now I can't connect. I don't know their architecture in detail, but more…
AJB
  • 7,389
  • 14
  • 57
  • 88