gawamango is the local MongoDB proxy server I implemented with the help of Cursor.
I developed this simply to gain a more intuitive understanding of what MongoDB’s Wire Protocol looks like.
Its usage is very simple (based on version v0.3.6):
|
|
Then you can directly target the proxy server’s port:
|
|
This project is still very simple. If time and energy permit, and I remain interested in MongoDB’s protocol and BSON structure, I may continue to improve it. I aim to implement a fully functional MongoDB proxy server without using any official MongoDB libraries.