You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix mongodb/connector recipe: correct version floor to v1.6.0+ (#475)
The MongoDB data connector was introduced in v1.6.0, but the recipe
claimed 'Works with v1.0+'. Also remove two stale log lines from the
expected 'spice run' output that no longer appear in v2.0 (the metrics
server is off by default and the OpenTelemetry log line was removed),
and fix duplicate 'Step 6.' numbering.
Co-authored-by: Claude <claude@Claudes-Mac-mini.local>
Copy file name to clipboardExpand all lines: mongodb/connector/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MongoDB Data Connector
2
2
3
-
Works with `v1.0+`
3
+
Works with `v1.6.0+`
4
4
5
5
This recipe will use a demo instance of MongoDB with a generated dataset. Follow the recipe to create MongoDB instance and get started with MongoDB as a Data Connector.
6
6
@@ -130,10 +130,8 @@ Confirm in the terminal output the `sample_data` dataset has been loaded:
130
130
```bash
131
131
2025/01/13 11:52:51 INFO Spice.ai runtime starting...
132
132
2025-01-13T19:52:51.473621Z INFO runtime::init::dataset: Initializing dataset sample_data
133
-
2025-01-13T19:52:51.474059Z INFO runtime::metrics_server: Spice Runtime Metrics listening on 127.0.0.1:9090
134
133
2025-01-13T19:52:51.474795Z INFO runtime::http: Spice Runtime HTTP listening on 127.0.0.1:8090
135
134
2025-01-13T19:52:51.474869Z INFO runtime::flight: Spice Runtime Flight listening on 127.0.0.1:50051
136
-
2025-01-13T19:52:51.481201Z INFO runtime::opentelemetry: Spice Runtime OpenTelemetry listening on 127.0.0.1:50052
137
135
2025-01-13T19:52:51.491591Z INFO runtime::init::dataset: Dataset sample_data registered (mongodb:sample_data).
138
136
2025-01-13T19:52:51.673260Z INFO runtime::init::results_cache: Initialized results cache; max size: 128.00 MiB, item ttl: 1s
0 commit comments