Can I get help with connecting node based client with the IRIS DB?
Can I get help with connecting a node-based client with the IRIS DB? Need the same for firing queries with node-based Cypress framework ?
Comments
NodeJS support for IRIS exists, but too limited, the new version is still on the way, and I have no idea when it comes
But, as I see this thing is a testing engine, what exactly do you want to see from this connectivity with IRIS?
Probably it does not require anything specifically for IRIS, and can be used in a common way
Thank you for your reply, Dmitry Maslennikov. Well, we just want to read some values from IRIS DB from the connectivity with IRIS. As we want to execute the query through javascript. Help would be appreciated!
Thanks @Dmitry Maslennikov for the link https://www.npmjs.com/package/intersystems-iris , will try with this and get back in case of any issue faced.
You should take a look at this alternative Open Source Node.js client for IRIS: mg_dbx:
https://github.com/chrisemunt/mg-dbx
It provides significantly better performance.
To use its synchronous APIs safely you need to look at either:
- QEWD: https://github.com/robtweed/qewd
- qoper8-fastify: https://github.com/robtweed/qoper8-fastify/blob/master/IRIS.md