Skip to main content

Vinothkumar Sathiyamoorthi

Blogs from this Author

Graph Model with Gremlin

Graph Theory: A graph is a pictorial representation of a set of objects where some pairs of objects are connected by links. The interconnected objects are represented by points termed as vertices, and the links that connect the vertices are called edges. Formally, a graph is a pair of sets (V, E), where V is […]

MongoDB Integration in Datastage

MongoDB is an open-source non structured query language database that provides high performance, high availability and automatic scaling. In this blog, let’s see how to load data into MongoDB through the IBM Datastage tool by using the Java Integration stage.   Pre-Requisites: Install Eclipse tool MongoDB requires a java jar file with the below code Jar […]

Traversing Unstructured Data in Datastage

What is Unstructured Data? Unstructured data is an information that does not have a predefined data model or does not fit well into relational tables. It is broadly classified into two types Non-Textual unstructured data is a multimedia data like still images, videos, and MP3 audio files Textual unstructured data are like email messages, instant […]