https://github.com/simagix/mongodb-demo
A number of MongoDB demos.
https://github.com/simagix/mongodb-demo
bash-script docker java javascript mongodb python x509
Last synced: about 1 year ago
JSON representation
A number of MongoDB demos.
- Host: GitHub
- URL: https://github.com/simagix/mongodb-demo
- Owner: simagix
- License: apache-2.0
- Created: 2017-10-31T11:53:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T12:24:14.000Z (over 2 years ago)
- Last Synced: 2025-03-21T21:51:14.532Z (about 1 year ago)
- Topics: bash-script, docker, java, javascript, mongodb, python, x509
- Language: Java
- Size: 1.43 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_stream/README.md
- License: LICENSE
- Security: security/INSTALL.md
Awesome Lists containing this project
README
# MongoDB Demo
A number of MongoDB demos.
### Aggregation
- [bi-connector](bi-connector): MongoDB Connector for BI demo
- [inner-join](inner-join): MongoDB aggregation framework example to perform "inner join"
### Application Examples
- [apps](apps): A number of client examples with TLS transport encryption
- [xml_to_mongo](xml_to_mongo): Java example of converting XML to POJO and persist to MongoDB
### Change Stream
- [change_stream](change_stream): MongoDB Change Stream notes
### Docker
- [docker-enterprise](docker-enterprise): Dockerfile example building MongoDB Enterprise
- [docker-replica](docker-replica): Docker example to initiate a replica set using docker-compose
- [docker-shard](docker-shard): Docker example to initiate a sharded cluster using docker-compose
- [openshift-replica](openshift-replica): Deploy a MongoDB replica on OpenShift
### Ops Manager
- [ops-manager-api](ops-manager-api): API examples
### Performance
- [aggregation](aggregation): `$elemMatch`, `$unwind`, `$redact`, and `$filter`
- [compound-index](compound-index): use a compound index to cover different queries
- [count](count): demo different stages of _count_ from different query shapes
- [sort_stages](sort_stages): demo different indexes affecting performance
### Security
- [active_directory](active_directory): use Active Directory to authenticate users in MongoDB
- [security](security): Installation of a MongoDB replica with certificates
- [KMIP](https://github.com/simagix/mongodb-demo/tree/master/security/KMIP)
- [X.509](https://github.com/simagix/mongodb-demo/tree/master/security/x509-only)
### Sharding
- [tiered_cluster](tiered_cluster): demo tiered cluster and zones