MongoDB Cookbooks

What mongodb cookbooks do people use? Has anyone written an LWRP for
updating configuration, for example adding shards?

Thanks,

James

I couldn't find any reliable cookbooks for Mongodb, so I ended up writing one and making an LWRP to manage instances and shards.

Give me a few and I'll publish ours (just don't laugh :p)

  • Ryan

On Aug 25, 2011, at 2:57 PM, "James" js@aegisco.com wrote:

What mongodb cookbooks do people use? Has anyone written an LWRP for updating configuration, for example adding shards?

Thanks,

James

We have one on Github that handles basic installation but could
definitely use some expansion for setting up replica sets, managing
configuration, etc. Needs a bit more work before publishing to the
community site but you're welcome to have a look, fork it, etc.

https://github.com/customink/customink-cookbooks

-Nathen

On 8/25/11 5:57 PM, James wrote:

What mongodb cookbooks do people use? Has anyone written an LWRP for
updating configuration, for example adding shards?

Thanks,

James

It seems like there are not useful MongoDB cookbooks out in the wild,
so we decided to wrote one ourselves.

We intend to publish it next week. It includes single instance,
sharding and replication recipes.

@Ryan: we'll have a look at yours once it gets published

2011/8/26 Nathen Harvey nharvey@customink.com:

We have one on Github that handles basic installation but could definitely
use some expansion for setting up replica sets, managing configuration, etc.
Needs a bit more work before publishing to the community site but you're
welcome to have a look, fork it, etc.

https://github.com/customink/customink-cookbooks

-Nathen

On 8/25/11 5:57 PM, James wrote:

What mongodb cookbooks do people use? Has anyone written an LWRP for
updating configuration, for example adding shards?

Thanks,

James

Here's what we've got so far:

https://github.com/gamespy-tech/cookbooks/tree/develop/mongodb

I did use the custom ink one to base off of, but made some other heavy tweaks.

Also, replica sets are still kind of iffy with it. But the LWRP will setup a mongod, shard server or config server if you ask it to.

This is still current for the recent sprints we're working on, so I'll make sure to keep this repo updated. Also, any feedback is appreciated!

  • Ryan

On Aug 26, 2011, at 3:42 AM, Miquel Torres wrote:

It seems like there are not useful MongoDB cookbooks out in the wild,
so we decided to wrote one ourselves.

We intend to publish it next week. It includes single instance,
sharding and replication recipes.

@Ryan: we'll have a look at yours once it gets published

2011/8/26 Nathen Harvey nharvey@customink.com:

We have one on Github that handles basic installation but could definitely
use some expansion for setting up replica sets, managing configuration, etc.
Needs a bit more work before publishing to the community site but you're
welcome to have a look, fork it, etc.

https://github.com/customink/customink-cookbooks

-Nathen

On 8/25/11 5:57 PM, James wrote:

What mongodb cookbooks do people use? Has anyone written an LWRP for
updating configuration, for example adding shards?

Thanks,

James