-
To help clean up the code, somthing that we do a lot is index collections of stuff, whether that is a local file system, a mongodb collection of discord messages, or a table of webpages scraped from s…
-
### 🚀 The feature
Requested by a user on discord forum:
Discord link: https://discord.com/channels/1121119078191480945/1125758905310519327/1195378054063726713
### Motivation, pitch
We …
-
**Describe the bug**
If you use a mongodb+srv:// database URL with a ssh tunnel. It will not use the ssh tunnel / the connection won't work due to an error saying that the connection can not have a p…
-
### Issue Description
If afterSave on a class is handled both using cloud code AND afterSave webhook on the same class, then the webhook will consume the event and the afterSave trigger in the cloud …
-
### 1. **Define Data Sources**
- **Task**: Identify all the data sources you need to connect to.
- **Action**:
- Determine the external sources: APIs, databases (e.g., MySQL, PostgreSQL, Mong…
-
### Description
I'm encountering an issue with MongoDB initialization in my Coolify deployment via Docker compose. The mongo-init.js script is not executing during startup, apparently because it's be…
-
I am also encountering this now on v23.1.1 using MongoDB v7.0.14
I was trying to create a capped collection (as per documentation)
```cs
await DB.InitAsync(
"somedb",
MongoClientSett…
-
**Is your feature request related to a problem? Please describe.**
When we initially setup RevealBI and pointed it at our test database for MongoDB we noticed significant performance issues rendering…
-
I am following the `README.md`. The command
`mvn clean install -Prun-its`
failed on tests:
```
[INFO] Running liquibase.ext.mongodb.changelog.MongoHistoryServiceIT
Jul 27, 2020 1:42:19 PM com.mongodb…
-
### Discussed in https://github.com/prisma/prisma/discussions/25606
Originally posted by **poyrazhancilar** November 8, 2024
### Question
I am trying to use multiple Prisma files with Pris…