Skip to content

Set of tools for mongo network protocol programming in go

Notifications You must be signed in to change notification settings

tolsen/mongonet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Tim Olsenerh
Tim Olsen
and
Dec 1, 2016
7942c89 · Dec 1, 2016

History

18 Commits
Sep 30, 2016
Aug 24, 2016
Sep 30, 2016
Oct 11, 2016
Sep 12, 2016
Dec 1, 2016
Nov 5, 2016
Nov 5, 2016
Aug 24, 2016
Aug 24, 2016
Dec 1, 2016
Aug 24, 2016
Aug 24, 2016
Aug 24, 2016
Aug 24, 2016
Aug 24, 2016
Aug 24, 2016
Aug 24, 2016
Oct 11, 2016
Aug 24, 2016
Oct 11, 2016
Aug 24, 2016
Aug 24, 2016
Aug 24, 2016

Repository files navigation

mongonet - mongo wire protocol tolls

The purpose of this library is to have a number of low level tools for building a variety of things. This is not a driver, though could be turned into one if someone wanted.

There are two examples included:

straight_proxy

This is a trivial proxy for mongod, no real use today, maybe SSL termination??

sni_tester

This is a proxy that adds a single command "sni". This is to help test client sni support.

To Start cd cmd/sni_tester go run sni_tester.go

To use > db.adminCommand("sni") { "sniName" : "local.10gen.cc", "ok" : 1 }

About

Set of tools for mongo network protocol programming in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages