Demo: Oracle Database Continuous Query Notification in Node.js

#ICYMI: Native Oracle Database Continuous Query Notification (CQN) code has landed in the node-oracledb master branch on GitHub. If you want to play with it, but don’t want to wait for the next binary node-oracledb release, you can compile node-oracledb yourself and play with this demo.

Some of you may already be using CQN via its PL/SQL APIs. The new, native support in node-oracledb makes it all so much nicer. Check out the development documentation for connection.subscribe() and the “user manual.” There are a couple of examples cqn1.js and cqn2.js available, too. https://goo.gl/pUvajj #DataIntegration #ML