ujjwalt / OVG

Open Volunteer Grid - for the Unisys Cloud 20/20 4.0
0 stars 1 forks source link

Can you please explain how server is NoSQL system? So much effort I made to test and install different sql library!! #7

Closed karimkhanp closed 11 years ago

ujjwalt commented 11 years ago

Yes but at the last moment I realised that this system is better modelled as a NoSQL system. It's more scalable and also the Go driver for MongoDB (a NoSQL database) is one of the best Go database drivers out there. I know you spent a lot of time working on this but it's fine. It happens to all of us where we spend a lot of time doing something and realise our approach was wrong. There's no reason to get upset about it.

karimkhanp commented 11 years ago

Are I was just kidding, that's not an issue about an effort, it was learning experience! I will see MongoDB you just tell me about server with nosql? It will contain function you described into wiki page right which will be called by client right?

ujjwalt commented 11 years ago

Ya the server will provide that api to the clients.

ujjwalt commented 11 years ago

Check out mgo and the drivers on the MongoDB driver page