In this blog we are going to cover a comparison of Open Source BI product Helical Insight with Open Source BI product Superset.

We would be covering on all points comparison. Where superset performs better and points where Helical Insight performs better, we would be covering an all honest review below
Helical Insight versus Superset / Preset BI Tool

DEPLOYMENT

  • Technology Stack: Helical Insight is built on Java and frontend is react. Whereas Superset is built on Python and JS HTML. Both Helical Insight and Superset are completely browser based products.

 

  • BI on Cloud Offering: Helical Insight is completely cloud compatible and can work on any cloud like AWS, Azure, GCP etc. However Helical Insight company does not provide any managed BI on cloud service as of now.

    However Preset is the superset offering on cloud.

 

  • Versions : Superset has the same version. Hence if you deploy and use it locally, then you don’t have to pay. Whereas if you use Superset cloud version (offered as Preset) then you will be paying. Though Preset seems to have some more additional features as compared to Superset.

    Whereas Helical Insight community version can also be hosted on client’s own servers and is completely free. While Helical Insight community version requires more technical expertise, the Superset free version is more easier to use as compared to Helical Insight community version.

 

  • Distribution: With support for options like Docker, kubernetes etc installation and distribution across various servers is possible with Helical Insight. The same is also supported by Superset by its community members.

DATA SOURCES LAYER

  • Number of datasources: The number of datasources supported by default by superset are higher than Helical Insight.

    Though Helical Insight does allows you to upload any custom JDBC driver also and then use it to connect and create any reports dashboards.

 

  • Data from different databases: Helical Insight, with it’s in-memory support (released from version 5.0 GA), allows you to connect more than one database at the same time, do a cross db join and create reports. Hence you can have data from more than one sources like Oracle, SQLServer etc and do a crossdb join and create reports. Helical Insight is in fact the only open source BI tool allowing you to do that.

    Superset does not allow you to do that. It can only create a report from a single table.

 

 

  • Data from two or more tables: If you want to create report wherein you want to do a join, that is possible in Helical Insight.

    However Superset allows reports creation from a single table only. Hence if you need to create report from more than one table, a SQLView needs to be written and then output of that will be used to create reports. Thus, SQLexpertise is always required. And also since reporting is done on top of a view, that also affects the performance.

 

  • Dynamic DB Switching: Helical Insight allows advanced options like allowing to switch the report dashboard based. Hence the report dashboard can switch to another DB/schema etc based on certain condition like organization name, role, profile value etc. This is not supported with Superset.

 

  • Middleware connection: Helical Insight can allow to connect to middlewares like Apache Drill, Dremio etc which can inturn connect to many other DBs also. Superset also allows to connect to Dremio and Drill.

 

 

REPORTING AND VISUALIZATION LAYER

  • Inbuilt visualizations: The number of by default visualizations supported by Superset are more compared to Helical Insight. Superset comes with multiple charts for various uses, including funnel chart, gauges, Radar charts, Timeseries charts, Pivot tables and tree charts also. It gives you a wide variety of charts which will cover most of situations. However, if you run into a situation where you need any different chart there is no possible way to add more chart to it.
    Helical Insight, on the other hand, gives you lots of options of charts which covers most of the scenarios like timeseries chart, pie chart, donut chart, table, pivot view, heatmap, stacked bar etc. Moreover, it allows you to add custom charts to the application as well. Thus, if you run into a situation where you need more visualization, you are covered.

    Hence as a end user, a client can themselves add more visualizations.

 

  • UI Driven Customization: The UI driven customizations at superset are limited, however Helical Insight provides much more UI driven customization options for the reports and dashboards.

 

  • Code at Report level: When you create visualizations, Helical Insight allows you to add certain HTML, CSS and JS code at report level. You can also specify when exactly this code will be executed. It can be executed at 4 levels i.e. Pre-Fetch (before SQLQuery gets executed), Pre-Execution (before SQLQuery gets executed), Post-Fetch (before SQLQuery gets executed), Post-Execution (before SQLQuery gets executed).

    Superset does not have that kind of flexibility.

 

  • Grid Chart: Tableau had introduced a grid kind of charting option wherein it has separate placeholder for rows and columns. Based on the fields dragged here, it creates a grid within which visualization gets created.

 

  • Drill Down, Drill Through & Interpanel Communication: Superset is highly inflexible in terms of allowing drill down, drill through and inter panel communication. Though there seems to be some work going on around that currently.

    Whereas Helical Insight supports drill down wherein you can click and see more granular data across a hierarchy or based on where we are clicking and what we pass. UI driven drill through is also supported wherein you can drill through to a granular data which can be of a different visualization type also. With interpanel communication, you can have a dashboard wherein you click on a chart and all other pieces of the dashboard can get updated. Helical Insight allows these kind of drill down, drill through, inter panel communication, from the UI drag drop interface itself.

 

  • Folder Concept: Superset does not have concept of folder. Everything is present in the same folder, hence organizing it tenant wise or role wise, managing it etc is always a very difficult task.

    Whereas Helical Insight has concept of folders, subfolders (which can go to any level), public folders etc. Hence saving, managing, sharing etc is much more easier task than superset.

 

  • Filtering Conditions Helical Insight provides exhaustive filtering conditions, cascading filtering options, options to control display and apply DBfunctions on display, show something and pass something else to SQL clauses, relative date filtering. Filtering conditions also depends a lot on the kind of data.

    Whereas Superset has got limited filtering conditions.

 

  • Advanced options while creating reports: Helical Insight has options like custom columns, hide, fetch and hide kind of options. These kind of options are not present in Superset.

 

 

