Come for answers, stay for best practices. All we're missing is you.
Originally posted by: carao2020
Hi,
Could you please help how to Integrate ITX with MongoDB. Its mentioned that ITX 9.0.0.2 supports MongoDB. I couldnt find any samples.
Thanks in advance
Originally posted by: PaulBrett
I believe support is provided via the ODBC adapter, assuming you have a suitable ODBC driver.
Thank you.
Paul
Follow me on Twitter
Originally posted by: Laurent(Satisco)
Last time I installed a Launcher on Linux, there was a MongoDB adapter listed in the adapters
I stand corrected. ITX 9.0.0.2 does include a MongoDB adapter. There are zero examples and no documentation (that I can find).
Please open a PMR to get this corrected.
Documentation and a few working (verified) examples have been produced. These should be published soon.
I was lucky enough to be able to test these examples, and can confirm they work and get yo able to put/get data to/from MongoDB like a charm
Hi Paul,
Thank you very much. Could you share the link for the examples.
As we are using GridFS instead of MongoDB, we are integrating with GridFS by calling GrisFS Java client adapter through JEXIT call. Kindly clarify if GridFS is also supported with the ITX Adapter.
Thanks.
Please raise a PMR to get the examples.
You would also need to raise a PMR to get examples of how to use maps to work with GridFS. I believe you would need to replicate the steps taken by the GridFS API to retrieve and re-assemble all the chunks of a large file stored n MongoDB. ITX does not currently interface directly with the GridFS API.