Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T12:24:14.000Z (9 months ago)
- Last Synced: 2024-02-17T13:30:32.930Z (9 months ago)
- Topics: bash-script, docker, java, javascript, mongodb, python, x509
- Language: Java
- Size: 1.43 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- 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