Skip to content

jarvis-js/dobot-storage-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB Storage

Store bot data in a MongoDB database.

Configuration

[database]

Name of the database to store data in. Defaults to dobot.

[host]

Hostname of the MongoDB server. Defaults to localhost.

[port]

Port of the MongoDB server. Defaults to 27017.

[server_options]

The MongoDB connection is provided by node-mongodb-native. See the Server options section of the documentation. No custom options are set by default.

[database_options]

The MongoDB connection is provided by node-mongodb-native. See the DB options section of the documentation. No custom options are set by default.

About

MongoDB storage module for DoBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published