Re: [openstack-dev] [Marconi] Proposal to add Malini Kamalambal to the marconi-core team

2014-03-21 Thread Ozgur Akan
+2 On Fri, Mar 21, 2014 at 12:15 PM, Balaji Iyer wrote: > +1 > > On 3/21/14, 11:35 AM, "Amit Gandhi" wrote: > > >+1 > > > >On 3/21/14, 11:17 AM, "Flavio Percoco" wrote: > > > >>Greetings, > >> > >>I'd like to propose adding Malini Kamalambal to Marconi's core. Malini > >>has been an outstandin

Re: [openstack-dev] [Marconi] Why is marconi a queue implementation vs a provisioning API?

2014-03-20 Thread Ozgur Akan
Hi, Marconi manages its own sharding (doesn't rely on mongoDB's own sharding) in order to have more control on where data is stored. Sharding is done based on project_id + queue_id and stored in a catalog. Since Marconi manages it's own shards, it can use the same logic with any storage. If it wa