Skip to content

Drivers

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

2 results found

  1. Asynchronous variant of MongoDB C Driver

    Add async API on the C Driver.

    33 votes
    7 comments  ·  C  ·  Admin →
    How important is this to you?

    We are excited to announce the release of amongoc - an asynchronous C driver for MongoDB, now in public preview. This experimental driver aims to provide an efficient, non-blocking interface for MongoDB operations.


    Share your feedback on GitHub to help shape its development into a production-ready tool. Your input is crucial, and we can't wait to see what you'll build with amongoc!


    Resources

  2. Allow custom service names with mongodb+srv URI scheme

    We are using DCOS (marathon/mesos) to manage our services. DCOS generates SRV records for our mongos instances under a record that looks like

    mongos-mongodb.tcp.marathon.mesos
    However, there's currently no way for me to use this because when I provide a connection url like

    mongodb+srv://mongos-mongodb.tcp.marathon.mesos
    the drivers prepend "mongodb.tcp" to the provided url. It's not clear why it's required that the host must start with "mongodb.tcp". Why not let the user specify the actual DNS entry to query?

    I believe the same issue will exist for multiple orchestration frameworks such as Consul/Nomad and Kubernetes.

    5 votes
    started  ·  1 comment  ·  Unspecified  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Drivers

Categories

Feedback and Knowledge Base