Multi-Language Pipeline using Apache Beam

Nearly every big data processing framework supports SDKs in multiple languages and often those SDKs will have differences in the supported features and transformations. It is a challenge for SDK developers to keep the quality and performance of software consistent across programming languages they would like to support. Similarly the data engineers will need to […]

Two cool features of SQLcl

Oracle SQLcl (Command Line interface) offers many developer friendly features. The detail about this utility and a complete list of features can be found at it’s documentation site . Among these, I find ‘alias’ and ‘repeat’ particularly useful as it allows me to easily build adhoc monitoring utilities that we so often need. And I […]

Python API for OPC Storage Cloud

Oracle Public Cloud offers Storage services in the form of Block Storage, Object Storage and Archive Storage. Block Storage is primarily used  by Virtual Machines, Database, Java and other services that require reading from and writing to filesystems. Block Storage optimizes storage for IOPS and offers POSIX compliant file system. Object Storage  storage data in a flat […]