index.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .. _mongodb:
  2. MongoDB Data Store
  3. ==================
  4. This module provides support for MongoDB data store. This extension is build on top of :geotools:`GeoTools MongoDB plugin
  5. <library/data/mongodb.html>`.
  6. Installation
  7. ------------
  8. #. Visit the :website:`website download <download>` page, locate your release, and download: :download_extension:`mongodb`
  9. The download link will be in the :guilabel:`Extensions` section under :guilabel:`Vector Formats`.
  10. .. warning:: Make sure to match the version of the extension (for example |release| above) to the version of the GeoServer instance!
  11. #. Extract the files in this archive to the :file:`WEB-INF/lib` directory of your GeoServer installation.
  12. #. Restart GeoServer
  13. Usage
  14. -----
  15. If the extension was successfully installed a new type of data store named ``MongoDB`` should be available:
  16. .. figure:: images/mongodb_store_1.png
  17. :align: center
  18. *MongoDB data store.*
  19. Configuring a new MongoDB data store requires providing:
  20. #. The URL of a MongoDB database.
  21. #. The absolute path to a data directory where GeoServer will store the schema produced for the published collections.
  22. .. figure:: images/mongodb_store_2.png
  23. :align: center
  24. *Configuring a MongoDB data store.*
  25. For more details about the usage of this data store please check the :geotools:`GeoTools MongoDB plugin documentation
  26. <library/data/mongodb.html>`.