-
Question
Is the exported schema is actually Mongo DB [schema](https://www.mongodb.com/docs/atlas/app-services/schemas/#:~:text=A%20schema%20is%20a%20JSON,created%2C%20changed%2C%20or%20deleted.) or…
-
**Describe the bug**
When workflow size is too large, its unable to save it. Mongodb returns "Resulting document after update is larger than 16777216".
**To Reproduce**
To create a document with …
-
How to properly just to count documents?
```
x = col.find()
x.count() # is deprecated and for Python3.5 causing error "The JSON object must be str, not "bytes"
x = col.count() # Python3.5 causin…
-
In ruby mongo driver to find all documents in collection is
```
collection.find
```
However, in this driver expect to have some arguments pass to it. Which argument should I pass to `find` metho…
-
STR:
1. Configure JsonSerialization to use `camelCase` in your project
2. Instal WorkflowCore as Nuget package.
3. Create a workflow that passes the data between steps.
4. Configure the workflow t…
-
Reading through the source of Workless, you check for failed_at attribute of the backend table:
``` ruby
if Rails.version >= "3.0.0"
Delayed::Job.where(:failed_at => nil)
else
Delayed::Job.all(…
-
I am new to bongo. Could anybody please tell me how to remove/delete a collection?
-
## The dependency [bson](https://github.com/mongodb/js-bson) was updated from `4.0.0` to `4.0.1`.
🚨 [View failing branch](https://github.com/niktrix/ethvm/compare/master...niktrix:greenkeeper%2Fcomm…
-
Hi,
can this be used with Node.js MongoDB driver? Like with www.meteor.com ?
xet7 updated
8 months ago
-
Hi,
While doing doing some more testing I've discovered something wrong about exception handling, look at this snippet that is trying to connect to a MongoDB server that is **not** actually running:
…