openhab-docs/_addons_persistences/mongodb
Kai Kreuzer 68d0dce0fe
updated logos
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-24 21:50:55 +02:00
..
readme.md updated logos 2018-05-24 21:50:55 +02:00

readme.md

id label title type description source since logo install
mongodb MongoDB MongoDB - Persistence Services persistence This service allows you to persist state updates using the MongoDB database. It supports writing information to a MongoDB document store, as well as querying from it. https://github.com/openhab/openhab1-addons/blob/master/bundles/persistence/org.openhab.persistence.mongodb/README.md 1x images/addons/mongodb.png manual

{% include base.html %}

MongoDB Persistence

This service allows you to persist state updates using the MongoDB database. It supports writing information to a MongoDB document store, as well as querying from it.

Configuration

This service can be configured in the file services/mongodb.cfg.

Property Default Required Description
url Yes connection URL to address Mongodb. For example, mongodb://localhost:27017
database Yes database name
collection Yes collection name

All item and event related configuration is done in the file persistence/mongodb.persist.