DASHBOARD

  • Customizations on dashboard: Superset does not allow much customization on dashboards, only limited options are available. Whereas Helical Insight gives you a blank canvas for dashboard where you can create your own layout and design with all drags/drop or clicks. Alignments, Headers, border, shadow, background, grouping, images, text component is all available via front end UI driven options.

 

  • Code support at dashboard: Superset allows you to write custom CSS for any custom styling.

    Helical Insight also allows you to write HTML, CSS, Javascript for any specific component in the dashboard layer. Liquid template language support is also present at Helical Insight, thus allowing condition based styling based on filter values & session variables like username organization name etc. There is hardly any other BI product which is supporting liquid template language.

 

PERFORMANCE LAYER

  • As superset makes you create a view on top of which only reporting can be done, the performance is always in general low as compared to Helical Insight. Helical Insight allows you to create reports from any tables (from same DB or across any other DB also) using the joins and in-memory.
  • Helical Insight has got pagination at report level which loads the tabular data 10 by 10 records, thus allowing users to start viewing the reports. This helps in giving quick performance.
  • Both Helical Insight and Superset has caching which aids in enhancing performance.
  • Helical Insight and Superset, both allows implementation of BI at multiple load balancing servers.
  • Helical Insight, version 5.0 GA onwards, is also allowing support of cubes. Cubes will allow create custom calculations and save prebuilt calculations, thus allowing very high performance. This is not supported in Superset.
  • In-memory: When the data is more, helical insight can allow you to load the data into inmemory. Now the report creation happens from the local RAM memory, hence the performance can be extremely fast even with very huge amount of data. This is not supported in Superset.

DATA SECURITY

  • Authorization: Superset manage the authorization only via three roles Admin, alpha and gamma roles. There is no multi-tenant possibility, thus there is only limited use for this application. If you have clients who needs to have reporting, you cannot do anything with it.
  • Multi-tenancy: Multi-tenancy is not supported in Superset, but it is supported in Helical Insight.
EMBEDDING AND SINGLE SIGN ON LAYER

  • Embedding: Superset allows iframe method to integrate.

    Whereas Helical Insight provides multiple different methods to integrate like iframe, object tag, embed tag as well as a javascripting layer called embedJS. There are security issues when we integrate with iframe as well as there are responsiveness issues, so in those cases embedJS method can be used for integration.

 

  • Single Sign On: Superset allows SSO methods which includes JWT, token authentication methods, oAuth, oAuth 2.0.

    Helical Insight SSO support includes JWT, oauth, oauth 2.0, custom token based authentication mechanism, CAS, LDAP, ADFS. The JWT method can be further enhanced for any other methods like SAML, okta etc.

API SUPPORT

  • Superset supports a lot of APIs for its various UI driven functionalities.

    In a similar way Helical Insight has always had an API first approach. Each and every single functionality of Helical Insight is supported by APIs, thus allowing you to automate those tasks, recreate the frontend design and make use of backend.

EXTENSIBILITY

  • New chart addition : Both Helical Insight and Superset allows you to add any other visualization / create visualization and add it into it.
  • New DB driver support: Both Helical Insight as well as Superset allows you to make connection to any external DB which is by default not supported. Helical Insight is built on java, so you need to use JDBC driver followed by configuring the dialect file, whereas in case of Superset you need to upload the python driver followed by configuring the dialect file.
  • New db function: For every DB, there is a configurable DB XML file, so Helical Insight allows you to open that file and add more and more DBFunctions which can then be used from the frontned very easily. Whereas that is not possible in superset.
  • New aggregate functions: Similar to above, Helical Insight also allows you to add more aggregate functions, hence if your DB supports you can add more aggregate functions like Mean, Median, Mode, Std deviation etc. Whereas that is not possible with Superset.
  • Various configurable files :Helical Insight provides a lot of configurable XML files like settings.xml, cachce.xml, springsecurity.xml, validation.xml, web.xml etc which can be configured. In a similar way Superset also provides some configurable py files (in case if you install and use Superset on-prem, not the Preset)

