A number of MongoDB demos.
- bi-connector: MongoDB Connector for BI demo
- inner-join: MongoDB aggregation framework example to perform "inner join"
- apps: A number of client examples with TLS transport encryption
- xml_to_mongo: Java example of converting XML to POJO and persist to MongoDB
- change_stream: MongoDB Change Stream notes
- docker-enterprise: Dockerfile example building MongoDB Enterprise
- docker-replica: Docker example to initiate a replica set using docker-compose
- docker-shard: Docker example to initiate a sharded cluster using docker-compose
- openshift-replica: Deploy a MongoDB replica on OpenShift
- ops-manager-api: API examples
- aggregation:
$elemMatch
,$unwind
,$redact
, and$filter
- compound-index: use a compound index to cover different queries
- count: demo different stages of count from different query shapes
- sort_stages: demo different indexes affecting performance
- active_directory: use Active Directory to authenticate users in MongoDB
- security: Installation of a MongoDB replica with certificates
- tiered_cluster: demo tiered cluster and zones