Category: Node.js

Docker, Node.js

Microservices PoC: A Docker Calculator Pt.2

In my previous Microservices PoC post, I attempted to use a calculator to conceptualize microservices. The premise was to look at the calculator as a monolithic application and then break it down into discrete services. The focus was on the Add, Subtract, Multiply, and Divide functions and deploying them in separate docker containers thus creating …

Database, Docker, Node.js, Oracle, oracledb

Deploy node-oracledb with Official Instant Client Image

A few days ago, I started building a PoC with the Oracle DB 12.1 and Oracle Instant Client. My goal was to deploy each component to separate and see if I could access the DB from the OIC container. Now to take it a step further. Adding the node-oracledb driver to enable Node.js interaction with …

Related Posts Plugin for WordPress, Blogger...