Thanks for your input of extending classes for implementing custom partition. I am new to ApacheDS and not finding good docs for starting implementation for custom partitions.
Can anyone suggest how to start building custom partition and if possible provide links for building custom partition in Apache DS. I am using Apache DS 2.0 M17 and not finding any proper docs for creating custom partitions. Regards Sathish Valluri on Monday, August 25, 2014 5:41 PM, Kiran Ayyagari <[email protected]> wrote: 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
