MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. [MongoDB Official Documentation](https://docs.mongodb.com/v6.0/)
(WE G)ot MongoDB🔗
- Workflow Enablement Group (WEG) is proud to offer MongoDB hosted as a Docker container in our new LC Kubernetes/Openshift cluster.
- We currently support version 6.0.9.
Security by default🔗
- LC WEG routinely performs static security scans powered by Clair in order to find any container vulnerabilities.
- TLS connections are enforced.
MongoDB usage tips🔗
You may choose to use MongoDB via a container or using python's pymongo. See our docs on working with MongoDB via a container and via pymongo.