Fyi http://www.mongodb.org/display/DOCS/Server-side+Code+Execution#Server-sideCodeExecution-Storingfunctionsserverside
Regards, Ryan Schipper On 26/01/2012, at 9:39 AM, Rakesh <[email protected]> wrote: > pretty sure there's no concept of stored procs with MongoDb. > > On 25 January 2012 21:50, Ryan Schipper <[email protected]> wrote: >> I'm not familiar with MongoDB, but if it was an Oracle database I'd be >> writing a stored procedure in PL/SQL. The proc would run on the target >> DB and perform remote selects on the source. >> >> Are remote connection capability common in this brand new NoSQL world? >> >> Regards, >> >> Ryan Schipper >> >> On 26/01/2012, at 8:04 AM, Rakesh <[email protected]> wrote: >> >>> Hi, >>> >>> I need to develop an app that will take data in one database and >>> transform it and put it into another database. >>> >>> The databases are MongoDb storing JSon data. >>> >>> I could just do it in Java, converting the Json in Java objects, >>> transform them and then convert the resulting objects back into JSon >>> for inserting into the other database. >>> >>> Anyone have any ideas for doing it any other way? The requirements: >>> >>> 1. Developed using proper tooling - none of this Vi/Emacs/Non-GUI >>> crap. I use IntelliJ. >>> 2. Needs to be unit testable >>> 3. Performance is key >>> >>> >>> Thanks >>> >>> Rakesh >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "The Java Posse" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/javaposse?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "The Java Posse" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/javaposse?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