OTHERS

  • Email scheduling :In superset this functionality of email scheduling is not possible in dashboard. It is only send link of the report dashboard, on which a user can click and view on web browser (after logging into Superset). Whereas Helical Insight allows to email and email schedule in which the report dashboard can be sent as attachment like CSV & Excel as data export, PDF PNG etc as snapshot export etc options.
  • Exporting : This is not possible in superset, though there seems to be some community developed code and efforts being done around it. However helical insight very well supports options like exporting in various format like pdf, excel, CSV etc.
  • Alerting and notification : Alerting when a SQL condition met supported on superset, but this is something which is right now not supported in Helical Insight.
CANNED REPORTING MODULE

  • Canned reporting can allow users to create pixel perfect multi-pager document kind of reports like invoices, salary slips, bank statements etc. Superset is only having support of dashboard but does not support canned reporting. Whereas Helical Insight supports both traditional canned reporting as well as drag drop based dashboarding and data visualization capabilities also.

NLP AND MACHINE LEARNING MODULE

  • Helical Insight is working on supporting Instant BI. This is something which will allow users to ask questions from their data in natural English language. Hence users can ask questions like “Show me revenue for last 3 months”, “Show me product wise sales in descending order” etc and automatically visualizations will get created. This will make entire process of analytics much more simpler.

    Superset does not support an NLP interface for reporting purposes.

 

  • Helical Insight is going to support various kind of inbuilt Machine Learning algorithms like regression, forecasting etc which can help in prediction. This is something not supported in Superset currently.
WORKFLOW MODULE

  • Helical Insight has a workflow module allowing to create custom workflows and use any internal API or external API inside the workflow. For example rather than email scheduling we want to password encrypt it and save it at S3. Or we want to refresh the cache as soon as an admin user logins. Or automatically creating a folder and saving all the reports in that folder, and then sharing with a new client which is onborded. All these are some basic examples of workflow, workflow can allow much more possibilities. Workflows will allow to create any kind of custom sequence of actions which can be conditional iterative sequential etc.

    Whereas Superset does not have any sort of workflow functionality.

TRAINING & SUPPORT

  • Support : When you purchase Helical Insight, you are immediately given access to a support portal on which you can raise tickets and assign their priority level. Every ticket is having an SLA within which it is resolved. There is no limit of tickets or questions that you may ask. The resolution is not only a text response on tickets, but also we engage in other ways like video conferencing, screen sharing and hand-holding and guiding wherever necessary.

    On the other hand with Preset you have email support only. There is no portal for you to track your tickets and see the timely resolution of your concerns.

    Whereas if you use Superset there is no support at all, you have to rely on your own technical expertise to fix or depend on other community members.

  • Training : We also provide the joint sessions with partners’ team and train them on the application and its usage. We additionally have proper documentations and even video tutorial for those who want to watch and learn. However, for Superset there is no training on the application other than online documentation.
COSTING

  • Helical Insight has a free community version. Similarly Superset is free if you install and manage and maintain at your own servers.
  • Helical Insight enterprise version comes with various flexible flat pricing options like perpetual one time payment options, distribution options, subscription options based on the deployment. So a client precisely knows how much their cost will be on BI irrespective of features, usage, users etc. Whereas Preset comes at $25 per user pricing, hence the BI license cost will keep on increasing as your business grows.

CUSTOM SERVICES AND DEVELOPMENT

  • At Helical, not only we can provide the product but we can also provide you professional services as well wherein we can help with creation of reports, dashboards, SSO, embedding, workflowsetc. Even a custom feature, if not present in Helical Insight, can also be developed by our team.

    You would not get professional services directly from Superset/Preset team.

WHITE LABELLING

  • Both Helical Insight and superset allows option to white label BI product.

CUSTOM NATIVE (ANDROID, IOS)

  • Both Helical Insight and superset does not have any native mobile apps.
LOCALIZATION

  • With Helical Insight, in whatever language the data is present it will appear in that language in reports and dashboards. Further whenever you are putting text headers or text components, over there also you can write in any language. However uploading a language pack which will convert the entire UI into another language is not present currently.

    However in superset there are options of setting configuration for different language via console. Language pack also will have to be created by the user and uploaded which is to be used.

Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered