Sign inSign up

izendainc/izenda-bi

By izendainc

Updated about 4 years ago

A Standalone BI Portal (UI + API) of Izenda Series 7

Image
0

10K+

izendainc/izenda-bi repository overview

Standalone BI Portal (UI + API) of Izenda Series 7

This Linux Docker image provides single running environment including both Izenda BI web UI and API.

Supported OS

  • Linux/Mac OS

Prerequisite

  • Docker

Environment Variables

  • CONSTRING: set the Izenda configuration database connection string
  • DB: set the database type. It accepts the values of mssql (default), azuresql, mysql, oracle, postgre.
  • APIURL: set the Izenda API url. Its default value is "http://localhost:4001/api/". It must be set to the appropriate port if not using 4001 for API port mapping

How to run

Run Docker container with default env values

Run Izenda BI application that exposes web site at port 4000 and api at port 4001. Browse the app via http://localhost:4000.

docker run -it --rm -p 4000:4000 -p 4001:4001 izendainc/izenda-bi
Run Docker container with custom env values

Run Izenda BI application that exposes web site at port WebsitePort and api at port APIPort. Browse the app via http://localhost:WebsitePort.

The Izenda BI application immediately uses supplied CONSTRING and DB to connect to Izenda configuration database without asking system admin to enter the connection string at the first setup step.

docker run -it --rm -e CONSTRING="Izenda DB connection string" -e DB="DB type" -e APIURL="Izenda API Url" -p WebsitePort:4000 -p APIPort:4001 izendainc/izenda-bi

Tag summary

Content type

Image

Digest

Size

403.8 MB

Last updated

over 5 years ago

docker pull izendainc/izenda-bi