On 25/10/2013 10:04 AM, Ze'ev Atlas wrote:
Hi all
Is there currently a way to access MongoDB from z/OS LE languages?

It should be simple enough to build a client. There are many http://docs.mongodb.org/ecosystem/drivers/. Of course, that's for accessing MongoDB running off the mainframe. I'm interested to know why you would want to do that?

Porting MongoDB to z/OS is non-trivial as it requires a JavaScript engine, either V8 or SpiderMonkey. Porting either of those is a huge amount of work, although it would be fantastic if somebody could. It requires writing a JIT compiler, so I'm sure IBM have to tech from Java to do that. The current crop of next gen dynamic scripting language JITs like V8 JavaScript or LuaJIT are as fast as Java and not too far off C, and dirt easy to write code in.

ZA

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to