-
### What version of MongoDB are you using (`mongod --version`)?
```
3.6.5
```
### What version of Go are you using (`go version`)?
```
1.9.2
```
### What operating system and processor a…
-
Pretty much all pages are slow, not just search pages but also details pages. @seankim658 mentioned he might have a few recommendations for mongoDB to optimize performance. @rykahsay and @seankim658 s…
-
Hello,
First, thanks for creating this cookbook! It is evident that you put a lot of effort into making this and it is a tremendous help to the community to have a working cookbook that supports mong…
-
Hi,
Thanks for the simple yet wonderful package.
I don't have issue with the package but I have a question:
I am looking to customise the package a little bit to suite our current application, so I…
kjami updated
8 years ago
-
Hi
I am trying to use your package in my project. I took your example code and put it in my project. But i allways get this error:
"gridFS_client.coffee:16 Uncaught Error: [The global definition of …
-
Create a "complete" deployment docker compose file, which start:
- mongodb
- backend
- frontend
- connector
- nginx
```yml
version: "2"
services:
nginx:
image: "nginx:1.23.2-alpine"
…
-
Catch the exception and give a reasonable error message with what to do to fix it, instead of this:
```
Traceback (most recent call last):
File "src/main.py", line 42, in
main()
File "src/ma…
-
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fatal runtime error: failed to initiate panic, error 5
running error
-
### Problem
Imagine the following, I have an IoT Agent, but my database is not present:
```yaml
version: "3.1"
volumes:
mongodb: ~
services:
iot-agent:
image: fiware…
-
when users edit their information we need to update customData as well as database entires (hating that i used customData at all for this! i should have done it all in mongo... ah well u live and u l…