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).
Questions tagged [compose-db]
94 questions
0
votes
1 answer
Can not access MongoDb collections on Compose.io with Mongo Client
Since last week I can not access my mongoDb collections on Compose.io using any mongo client. Client log says it is connected to DB but when I want to list collections or view document says "Collection not found!". I till can connect with terminal…

Jevgenijs Golojads
- 197
- 3
- 11
0
votes
1 answer
Does Mgo cache connection strings?
My Go application has been connecting to a MongoDB (hosted on Compose.io) using MGO with no issues.
Today I decided to delete this database and add a different one (again using Compose). I updated the connection string.
So I connect using:
db, err…

tommyd456
- 10,443
- 26
- 89
- 163
-1
votes
1 answer
Setting up MongoDB by Compose in Bluemix: Missing Database Name
In Bluemix, it is possible to connect to MongoDB by Compose as a service to be used by Cloud Foundry Apps. According to the guide, you will need to provide the configuration interface:
Username of the database
Password of the database
Host address…

williamli
- 3,846
- 1
- 18
- 30
-2
votes
1 answer
Are Mongo ObjectID's Supposed To Spell Words?
I was doing some work today when I noticed something strange in one of my MongoDB documents:
Is it normal for Mongo to spell words within an ObjectID or is this indicative that there's an issue with the randomization that generates the _id…

AJB
- 7,389
- 14
- 57
- 88