Welcome to Hands-on Big Data!

April 27, 2019

Welcome to my new blog about Big Data from a practice perspective. This blog aims to be a journey about what we can achieve with Big Data using examples and facing new challenges. Behind this buzz word that everyone is talking about, there is a mysticism. Everyone knows that is important and is changing the world, but not so much about how is working and what it can do for us.
Well, using a old-fashion approach as a blog, I would like to take you through a journey on Big Data, and show you why this is game changer.

def hello_big_data(name)
  print("Hi " + name + ", welcome to the big data world!")
end
hello_big_data('<your name>')