Modified Friday 30-08 10:08
A Left Outer is a join that shows: All data from the left table and any data that matches the join predicate with the right table. In some databases, LEFT JOIN is called LEFT OUTER JOIN. Causes the data of the shared records found in the second...
Modified Friday 30-08 10:08
The term large object (LOB) refers to a data item that is too large to be stored directly in a database table. Instead, a pointer is stored in the database table, which points to the location of the actual data: ie: a file in the local file system...
Created Friday 30-08 10:11
ansible-pull is command line client that runs playbook in a pull way (ie on the localhost) whereas ansible-playbook will run them in a push way. It is a small script that will checkout a repo of configuration instructions from git, and then run ansible-playbook...
Always keep one hand firmly on data, Amos liked to say.
Data is what set psychology apart from philosophy, and physics from metaphysics.
Developing a data warehouse means assembling a lot of subsystems in order to create a whole and coherent data application.
Discovers the 34 Kimball Subsystems and drill down to discover them
Data processing has changed a lot since 1940 :) and luckily, we are not using punch card anymore.
Stream processing is becoming the norm in data integration task while batch processing stays the king in data analysis.
ENIAC, 1946The first fully electronic digital computer
Dimensional Data Modeling permits you to model a (hyper)cube and analyse a process through different perspective. You define dimensions, measures and metrics.
Most programs process some input to produce some output; that’s pretty much the definition of computing.
A Function is the basic block of all reusable code component. It is also becoming the central component of any serverless architecture.
Knowledge isn't free. You have to pay attention.
The table format (known also as a relation) is the most important data structure used in data analysis. Did you know that its name originate from the medieval counting table ?
Education isn't something you can finish.