The go-mongo is a database framework for implementing a MongoDB-compatible server using Go easily.
What is the go-mongo?
The go-mongo handles MongoDB Wire Protocol and interprets the major messages automatically so that all developers can develop MongoDB-compatible servers easily.
Since the go-mongo handles all system commands automatically, developers can easily implement their MongoDB-compatible server only by simply handling user query commands.