Skip to content

DOCSP-15709: Link to Practical MDB Aggs Book #5333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions source/aggregation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,19 @@ For a feature comparison of the aggregation pipeline,
map-reduce, and the special group functionality, see
:doc:`/reference/aggregation-commands-comparison`.

Learn More
----------

Practical MongoDB Aggregations E-Book
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

For more information on aggregations, read the `Practical MongoDB
Aggregations <https://www.practical-mongodb-aggregations.com>`__ e-book.


.. toctree::
:titlesonly:
:hidden:
:titlesonly:
:hidden:

/core/aggregation-pipeline
/core/map-reduce
Expand Down
3 changes: 3 additions & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ MongoDB. You can:
- Download the `Architecture Guide
<https://www.mongodb.com/lp/whitepaper/architecture-guide?jmp=docs>`_

- Read the `Practical MongoDB Aggregations
<https://www.practical-mongodb-aggregations.com>` e-book__

Licensing
---------

Expand Down
9 changes: 7 additions & 2 deletions source/reference/aggregation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ Aggregation Reference
the aggregation pipeline and operators in MongoDB and common SQL
statements.

`Practical MongoDB Aggregations (e-book) <https://www.practical-mongodb-aggregations.com>`__
For more information on aggregations, read the `Practical MongoDB
Aggregations <https://www.practical-mongodb-aggregations.com>`__
e-book.

.. toctree::
:titlesonly:
:hidden:
:titlesonly:
:hidden:

/meta/aggregation-quick-reference
/reference/operator/aggregation/interface
/reference/aggregation-commands-comparison
/reference/aggregation-variables
/reference/sql-aggregation-comparison
Practical MongoDB Aggregations (e-book) <https://www.practical-mongodb-aggregations.com>