I did not see any response to this if I could get some pointers I could try and get the code from incubation working with the current version.
Mark -----Original Message----- From: Dan Haywood [mailto:[email protected]] Sent: Monday, February 04, 2013 2:02 AM To: [email protected] Cc: Robert Matthews Subject: Re: using mongo from apache isis Hi Mark, That package relates to the not-yet-released NoSQL objectstore. This has been released while we were incubating, but not yet as a TLP. The author and maintainer of that module is Rob Matthews, one of our committers (and the original author of the NO framework many years back...) Rob, do you have any plans to release and document the NoSQL objectstore? I think you had said you would? Mark. if you are building from source code, then you could try it out anyway. You need to change the isis.persistor key (in isis.properties) to nosql (from datanucleus). I suspect there are some other prereqs, but I couldn't locate any docs at the moment; I guess Rob needs to chip in. As an alternative, you could, as Jeroen says, have a go at reconfiguring the DataNucleus object store to point it at Mongo. I haven't tried that myself, so I'd be interested to see what you discover. Cheers Dan On 3 February 2013 17:18, Mark Wood-Patrick <[email protected]> wrote: > I would like to use mongo from apache isis I do see: > > > > org.apache.isis.runtimes.dflt.objectstores.nosql.mongo > > > > defined does that work with the current version I don't see how to set > it up in persistor_datanucleus.properties. > > > > Mark > >
