On Mon, Aug 25, 2014 at 5:16 PM, valluri sathish <
[email protected]> wrote:

> We are planning to use mongoDB as a backends for ApacheDS.
> Can anyone provide any suggestions or any implementations available for
> implementing MongoDB as backend store for storing apacheDS data.
>
>
I found only this prototype implementation with HBase, can anyone suggest
> for monodb datastore and how we can implement for ApacheDS.
> HBase Prototype - Apache Directory SandBox - Apache Software Foundation
>
> my sincere suggestion would be to start writing the MongoDB based
partition implementation.

1. see if you can write a sub-class of AbstractTable that read and write to
MongoDB

2. see if you can implement a sub-class of AbstractIndex that relies on the
above created table

If 1&2 are successful your partition implementation is 70% complete, and
you just need
to create a sub-class of AbstractBTreePartition and test.

If _not_, then you need to do a bit more work in implementing the
interfaces without any code reuse.

But, try first, and come back to us telling(and sharing code, if possible)
where you are stuck, we will
certainly try to help.


>
> Thanks & Regards,
> Sathish Valluri.




-- 
Kiran Ayyagari
http://keydap.com

Reply via email to