MongoDB Shard (Distributed)
MongoDB is a document-oriented database. Distributed Version
Config servers are special mongod instances that store the metadata for a sharded cluster. All config servers must be available to deploy a sharded cluster or to make any changes to cluster metadata.
module.exports = ->
'configure':
'ryba/mongodb/shard/configure'
'install': [
'masson/core/locale'
'ryba/mongodb/shard/install'
'ryba/mongodb/shard/start'
'ryba/mongodb/shard/replication'
'ryba/mongodb/shard/check'
]
'start':
'ryba/mongodb/shard/start'
'stop':
'ryba/mongodb/shard/stop'
'status':
'ryba/mongodb/shard/status'