Skip to content

alpstable/mongopb

Repository files navigation

MongoPB

PkgGoDev Build Status Go Report Card Discord

MongoPB is a library for writing structpb-typed data to a MongoDB collection using the official MongoDB Go Driver.

Installation

go get github.com/alpstable/mongopb@latest

Usage

The type structpb types supported by this package are

See the gidari library to learn how to write to a MongoDB collection from a web API.

Contributing

Follow this guide for information on contributing.