diff --git a/source/includes/fact-environments.rst b/source/includes/fact-environments.rst new file mode 100644 index 000000000..0cae4338e --- /dev/null +++ b/source/includes/fact-environments.rst @@ -0,0 +1,7 @@ +- `MongoDB Atlas + `__: The fully + managed service for MongoDB deployments in the cloud +- :ref:`MongoDB Enterprise `: The + subscription-based, self-managed version of MongoDB +- :ref:`MongoDB Community `: The + source-available, free-to-use, and self-managed version of MongoDB diff --git a/source/index.txt b/source/index.txt index 5665ef15c..e195d642d 100644 --- a/source/index.txt +++ b/source/index.txt @@ -46,6 +46,13 @@ If your Java application requires asynchronous stream processing, use the :driver:`Reactive Streams Driver ` which uses Reactive Streams to make non-blocking calls to MongoDB. +Compatibility +------------- + +You can use the {+driver-short+} to connect to deployments hosted in the +following environments: + +.. include:: /includes/fact-environments.rst Quick Start -----------