Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-209, MXS-SPRINT-210, MXS-SPRINT-211
Description
MongoDB Compass is "a free interactive tool for querying, optimizing, and analyzing your MongoDB data".
Currently Compass does not work with NoSQL protocol. Based on a trial, Compass uses a number of commands that NoSQL protocol currently does not implement:
- aggregate
- atlasVersion
- connectionStatus
- dbStats
- getParameter
- top
A quick POC experiment confirmed that it would be quite straightforward to make Compass work with NoSQL protocol.