MongoDB Golang driver can now talk to Unix Domain Sockets
Repository
https://github.com/globalsign/mgo
New Features
- What feature(s) did you add?
Added the feature to connect to a Unix Domain Socket (POSIX Local IPC Sockets) - How did you implement it/them?
https://github.com/globalsign/mgo/pull/129/files
Replaced every net.TCPAddr
and net.TCPConn
with their generic interface types net.Addr
and net.Conn
. Added socket recognition to the URI-parser.
Thanks for the contribution, @unixfriend! Great communication on the PR and some great work, keep it up! Would be great if, for future contributions, you could give a little bit more information (for people who aren't familiar with the project) about the project itself, why the added feature is valuable etc.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Thanks for your feedback @amosbastian.
I append some info about the project to this comment.
mgo
is the database driver for MongoDB for the Golang programming language.The given driver could only connect to IP addresses and was hard-coded to do so. In many setups the application which likes to query the database, and the database management system are on the same system - so they can use Unix Domain Sockets to communicate. Often this feature is overlooked by many administrators.
Unix Domain Sockets have several advantages:
Hey @unixfriend
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!
Contributing on Utopian
Learn how to contribute on our website or by watching this tutorial on Youtube.
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!