{{ message }}
docs: Add MongoDB data-source and offline-store reference documentation#6351
Merged
ntkathole merged 11 commits intoMay 1, 2026
Merged
docs: Add MongoDB data-source and offline-store reference documentation#6351ntkathole merged 11 commits into
ntkathole merged 11 commits into
Conversation
Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
…tion Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
a2d2ca9 to
3eab42a
Compare
April 30, 2026 20:46
caseyclements
approved these changes
Apr 30, 2026
caseyclements
left a comment
Contributor
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
ntkathole
reviewed
May 1, 2026
ntkathole
reviewed
May 1, 2026
Member
|
@jvincent-mongodb Also want to include Data Source and offline store in |
Sorry, something went wrong.
ntkathole
reviewed
May 1, 2026
ntkathole
reviewed
May 1, 2026
Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
ntkathole
approved these changes
May 1, 2026
Member
|
@jvincent-mongodb Let's update |
Sorry, something went wrong.
Signed-off-by: jvincent-mongodb <jeffrey.vincent@mongodb.com>
Hide details
View details
ntkathole
merged commit
3eccc2e
into
feast-dev:master
May 1, 2026
26 of 28 checks passed
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
What this PR does / why we need it:
Adds reference documentation for the MongoDB contrib data source and offline store integration. This fills the documentation gap for the MongoDB offline store that was added in #6138.
Changes:
docs/reference/data-sources/mongodb.md— documentsMongoDBSource, configuration, supported typesdocs/reference/offline-stores/mongodb.md— documentsMongoDBOfflineStore, data model, retrieval semantics, materialization, and known limitationsdocs/SUMMARY.mdanddocs/reference/data-sources/README.mdto include MongoDB in the navigationWhich issue(s) this PR fixes:
Follows up on #6138 (feat: MongoDB offline store)
Checks
git commit -s)Testing Strategy
This is a docs-only change (no code changes).
Misc
Documentation covers:
feature_historycollection design)