@@ -5,146 +5,146 @@ define: atlas https://www.mongodb.com/docs/atlas
55define: devhub https://www.mongodb.com/developer
66
77# Go
8- raw: drivers/go -> https://www.mongodb.com/docs/drivers/go/current/
8+ raw: docs/ drivers/go -> https://www.mongodb.com/docs/drivers/go/current/
99
1010# Java
11- raw: drivers/java -> ${base}/java-drivers/
11+ raw: docs/ drivers/java -> ${base}/java-drivers/
1212
1313
1414# FLE https://jira.mongodb.org/browse/DOP-1633
15- raw: drivers/use-cases/client-side-field-level-encryption-guide -> ${base}/security/client-side-field-level-encryption-guide/
16- raw: drivers/use-cases/client-side-field-level-encryption-local-key-to-kms -> ${base}/security/client-side-field-level-encryption-local-key-to-kms/
17- raw: drivers/use-cases/sensitive-data-encryption -> ${base}/security/client-side-field-level-encryption-guide/
15+ raw: docs/ drivers/use-cases/client-side-field-level-encryption-guide -> ${base}/security/client-side-field-level-encryption-guide/
16+ raw: docs/ drivers/use-cases/client-side-field-level-encryption-local-key-to-kms -> ${base}/security/client-side-field-level-encryption-local-key-to-kms/
17+ raw: docs/ drivers/use-cases/sensitive-data-encryption -> ${base}/security/client-side-field-level-encryption-guide/
1818
1919
2020###
2121### Redirects for Legacy Drivers Content
2222###
23- raw: drivers/tutorials -> ${base}/
24- raw: drivers/perl-internals -> ${base}/community-supported-drivers/
25- raw: drivers/downloads -> ${base}/
26- raw: drivers/syntax-table -> ${base}/
23+ raw: docs/ drivers/tutorials -> ${base}/
24+ raw: docs/ drivers/perl-internals -> ${base}/community-supported-drivers/
25+ raw: docs/ drivers/downloads -> ${base}/
26+ raw: docs/ drivers/syntax-table -> ${base}/
2727
2828# cpp
29- raw: drivers/tutorial/download-and-compile-cpp-driver -> https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile
30- raw: drivers/tutorial/getting-started-with-cpp-driver -> https://github.com/mongodb/mongo-cxx-driver/wiki/blob/legacy/README.md
31- raw: drivers/cpp-bson-array-examples -> https://github.com/mongodb/mongo-cxx-driver/wiki/blob/legacy/src/mongo/client/examples/arrayExample.cpp
32- raw: drivers/cpp-bson-helper-functions -> https://github.com/mongodb/mongo-cxx-driver/wiki/BSON%20Helper%20Functions
33- raw: drivers/cpp-to-sql-to-mongo-shell -> https://github.com/mongodb/mongo-cxx-driver/wiki
34- raw: drivers/tutorial/download-and-compile-cpp-driver-legacy -> https://github.com/mongodb/mongo-cxx-driver/wiki/Download-and-Compile-the-Legacy-Driver
35- raw: drivers/tutorial/authenticate-with-cpp-driver -> http://mongocxx.org/
29+ raw: docs/ drivers/tutorial/download-and-compile-cpp-driver -> https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile
30+ raw: docs/ drivers/tutorial/getting-started-with-cpp-driver -> https://github.com/mongodb/mongo-cxx-driver/wiki/blob/legacy/README.md
31+ raw: docs/ drivers/cpp-bson-array-examples -> https://github.com/mongodb/mongo-cxx-driver/wiki/blob/legacy/src/mongo/client/examples/arrayExample.cpp
32+ raw: docs/ drivers/cpp-bson-helper-functions -> https://github.com/mongodb/mongo-cxx-driver/wiki/BSON%20Helper%20Functions
33+ raw: docs/ drivers/cpp-to-sql-to-mongo-shell -> https://github.com/mongodb/mongo-cxx-driver/wiki
34+ raw: docs/ drivers/tutorial/download-and-compile-cpp-driver-legacy -> https://github.com/mongodb/mongo-cxx-driver/wiki/Download-and-Compile-the-Legacy-Driver
35+ raw: docs/ drivers/tutorial/authenticate-with-cpp-driver -> http://mongocxx.org/
3636
3737# csharp
38- raw: drivers/tutorial/authenticate-with-csharp-driver -> ${base}/csharp/
39- raw: drivers/csharp-community-projects -> ${base}/csharp/
40- raw: drivers/tutorial/authenticate-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/reference/driver/authentication
41- raw: drivers/tutorial/getting-started-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
42- raw: drivers/tutorial/serialize-documents-with-the-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
43- raw: drivers/tutorial/use-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
44- raw: drivers/tutorial/use-linq-queries-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
38+ raw: docs/ drivers/tutorial/authenticate-with-csharp-driver -> ${base}/csharp/
39+ raw: docs/ drivers/csharp-community-projects -> ${base}/csharp/
40+ raw: docs/ drivers/tutorial/authenticate-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/reference/driver/authentication
41+ raw: docs/ drivers/tutorial/getting-started-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
42+ raw: docs/ drivers/tutorial/serialize-documents-with-the-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
43+ raw: docs/ drivers/tutorial/use-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
44+ raw: docs/ drivers/tutorial/use-linq-queries-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
4545
4646# java
47- raw: drivers/java-concurrency -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/crud
48- raw: drivers/java-replica-set-semantics -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/crud
49- raw: drivers/java-types -> http://mongodb.github.io/mongo-java-driver/3.0/bson
50- raw: drivers/tutorial/getting-started-with-3.0-java-driver -> http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour
51- raw: drivers/tutorial/getting-started-with-java-driver -> http://mongodb.github.io/mongo-java-driver/2.13/getting-started/quick-tour
52- raw: drivers/tutorial/use-aggregation-framework-with-java-driver -> http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour
53- raw: drivers/tutorial/use-java-dbobject-to-perform-saves -> ${base}/java/
54- raw: drivers/tutorial/authenticate-with-java-driver/ -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/connecting/authenticating
47+ raw: docs/ drivers/java-concurrency -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/crud
48+ raw: docs/ drivers/java-replica-set-semantics -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/crud
49+ raw: docs/ drivers/java-types -> http://mongodb.github.io/mongo-java-driver/3.0/bson
50+ raw: docs/ drivers/tutorial/getting-started-with-3.0-java-driver -> http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour
51+ raw: docs/ drivers/tutorial/getting-started-with-java-driver -> http://mongodb.github.io/mongo-java-driver/2.13/getting-started/quick-tour
52+ raw: docs/ drivers/tutorial/use-aggregation-framework-with-java-driver -> http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour
53+ raw: docs/ drivers/tutorial/use-java-dbobject-to-perform-saves -> ${base}/java/
54+ raw: docs/ drivers/tutorial/authenticate-with-java-driver/ -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/connecting/authenticating
5555
5656# nodejs
57- raw: drivers/javascript -> ${base}/node/current/
57+ raw: docs/ drivers/javascript -> ${base}/node/current/
5858
5959# ruby and mongoid
60- raw: drivers/tutorial/getting-started-with-ruby-on-rails-3 -> https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/
61- raw: drivers/tutorial/getting-started-with-ruby-on-rails ->https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/
62- raw: drivers/tutorial/model-data-for-ruby-on-rails -> ${base}/ruby/
63- raw: drivers/ruby -> https://www.mongodb.com/docs/ruby-driver/current/
64- raw: drivers/ruby-resources -> https://www.mongodb.com/docs/ruby-driver/current/reference/additional-resources/
65- raw: drivers/tutorial/ruby-driver-tutorial -> https://www.mongodb.com/docs/ruby-driver/v2.2/
66- raw: drivers/tutorial/ruby-driver-tutorial-2-0 -> https://www.mongodb.com/docs/ruby-driver/v2.0/
67- raw: drivers/tutorial/ruby-bson-tutorial -> https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/
68- raw: drivers/tutorial/ruby-bson-tutorial-4-0 -> https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/
69- raw: drivers/tutorial/ruby-mongoid-tutorial -> https://www.mongodb.com/docs/mongoid/current//
70- raw: drivers/tutorial/mongoid-callbacks -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-callbacks//
71- raw: drivers/tutorial/mongoid-documents -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-documents/
72- raw: drivers/tutorial/mongoid-indexes -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-indexes/
73- raw: drivers/tutorial/mongoid-installation -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-installation/
74- raw: drivers/tutorial/mongoid-nested-attributes -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-nested-attributes/
75- raw: drivers/tutorial/mongoid-persistence -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-persistence/
76- raw: drivers/tutorial/mongoid-queries -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-queries/
77- raw: drivers/tutorial/mongoid-rails -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-rails/
78- raw: drivers/tutorial/mongoid-relations -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-relations/
79- raw: drivers/tutorial/mongoid-upgrade -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-upgrade/
80- raw: drivers/tutorial/mongoid-validation -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-validation/
60+ raw: docs/ drivers/tutorial/getting-started-with-ruby-on-rails-3 -> https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/
61+ raw: docs/ drivers/tutorial/getting-started-with-ruby-on-rails ->https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/
62+ raw: docs/ drivers/tutorial/model-data-for-ruby-on-rails -> ${base}/ruby/
63+ raw: docs/ drivers/ruby -> https://www.mongodb.com/docs/ruby-driver/current/
64+ raw: docs/ drivers/ruby-resources -> https://www.mongodb.com/docs/ruby-driver/current/reference/additional-resources/
65+ raw: docs/ drivers/tutorial/ruby-driver-tutorial -> https://www.mongodb.com/docs/ruby-driver/v2.2/
66+ raw: docs/ drivers/tutorial/ruby-driver-tutorial-2-0 -> https://www.mongodb.com/docs/ruby-driver/v2.0/
67+ raw: docs/ drivers/tutorial/ruby-bson-tutorial -> https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/
68+ raw: docs/ drivers/tutorial/ruby-bson-tutorial-4-0 -> https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/
69+ raw: docs/ drivers/tutorial/ruby-mongoid-tutorial -> https://www.mongodb.com/docs/mongoid/current//
70+ raw: docs/ drivers/tutorial/mongoid-callbacks -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-callbacks//
71+ raw: docs/ drivers/tutorial/mongoid-documents -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-documents/
72+ raw: docs/ drivers/tutorial/mongoid-indexes -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-indexes/
73+ raw: docs/ drivers/tutorial/mongoid-installation -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-installation/
74+ raw: docs/ drivers/tutorial/mongoid-nested-attributes -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-nested-attributes/
75+ raw: docs/ drivers/tutorial/mongoid-persistence -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-persistence/
76+ raw: docs/ drivers/tutorial/mongoid-queries -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-queries/
77+ raw: docs/ drivers/tutorial/mongoid-rails -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-rails/
78+ raw: docs/ drivers/tutorial/mongoid-relations -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-relations/
79+ raw: docs/ drivers/tutorial/mongoid-upgrade -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-upgrade/
80+ raw: docs/ drivers/tutorial/mongoid-validation -> https://www.mongodb.com/docs/mongoid/current/tutorials/mongoid-validation/
8181
8282###
8383### Redirects for Legacy Ecosystem Content
8484###
8585# Amazon ec2 -> Atlas
86- raw: drivers/platforms/amazon-ec2 -> ${atlas}/
87- raw: drivers/tutorial/install-mongodb-on-amazon-ec2 -> ${atlas}/
88- raw: drivers/tutorial/automate-deployment-with-cloudformation -> ${atlas}/
89- raw: drivers/tutorial/deploy-mongodb-from-aws-marketplace -> ${atlas}/
90- raw: drivers/tutorial/backup-and-restore-mongodb-on-amazon-ec2 -> ${atlas}/backup-restore-cluster/
86+ raw: docs/ drivers/platforms/amazon-ec2 -> ${atlas}/
87+ raw: docs/ drivers/tutorial/install-mongodb-on-amazon-ec2 -> ${atlas}/
88+ raw: docs/ drivers/tutorial/automate-deployment-with-cloudformation -> ${atlas}/
89+ raw: docs/ drivers/tutorial/deploy-mongodb-from-aws-marketplace -> ${atlas}/
90+ raw: docs/ drivers/tutorial/backup-and-restore-mongodb-on-amazon-ec2 -> ${atlas}/backup-restore-cluster/
9191
9292# Azure -> Atlas / Manual
93- raw: drivers/platforms/windows-azure -> ${atlas}/reference/microsoft-azure/
94- raw: drivers/platforms/windows -> ${manual}/tutorial/install-mongodb-enterprise-on-windows/
95- raw: drivers/tutorial/install-mongodb-on-windows-azure -> ${atlas}/reference/microsoft-azure/
96- raw: drivers/tutorial/configure-worker-roles-in-azure -> ${atlas}/reference/microsoft-azure/
97- raw: drivers/tutorial/deploy-mongodb-worker-roles-in-azure-version-1-6 -> ${atlas}/reference/microsoft-azure/
98- raw: drivers/tutorial/deploy-mongodb-worker-roles-in-azure -> ${atlas}/reference/microsoft-azure/
99- raw: drivers/tutorial/build-an-application-to-connect-to-mongodb-on-azure -> ${atlas}/reference/microsoft-azure/
100- raw: drivers/tutorial/install-mongodb-on-linux-in-azure -> ${base}/platforms/windows-azure/
93+ raw: docs/ drivers/platforms/windows-azure -> ${atlas}/reference/microsoft-azure/
94+ raw: docs/ drivers/platforms/windows -> ${manual}/tutorial/install-mongodb-enterprise-on-windows/
95+ raw: docs/ drivers/tutorial/install-mongodb-on-windows-azure -> ${atlas}/reference/microsoft-azure/
96+ raw: docs/ drivers/tutorial/configure-worker-roles-in-azure -> ${atlas}/reference/microsoft-azure/
97+ raw: docs/ drivers/tutorial/deploy-mongodb-worker-roles-in-azure-version-1-6 -> ${atlas}/reference/microsoft-azure/
98+ raw: docs/ drivers/tutorial/deploy-mongodb-worker-roles-in-azure -> ${atlas}/reference/microsoft-azure/
99+ raw: docs/ drivers/tutorial/build-an-application-to-connect-to-mongodb-on-azure -> ${atlas}/reference/microsoft-azure/
100+ raw: docs/ drivers/tutorial/install-mongodb-on-linux-in-azure -> ${base}/platforms/windows-azure/
101101
102102# Hadoop
103- raw: drivers/tools/hadoop -> https://github.com/mongodb/mongo-hadoop
104- raw: drivers/use-cases/hadoop -> https://github.com/mongodb/mongo-hadoop
105- raw: drivers/tutorial/getting-started-with-hadoop -> https://github.com/mongodb/mongo-hadoop/
103+ raw: docs/ drivers/tools/hadoop -> https://github.com/mongodb/mongo-hadoop
104+ raw: docs/ drivers/use-cases/hadoop -> https://github.com/mongodb/mongo-hadoop
105+ raw: docs/ drivers/tutorial/getting-started-with-hadoop -> https://github.com/mongodb/mongo-hadoop/
106106
107107# Kafka -> Kafka Connector site
108- raw: drivers/connectors/kafka -> ${kafka}/
109- raw: drivers/connectors/kafka-connect-migration -> ${kafka}/kafka-connect-migration/
110- raw: drivers/connectors/kafka-docker-example -> ${kafka}/kafka-docker-example/
111- raw: drivers/connectors/kafka-installation -> ${kafka}/kafka-installation/
112- raw: drivers/connectors/kafka-sink-cdc -> ${kafka}/kafka-sink-cdc/
113- raw: drivers/connectors/kafka-sink-data-formats -> ${kafka}/kafka-sink-data-formats/
114- raw: drivers/connectors/kafka-sink-postprocessors -> ${kafka}/kafka-sink-postprocessors/
115- raw: drivers/connectors/kafka-sink-properties -> ${kafka}/kafka-sink-properties/
116- raw: drivers/connectors/kafka-sink -> ${kafka}/kafka-sink/
117- raw: drivers/connectors/kafka-source -> ${kafka}/kafka-source/
108+ raw: docs/ drivers/connectors/kafka -> ${kafka}/
109+ raw: docs/ drivers/connectors/kafka-connect-migration -> ${kafka}/kafka-connect-migration/
110+ raw: docs/ drivers/connectors/kafka-docker-example -> ${kafka}/kafka-docker-example/
111+ raw: docs/ drivers/connectors/kafka-installation -> ${kafka}/kafka-installation/
112+ raw: docs/ drivers/connectors/kafka-sink-cdc -> ${kafka}/kafka-sink-cdc/
113+ raw: docs/ drivers/connectors/kafka-sink-data-formats -> ${kafka}/kafka-sink-data-formats/
114+ raw: docs/ drivers/connectors/kafka-sink-postprocessors -> ${kafka}/kafka-sink-postprocessors/
115+ raw: docs/ drivers/connectors/kafka-sink-properties -> ${kafka}/kafka-sink-properties/
116+ raw: docs/ drivers/connectors/kafka-sink -> ${kafka}/kafka-sink/
117+ raw: docs/ drivers/connectors/kafka-source -> ${kafka}/kafka-source/
118118
119119# Platforms
120- raw: drivers/platforms/digitalocean -> ${atlas}/
121- raw: drivers/platforms/modulus -> ${atlas}/
122- raw: drivers/platforms/rackspace-cloud -> ${atlas}/
123- raw: drivers/platforms/red-hat-openshift -> https://www.mongodb.com/docs/kubernetes-operator/stable/
124- raw: drivers/platforms/dotcloud -> ${atlas}/
125- raw: drivers/platforms/vmware-cloud-foundry -> https://pivotal.io/platform/services-marketplace/data-management/mongodb
120+ raw: docs/ drivers/platforms/digitalocean -> ${atlas}/
121+ raw: docs/ drivers/platforms/modulus -> ${atlas}/
122+ raw: docs/ drivers/platforms/rackspace-cloud -> ${atlas}/
123+ raw: docs/ drivers/platforms/red-hat-openshift -> https://www.mongodb.com/docs/kubernetes-operator/stable/
124+ raw: docs/ drivers/platforms/dotcloud -> ${atlas}/
125+ raw: docs/ drivers/platforms/vmware-cloud-foundry -> https://pivotal.io/platform/services-marketplace/data-management/mongodb
126126
127127# RHEL -> Manual
128- raw: drivers/platforms/red-hat-enterprise-linux -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
129- raw: drivers/tutorial/configure-red-hat-enterprise-linux-identity-management -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
130- raw: drivers/tutorial/manage-red-hat-enterprise-linux-identity-management -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
128+ raw: docs/ drivers/platforms/red-hat-enterprise-linux -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
129+ raw: docs/ drivers/tutorial/configure-red-hat-enterprise-linux-identity-management -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
130+ raw: docs/ drivers/tutorial/manage-red-hat-enterprise-linux-identity-management -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
131131
132132# Tools
133- raw: drivers/tools/munin -> https://github.com/comerford/mongo-munin
134- raw: drivers/tools/administration-interfaces -> https://www.mongodb.com/view-analyze/
135- raw: drivers/tools/wireshark -> https://wiki.wireshark.org/Mongo
136- raw: drivers/tools/applications -> https://www.mongodb.com/community
133+ raw: docs/ drivers/tools/munin -> https://github.com/comerford/mongo-munin
134+ raw: docs/ drivers/tools/administration-interfaces -> https://www.mongodb.com/view-analyze/
135+ raw: docs/ drivers/tools/wireshark -> https://wiki.wireshark.org/Mongo
136+ raw: docs/ drivers/tools/applications -> https://www.mongodb.com/community
137137
138138# Use Cases -> Devhub
139- raw: drivers/use-cases/category-hierarchy -> ${devhub}/
140- raw: drivers/use-cases/hierarchical-aggregation -> ${devhub}/
141- raw: drivers/use-cases/http-interfaces -> ${devhub}/
142- raw: drivers/tools/http-interfaces -> ${devhub}/
143- raw: drivers/use-cases/inventory-management -> ${devhub}/
144- raw: drivers/use-cases/metadata-and-asset-management -> ${devhub}/
145- raw: drivers/use-cases/product-catalog -> ${devhub}/
146- raw: drivers/use-cases/storing-comments -> ${devhub}/
147- raw: drivers/use-cases/storing-log-data -> ${devhub}/
148- raw: drivers/use-cases/pre-aggregated-reports-mmapv1 -> ${manual}/changeStreams/
149- raw: drivers/use-cases/pre-aggregated-reports -> ${manual}/changeStreams/
150- raw: drivers/tutorial/write-a-tumblelog-application-with-flask-mongoengine -> https://pymodm.readthedocs.io/en/latest/getting-started.html
139+ raw: docs/ drivers/use-cases/category-hierarchy -> ${devhub}/
140+ raw: docs/ drivers/use-cases/hierarchical-aggregation -> ${devhub}/
141+ raw: docs/ drivers/use-cases/http-interfaces -> ${devhub}/
142+ raw: docs/ drivers/tools/http-interfaces -> ${devhub}/
143+ raw: docs/ drivers/use-cases/inventory-management -> ${devhub}/
144+ raw: docs/ drivers/use-cases/metadata-and-asset-management -> ${devhub}/
145+ raw: docs/ drivers/use-cases/product-catalog -> ${devhub}/
146+ raw: docs/ drivers/use-cases/storing-comments -> ${devhub}/
147+ raw: docs/ drivers/use-cases/storing-log-data -> ${devhub}/
148+ raw: docs/ drivers/use-cases/pre-aggregated-reports-mmapv1 -> ${manual}/changeStreams/
149+ raw: docs/ drivers/use-cases/pre-aggregated-reports -> ${manual}/changeStreams/
150+ raw: docs/ drivers/tutorial/write-a-tumblelog-application-with-flask-mongoengine -> https://pymodm.readthedocs.io/en/latest/getting-started.html
0 commit comments