Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevencyb/go-mongo-tools
An RSQL implementation in Golang to perform MongoDB search queries.
https://github.com/stevencyb/go-mongo-tools
Last synced: 28 days ago
JSON representation
An RSQL implementation in Golang to perform MongoDB search queries.
- Host: GitHub
- URL: https://github.com/stevencyb/go-mongo-tools
- Owner: StevenCyb
- License: mit
- Created: 2023-01-02T16:39:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T16:10:48.000Z (about 1 year ago)
- Last Synced: 2024-06-20T17:43:20.951Z (7 months ago)
- Language: Go
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-mongo-tools
[![GitHub release badge](https://badgen.net/github/release/StevenCyb/go-mongo-tools/latest?label=Latest&logo=GitHub)](https://github.com/StevenCyb/go-mongo-tools/releases/latest)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/StevenCyb/go-mongo-tools/ci-test.yml?label=Tests&logo=GitHub)
![GitHub](https://img.shields.io/github/license/StevenCyb/go-mongo-tools)This project contains useful functionality to build a CRUD Golang API with MongoDB. This includes the following packages:
- [RSQL parser to search with Mongo queries](mongo/rsql/README.md)
- [Sort parser to sort document results](mongo/sort/README.md)
- [JSON Patch parser to perform document patches](mongo/jsonpatch/README.md)