Categorygithub.com/alexland23/gomongoapi
modulepackage
1.0.2
Repository: https://github.com/alexland23/gomongoapi.git
Documentation: pkg.go.dev

# README

gomongoapi

Go Reference

gomongoapi allows for easy creation of a server that connects to a mongodb, creates routes to query it with the intent to easily create Grafana Dashboards.

Recommended Grafana plugins JSON API and Infinity

# Functions

Create a new server Must pass in Mongo Client Options.
Returns server options with default values.

# Variables

No description provided by the author

# Structs

Options contains options to configure the mongo api server.

# Interfaces

Server interface for mongo api server.