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.

Reply via email to