January 21, 2016

Business Intelligence - Comparision Matrix

-->
BI ProductTableau Qlik- QlikViewSASMicrostrategy
Company Tableau SoftwareQlikTechSAS InstituteMicrostrategy
Product URLhttp://www.tableau.com/http://www.qlik.com/https://www.sas.com/www.microstrategy.com
SegmentLeadersLeadersLeadersLeaders
STRENGTHSUsers can leverage the power of Self Service analytics with cool visualizations, drangging and dropping objects, measures and dimensions.Scripting has ablity to make clean data and do best data modelling. Patent associative tecnology.
Schema & SQL Engine uniqueness
WEAKNESSESData integration can be quite complex and without a clean data source the software isn't much use.GUI is sill not good as compared to Tableau or Qlik Sense
Development is not good in Desktop & Web and many options miss in web.
Deployment Platforms WindowsWindowsWindows,LinuxWindows,Linux
Self-service toolsYesYesYesYes
MobilityYesYesYesYes

No comments:

Creating DataFrames from CSV in Apache Spark

 from pyspark.sql import SparkSession spark = SparkSession.builder.appName("CSV Example").getOrCreate() sc = spark.sparkContext Sp...