Re: Commons NoSQL

2015-12-02 Thread Gary Gregory
On Mon, Nov 23, 2015 at 3:54 PM, Nick Burch wrote: > On Sun, 22 Nov 2015, Gary Gregory wrote: > >> Any thoughts on creating a JDBC for NoSQL? Including modules for MongoDb >> and CouchDb for example. >> > > Isn't that what Apache Gora already provides? > Thank you for the pointer, I need to dig

Re: Commons NoSQL

2015-11-23 Thread Nick Burch
On Sun, 22 Nov 2015, Gary Gregory wrote: Any thoughts on creating a JDBC for NoSQL? Including modules for MongoDb and CouchDb for example. Isn't that what Apache Gora already provides? Nick - To unsubscribe, e-mail: dev-unsub

Re: Commons NoSQL

2015-11-22 Thread Gary Gregory
OGM could work for log4j since we have known objects to marshall. I'll have to study it and see if there is underlying API as generally usefull as JDBC. Gary On Nov 22, 2015 7:22 PM, "Yair Zaslavsky" wrote: > Hi Gary, I'm kinda n00b and really don't participate in the group , but > isnt' there a

Re: Commons NoSQL

2015-11-22 Thread Yair Zaslavsky
Hi Gary, I'm kinda n00b and really don't participate in the group , but isnt' there a project that is led by Emanuel Brenard about? http://hibernate.org/ogm/ Is there going to be an adapter from OGM to your suggestion? How will you cope with the fact that there are several paradigms for no SQL? W