Monday, October 24, 2011

A New Way to Visualize Big Data | CIO Blogs

Big data is an ocean of data flowing around us. It comes from social media, e-commerce, financial exchanges, supply chains, streaming video, twitter and the clickstream of two billion (soon to be four billion) people surfing the web and talking to each other at any given moment.

Social Sentiment Plugin Analyzes Twitter, Facebook in Real Time

From CmsWire:
Have you ever wanted to analyze the sentiment of your Twitter or Facebook content without having to employe some clunky, expensive application or widget? Look no further than ViralHeat’s new plugin for Chrome.


'via Blog this'

Friday, October 21, 2011

Pentaho tutorial

Working on the Entando/Pentaho integration I found this  etl-tools tutorials pages with a  lot of  real-life examples

InfoQ: Test automation and Continuous Delivery

InfoQ: Test automation and Continuous Delivery:
Software testing and verification needs a careful and diligent process of impersonating an end user, trying various usages and input scenarios, comparing and asserting expected behaviors. Directly, the words "careful and diligent" invoke the idea of letting a computer program do the job. Automating certain programmable aspects of your test suite thus can help software delivery massively...

Observer pattern

The essence of the Observer Pattern is to "Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically." GoF. Observer pattern is a subset of publish/subscribe pattern which allows a number of observer objects to see an event.

more on Alex Blog