Re: Driver and Implementation of NoSQL

2015-10-28 Thread Ricardo Parada
I have to look it up and see what I can share. I have it in a git branch in a local repository. I will be getting back to this in the future as we will probably move forward with this. We have some tables that are huge and we want to start using Mongo DB to store that information. The tables out

Re: Driver and Implementation of NoSQL

2015-10-27 Thread Gino Pacitti
Hi Yes that sounds a interesting way to go… From what I understand about NoSQL it is not relational and there are a few types and deal with data access and retrieval in different ways: NoSQL Database Types • Document databases pair each key with a complex data structure known as a document. Do

Re: Driver and Implementation of NoSQL

2015-10-27 Thread Paul Yu
We should be able to formalize this with a framework then, right? Can you provide some mapping of how you did this? Paul > On Oct 27, 2015, at 12:12 PM, Ricardo Parada wrote: > > Hi Gino, > > Let me know if you hear of any. > > I can tell you about an attempt / workaround I did. I inserted m

Re: Driver and Implementation of NoSQL

2015-10-27 Thread Ricardo Parada
Hi Gino, Let me know if you hear of any. I can tell you about an attempt / workaround I did. I inserted my enterprise objects (EOs) into an editing context. Then I used some of the classes in the ERRest framework to serialize my object graph of enterprise objects into JSON. Then I used the Mo

Driver and Implementation of NoSQL

2015-10-26 Thread Gino Pacitti
Hi list Are there any blogs or papers on integrating WO/EOF with NoSQL and whether there are any special Drivers required. If NoSQL is not relational how does WO/EOF deal with Models with relationships? ___ Do not post admin requests to the list. The