I need to define some js codes and run them in the server side. I know how to run them thru the mongo shell but I need to do this programmatically. How can I do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use grails drivers like mongodb/gmongo. For example I use the MapReduceCommand to execute map/reduce command with Javascript syntax. Enjoy |
||||
|
|
|
After some Internet search, I ran into a PHP solution from http://pointbeing.net/weblog/2010/08/getting-started-with-stored-procedures-in-mongodb.html |
|||
|
|