2.0.5 • Published 3 days ago

aesirx-bi-app v2.0.5

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
3 days ago

AesirX BI

AesirX BI is our Open Source Business Intelligence as a Service (BIaaS) Solution

It allows you to successfully gain legal 1st-party data insights for your business across multiple platforms and devices.

Safeguard your data and your customers' privacy with our Web Analytics solution (a Google Analytics alternative) that’s fully GDPR compliant and built on privacy by design; AesirX BI enables data-driven marketing in a privacy-first world.

Designed for easy integration, all data is collected through the AesirX JS Data Collector which is installed 1st-party on your website or application.

Find out more in https://bi.aesirx.io

Setup instructions

Setup the 1st party server

Follow the instructions in: https://github.com/aesirxio/analytics-1stparty/tree/master

Setup the Analytics JS Collector

Follow the instructions in: https://github.com/aesirxio/analytics/tree/master

Configure this project (for development)

  1. Rename the .env.dist file to .env.
  2. Replace the REACT_APP_BI_ENDPOINT_URL in the .env file with the link to your 1st party server for AesirX Analytics.
  3. Replace the REACT_APP_DATA_STREAM in the .env file with the name and domain to the your data-stream endpoint.
  4. Replace the REACT_APP_DEFAULT_USER in the .env file with the user that you want to set for Login.
  5. Replace the REACT_APP_DEFAULT_PASSWORD in the .env file with the password that you want to set for Login.

yarn dev

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

yarn build

Get a full build and install it in your favorite web server.

Dockerize

Production

docker compose -f "docker-compose.yml" up -d --build