Skip to main content

Brace yourself, The Big (Data) wave is here!!!

Dreamforce is almost over and Sanfransico is now busy getting back on its daily track. Dreamforce is huge, Salesforce enthuist travel from over the globe to Dreamforce. They spend 3 days in SFO listing to speakers like Hilary Clinton, Will.I.Am and ofcourse the one who started it all Marc Benioff. While the attendees are busy chocking the streets of SFO, there are millions like me who test the load balancing of their servers by streaming it live on the web. Lets look at some of the numbers they crunched at dreamforce over the year.


If you are in Salesforce ecosystem you already know this, then why am I telling you this again? Because the statistics matter. They matter for Sales team who breathe around their targets. They matter for companies that run on forecasts. And they matter for our economies to run smoothely. We are as good as the data we manage to track and the entire evolution of human happened because we learned to count.

The point being, Data is Big (see what I did there?) and as Marc Beneoff mentioned during his keynote, “Did you know 90% of the world’s data was created in the last two years? There’s going to be 10 times more mobile data by 2020, 19 times more unstructured data, and 50 times more product data by 2020.” Source

This is the data revolution we are living in. Between cat pictures, flash mobs and a lot of 'company' mentions on social media there is a tremendous amount of data to shift through and why does it matter? Because to find the needle in haystack you need to have the haystack in first place. We are living in broadcast revolution more and more people are broadcasting, tweeting, opiniating, judging companies, brands, employeers and someone should do something about it.

Way before the keynote Marc Benioff posted on Facebook, 'Catch a Wave.' And indeed there was a playground of Analytics cloud available on AppStore that could be downloaded. The first thing I did when I saw the post was googled, 'Analytics cloud trial'. After running here and there I realized that the iTunes app is a standalone app with standard set of data. So its a playground (like! the word).




The app consists of four app grouped neatly based on their dataset. Surpringly, there is no mention of the word 'Reports' which I believe is the origin of the idea. But then there is a suggestion that reports is something you print and is static while Wave is completely dynamic. It works offline and is dynamically updated.

Will I hit my target? Is the question many people have asked in the past and have been replied with tones to excel sheet, numbers. With the Wave, now the numbers are replaced with dynamic colorful text that summarizes information like Target, Closed Won, Pipeline etc. It also shows line chart region wise, summarizing the entire data in the most beautiful format. The data is what Salesforce has been generating for years now.

The App in itself has massive data-set but is limited in terms of functionlity. I wanted it to play around my fuzzy data in my org but that will take time. Patience is a virtue I have learned. Wave puts two things in place, one it is Mobile First as shown by the launch of the app and it plays around your data. And two, it is directly merged with Chatter. As I have previously stated Chatter is one big tool that will change the face of the industry as we know it.

I would have expected an Android version so that I could play with the data on the large OnePlus (review coming in a separate post). I can't wait to see what web enhancements wave brings to existing dashboards. Overall Wave seems like splashing out big time. This perhaps may not be a full fledged product out but is coming soon.

What do you think?

Sources:
http://www.businessinsider.com/salesforces-marc-benioff-explains-wave-2014-10
http://bluehillresearch.com/the-wave-breaks-and-the-analytics-cloud-is-revealed/
http://www.salesforce.com/analytics-cloud/overview/

Image credits: Salesforce.com




Comments

Popular Post

The unofficial guide to become a Certified Salesforce Administrator (ADM 201)

In my attempt at maximum certifications in 60 days, I completed Salesforce Certified Administrator exam on February 11th 2013 So you have decided to ramp up your career and take certifications in your hand. Good choice. It is also likely that this is the first time you have heard of Salesforce, certification and since your company has a vision of you completing the certification you have decided to do it. At this stage it is likely that, You have done extensive googling. You have received countless brain-dumps. And you have received plenty of advise from different types of users which ranges from Admin certification is easier than making coffee to Admin certification is tougher than building a rocket-ship to fly off to the moon. The purpose of this guide is to give you a clear understanding of what to expect when you are expected to become Certified Salesforce Administrator. To bring sense to all the things you have seen so far and to clearly explain what to do and what

Some PDF tricks on Visualforce: Landscape, A4, page number and more

The beauty of Visualforce is simplicity. Remember the shock you received when you were told the entire page renders as PDF if you just add renderAs=PDF to the Page tag. For those who thought I spoke alien language right now, here is the trick, to render a page as PDF, we add a simple attribute to the <apex: page> tag <apex: page renderAs='pdf'> This will render the entire page as PDF. Now, say we need to add some extra features to the PDF. Like a page number in the footer or we need to render the page in landscape mode. Faced with this problem, I put on my Indiana Jones hat and went hunting for it in the vast hay-sack of the internet (read: googled extensively). Imagine my happiness when i found a big big page with many big big examples to solve the problem. The document I am referring to is from W3C, paged Box media . Long story short, I now possess the ultimate secret of rendering the page in any format I want. So here are few tricks I learned from the p

The Basics of writing a Apex Trigger

One of the most important and common asked question on Forums and everywhere is how do I write a trigger. Coding in Apex Trigger is like going to a dentist for a root canal, you keep dreading the moment until you realize it is actually not going to hurt you. If you plan to write an Apex Trigger this quick guide will help you doing so. The first and foremost rule in writing a trigger is to remember the oldest suggestion given to the most comprehensive Hitchhikers Guide to Galaxy, ' Don't Panic. ' Writing a trigger is not a rocket science, in-fact we should thank the team at Salesforce and ForceDotCom for making everything so simple, that anyone can do it. Enough of talk, lets code. So you want to write a trigger. Let us have a glimpse of what we are going to build. The problem statement is as follows Problem:  When the User is entering the Opportunity, check for the Opportunity Amount. If the Opportunity Amount is greater than 50,000. Mark the Parent Account as