Sign inSign up

zohoanalytics/onprem

By zohoanalytics

•Updated 23 days ago

Zoho Analytics On-Premise is a business intelligence and analytics software

Image
11

10K+

zohoanalytics/onprem repository overview

⁠What is Zoho Analytics On-Premise?

Zoho Analytics On-Premise is a business intelligence and analytics software from Zoho Corporation. The application allows you to create visually appealing data visualizations and insightful dashboards in minutes. Run an automatic analysis of data from a variety of sources such as,

  1. Cloud databases
    Amazon RDS (Live Connect), Amazon Redshift (Live Connect), Microsoft Azure SQL, Google Cloud SQL, Heroku PostgreSQL etc.

  2. Local/on-prem databases
    MySQL, MS SQL, PostgreSQL, Oracle, MongoDB etc.

  3. Spreadsheets
    CSV, TSV, Excel files, and other spreadsheet formats.

  4. Cloud Storage
    Google Drive, One Drive, DropBox, and Box.

  5. Popular Business Apps
    Salesforce, Quickbooks, Hubspot, etc., with pre-built domain specific reports.

⁠Prerequisites

Before you start the docker container, create a directory on your server to store periodic backups of Zoho Analytics On-Premise. This will prevent data loss when the container is killed intermittently. In the following example, the backup directory is C:\Zoho\MyBackup.

To start your docker container, run the following command.

docker run -d -p 8443:8443 --platform=linux/amd64 -v C:\Zoho\MyBackup:/home/zaop/Zoho/Analytics/Backup --name=zaoponprem zohoanalytics/onprem:latest

In addition to starting the docker, this command does the following actions:

  1. Maps the ports 8443 of the docker container and the host server.
  2. Links the Zoho Analytics On-Premise backup folder to the folder C:\Zoho\MyBackup on the host server.

⁠Start and stop procedure

Change directory to /home/zaop/Zoho/Analytics/bin and use the following command to start the application

nohup sh app_ctl.sh run &

and, execute the command disown to remove jobs from the job table of the parent shell

disown

Use the following command from the /home/zaop/Zoho/Analytics/bin directory to stop the application

sh app_ctl.sh shutdown

⁠Application access

Once the application has started, you can access the application from a web-browser using the following URL/web address.

https://server IP address:8443 (replace server IP address with the IP address of the host server)

⁠Technical assistance

For questions, please email [email protected]⁠ or call +1 408 454 4202

Tag summary

Content type

Image

Digest

sha256:44ae1f8f7…

Size

3.3 GB

Last updated

23 days ago

docker pull zohoanalytics/onprem