Hi, it is still possible to hook in a MicroKernel implementation into Oak, but the two primary implementations we have use the NodeStore API:
- SegmentNodeStore aka TarMK - DocumentNodeStore aka MongoMK both implementations have again their own storage abstraction, which means the SegmentNodeStore is not limited to a filesystem and e.g. a RDB backend is in the works for the DocumentNodeStore. it is probably easier to create an implementation for one of those storage abstractions. Regards Marcel On 03/07/14 09:15, "Bertrand Delacretaz" <[email protected]> wrote: >Hi, > >I recently talked to someone who might be interested in reviving the >OAK-784 HBase microkernel that was contributed in April 2013. > >That's based on the MicroKernel interface, is that still how you'd do >it today? I've lost track of the various ways of creating storage >backends. > >-Bertrand
