Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-767

Add client metadata support for wrapping libraries

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      NODE-2340 Duplicate
      JAVA-3512 Works as Designed
      PYTHON-2057 Fixed 4.0
      PHPC-1494 Fixed 1.8.0-beta1, 1.8.0
      CXX-1881 Won't Do
      MOTOR-465 Duplicate
      CSHARP-2857 Won't Fix
      GODRIVER-1412 Won't Fix
      RUBY-2018 Fixed 2.13.0
      CDRIVER-3434 Works as Designed
      PHPLIB-516 Fixed 1.7.0-beta1, 1.7.0
      SWIFT-985 Fixed 1.1.0
      RUST-409 Fixed 0.11.0
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion NODE-2340 Duplicate JAVA-3512 Works as Designed PYTHON-2057 Fixed 4.0 PHPC-1494 Fixed 1.8.0-beta1, 1.8.0 CXX-1881 Won't Do MOTOR-465 Duplicate CSHARP-2857 Won't Fix GODRIVER-1412 Won't Fix RUBY-2018 Fixed 2.13.0 CDRIVER-3434 Works as Designed PHPLIB-516 Fixed 1.7.0-beta1, 1.7.0 SWIFT-985 Fixed 1.1.0 RUST-409 Fixed 0.11.0

      The data warehouse team is tracking driver usage in Atlas and working on a set of charts for that data. As part of that project we would like to begin tracking projects built at MongoDB or maintained by MongoDB employees that wrap drivers. For example, Mongoid, PyMODM, Doctrine, Mongoose, etc. Note that these are wrapping libraries, not applications, so using the appname field is not appropriate.

      The Python and Java drivers provide an API for a wrapping library to append its name, version and limited platform information to the standard metadata. See the Python implementation here:

      https://github.com/mongodb/mongo-python-driver/commit/c63c068611bd4ea3387fc1a08082a96869ac82a1#diff-987f063428999f063731ab71d5f5c3ac

      Let's add similar functionality to all drivers. This is particularly important for projects that have popular ODMs.

      Spec change: https://github.com/mongodb/specifications/commit/393edc8b07d32de6bb1506a38748b927a7c120fb

            Assignee:
            Unassigned Unassigned
            Reporter:
            matt.broadstone@mongodb.com Matt Broadstone
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: