An open API service indexing awesome lists of open source software.

https://github.com/ferretdb/wire

MongoDB wire protocol implementation in Go
https://github.com/ferretdb/wire

go golang mongo mongodb

Last synced: 9 months ago
JSON representation

MongoDB wire protocol implementation in Go

Awesome Lists containing this project

README

          

# wire

[![Go Reference](https://pkg.go.dev/badge/github.com/FerretDB/wire.svg)](https://pkg.go.dev/github.com/FerretDB/wire)
[![Go](https://github.com/FerretDB/wire/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/FerretDB/wire/actions/workflows/go.yml)
[![coveralls](https://coveralls.io/repos/github/FerretDB/wire/badge.svg?branch=main)](https://coveralls.io/github/FerretDB/wire?branch=main)
[![codecov](https://codecov.io/gh/FerretDB/wire/branch/main/graph/badge.svg?token=D0L283UZ26)](https://app.codecov.io/gh/FerretDB/wire/tree/main)

[MongoDB wire protocol](https://www.mongodb.com/docs/manual/reference/mongodb-wire-protocol/) implementation in Go.

This module is in the process of extraction from [FerretDB](https://github.com/FerretDB/FerretDB).
Please do not use it yet.