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
- Host: GitHub
- URL: https://github.com/ferretdb/wire
- Owner: FerretDB
- License: apache-2.0
- Created: 2024-07-12T18:13:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T09:48:20.000Z (9 months ago)
- Last Synced: 2025-04-09T10:21:23.705Z (9 months ago)
- Topics: go, golang, mongo, mongodb
- Language: Go
- Homepage:
- Size: 417 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# wire
[](https://pkg.go.dev/github.com/FerretDB/wire)
[](https://github.com/FerretDB/wire/actions/workflows/go.yml)
[](https://coveralls.io/github/FerretDB/wire?branch=main)
[](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.