Codebase as of c53e4aed26 as an initial commit for the shrunk repo
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
16
bundles/org.openhab.persistence.mongodb/README.md
Normal file
16
bundles/org.openhab.persistence.mongodb/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user