We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2113c69 + e17d42b commit c7850c4Copy full SHA for c7850c4
Extensions/Mongo/README.md
@@ -34,8 +34,8 @@ Direct JSON query:
34
```json
35
{
36
"ConnectionString": "mongodb://localhost:27017",
37
- "DatabaseName": "mydb",
38
- "Collection": "vertex-txn-archive",
+ "DatabaseName": "sales",
+ "Collection": "person",
39
"Query": "{\"timestamp\":{\"$gte\":\"2025-01-01\",\"$lt\":\"2025-02-01\"}}"
40
}
41
```
@@ -44,8 +44,8 @@ Query from file:
44
45
46
47
48
49
"Query": "/path/to/query.json"
50
51
0 commit comments