Prerequisite :

  1. Java 8+ installed and JAVA HOME is set.
  2. Install apache tomcat 7+
  3. Need to have any one of the database server installed like Derby, MySQL, Postgres, MSSQL etc

 

Steps to Deploy HI application :

  1. Extract helicalinsight-ee-2.1.0.8049 RC1.jar file.
  2. Once you extract this you will find hi-repository.zip and hi-ee.war
  3. Unzip the hi-repository.zip file to extract hi-repository folder.

Note: Below is the URL of the blog contains a detailed description on How to deploy Helical Insight application in tomcat with MySQL. By default helical insight is installed with Jetty and Derby. Derby database is needed to hold all the user, roles, profiles kind of information. Rather than using MySQL you can also migrate to certain another database also.

Please refer this blog. You can contact us in case you find any difficulty while performing any of the steps:

https://www.helicalinsight.com/uncategorized/deploy-helical-insight-application-tomcat-mysql/

For first instance deployment :

  1. Copy that hi-ee.war file and paste it inside apache-tomcat/web apps folder.
  2. This will gets deployed and create hi-ee folder at the same location.
  3. Now Copy hi-repository which you have unzipped before.
  4. Paste this hi-repository folder at any location as per your wish

– In my case, I have created a folder called “FirstInstance” in C drive and pasted hi-repository inside it.

  1. Go to hi-repository/System/Admin folder.
  2. Open settings.xml
  3. Provide path of hi-repository inside <efwSolution></efwSolution> tags.

– In my case it will be C:\\FirstInstance\\hi-repository

  1. Provide application URL inside <BaseUrl></BaseUrl> tags.

– In my case, URL for first instance will be “http://localhost:8080/hi-ee/hi/html”

  1. Save this file and close it.
  2. Now create database “hiee” inside your database server. Your server can be anything like MySQL, Derby, MSSQL, Postgres etc.
  3. Now go to apache-tomcat/webapps/hi-ee/WEB-INF/classes folder.
  4. Open application-context.xml file.
  5. Edit the content in below tags as per your connection details of hiee database which you have created in your database server:
<bean id="dataSource" class="com.zaxxer.hikari.HikariDataSource" destroy-method="close">

<property name="username" value="hiuser"/>

<property name="password" value="hiuser"/>

<property name="driverClassName" value="com.mysql.jdbc.Driver"/>

<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/hiee"/>

</bean>

 

<prop key="hibernate.dialect">org.hibernate.dialect.MySQL5Dialect</prop>

 

  1. Save the file and close it.
  2. Open project.properties file from same location.
  3. Provide path to settings.xml, scheduling.XML (For scheduling.xml you can provide any path where this file will start creating as it doesn’t exist by default), Plugins folder path.
  4. Once done save the file and close it.
  5. Open log4j.properties from the same location
  6. Provide path to the location where you want to generate Helical Insight application logs inside appender.file.File tag.
  7. Save the file and close it.
  8. Go to apache-tomcat/webapps/hi-ee/WEB-INF/lib folder.
  9. In lib folder, Download and add JDBC driver of a database in which you have created hiee database.
  10. Restart tomcat application.
  11. You will be able to access the first instance using below URL :

“http://localhost:8080/hi-ee”

For Second instance deployment :

  1. Rename hi-ee.war file which is present in your extracted location (From where you have extracted .jar file) with some other name like hi-eeV2.war etc.
  2. Copy that hi-eeV2.war file and paste it inside apache-tomcat/web apps folder.
  3. This will gets deployed and create hi-eeV2 folder at the same location.
  4. Now Copy hi-repository which you have unzipped before.
  5. Paste this hi-repository folder at any location as per your wish

– In my case, I have created a folder called “SecondInstance” in C drive and pasted hi-repository inside it.

  1. Go to hi-repository/System/Admin folder.
  2. Open settings.xml
  3. Provide path of hi-repository inside <efwSolution></efwSolution> tags.

– In my case it will be C:\\SecondInstance\\hi-repository

  1. Provide application URL inside <BaseUrl></BaseUrl> tags.

– In my case, URL for first instance will be “http://localhost:8080/hi-eeV2/hi/html”

  1. Save this file and close it.
  2. Now create database “hieeV2” inside your database server. Your server can be anything like MySQL, Derby, MSSQL, Postgres etc.
  3. Now go to apache-tomcat/webapps/hi-eeV2/WEB-INF/classes folder.
  4. Open application-context.xml file.
  5. Edit the content in below tags as per your connection details of hieeV2 database which you have created in your database server:
<bean id="dataSource" class="com.zaxxer.hikari.HikariDataSource" destroy-method="close">

<property name="username" value="hiuser"/>

<property name="password" value="hiuser"/>

<property name="driverClassName" value="com.mysql.jdbc.Driver"/>

<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/hieeV2"/>

</bean>

 

<prop key="hibernate.dialect">org.hibernate.dialect.MySQL5Dialect</prop>
  1. Save the file and close it.
  2. Open project.properties file from same location.
  3. Provide path of settings.xml, scheduling.xml (For scheduling.xml you can provide any path where this file will start creating as it doesn’t exist by default), Plugins folder path.
  4. Once done save the file and close it.
  5. Open log4j.properties from same location
  6. Provide path of location where you want to generate Helical Insight application logs insideappender.file.File tag.
  7. Save the file and close it.
  8. Go to apache-tomcat/webapps/hi-eeV2/WEB-INF/lib folder.
  9. In lib folder, Download and add JDBC driver of database in which you have created hiee database.
  10. Restart tomcat application.
  11. You will be able to access first instance using below URL :

“http://localhost:8080/hi-eeV2”

  1. This is how you can created 2 or more separate instances which are running simultaneously.
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