Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

opsdroid/database-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATED ⚠️ This connector is now built in to opsdroid core. This repository only exists for backward compatibility and will be removed.

opsdroid database mongo

A database module for opsdroid to persist memory in a mongo database.

Requirements

None.

Configuration

databases:
  mongo:
    host:       "my host"     # (optional) default "localhost"
    port:       "12345"       # (optional) default "27017"
    database:   "mydatabase"  # (optional) default "opsdroid"

About

💾 A mongo database module for opsdroid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages