All Projects β†’ mprove-io β†’ Mprove

mprove-io / Mprove

Licence: apache-2.0
Open source Business Intelligence tool πŸŽ‰

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Mprove

Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+21565.09%)
Mutual labels:  analytics, business-intelligence, metrics, data-visualization, dashboard
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Stars: ✭ 20,147 (+9403.3%)
Mutual labels:  analytics, bigquery, business-intelligence, dashboard
Abixen Platform
Abixen Platform
Stars: ✭ 530 (+150%)
Mutual labels:  analytics, business-intelligence, data-visualization, dashboard
tellery
Tellery lets you build metrics using SQL and bring them to your team. As easy as using a document. As powerful as a data modeling tool.
Stars: ✭ 219 (+3.3%)
Mutual labels:  bigquery, analytics, metrics, business-intelligence
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company πŸ˜‹
Stars: ✭ 26,803 (+12542.92%)
Mutual labels:  analytics, business-intelligence, data-visualization, dashboard
Databazel
The analytical and reporting solution for MongoDB
Stars: ✭ 118 (-44.34%)
Mutual labels:  analytics, data-visualization, dashboard
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) πŸ“ˆπŸ“Š
Stars: ✭ 199 (-6.13%)
Mutual labels:  analytics, data-visualization, dashboard
Metatron Discovery
Powerful & Easy way for big data discovery
Stars: ✭ 297 (+40.09%)
Mutual labels:  business-intelligence, data-visualization, dashboard
Just Dashboard
πŸ“Š πŸ“‹ Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+612.74%)
Mutual labels:  business-intelligence, data-visualization, dashboard
Poli
An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights.
Stars: ✭ 1,850 (+772.64%)
Mutual labels:  business-intelligence, data-visualization, dashboard
Swiv
For the open source UI formerly know as Pivot
Stars: ✭ 165 (-22.17%)
Mutual labels:  analytics, business-intelligence, dashboard
Cboard
An easy to use, self-service open BI reporting and BI dashboard platform.
Stars: ✭ 2,795 (+1218.4%)
Mutual labels:  business-intelligence, data-visualization, dashboard
Helicalinsight
Helical Insight software is world’s first Open Source Business Intelligence framework which helps you to make sense out of your data and make well informed decisions.
Stars: ✭ 214 (+0.94%)
Mutual labels:  business-intelligence, data-visualization, dashboard
Promcord
πŸ“Š Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-81.6%)
Mutual labels:  analytics, metrics, data-visualization
Tabix
Tabix.io UI
Stars: ✭ 1,152 (+443.4%)
Mutual labels:  business-intelligence, data-visualization, dashboard
Kirby Matomo
Matomo integration for Kirby, in both your panel and templates. Kirby 3 only.
Stars: ✭ 103 (-51.42%)
Mutual labels:  analytics, metrics, dashboard
Superset
Apache Superset is a Data Visualization and Data Exploration Platform
Stars: ✭ 42,634 (+20010.38%)
Mutual labels:  analytics, business-intelligence, data-visualization
Cube.js
πŸ“Š Cube β€” Open-Source Analytics API for Building Data Apps
Stars: ✭ 11,983 (+5552.36%)
Mutual labels:  analytics, bigquery
Influxdb Ui
🐎 A simple UI for InfluxDB
Stars: ✭ 117 (-44.81%)
Mutual labels:  analytics, metrics
Dashboards
Responsive dashboard templates πŸ“Šβœ¨
Stars: ✭ 10,914 (+5048.11%)
Mutual labels:  analytics, dashboard

Mprove

Demo | Docs | Website

Mprove - SQL analytics with data modelling layer. Inspired by ❀️ Looker.

Supported databases:

  • Google BigQuery
  • PostgreSQL

Deploy on server with https

Docker and Docker compose must be installed. DigitalOcean docker droplet fits well.

Open server ports 80, 443.

Create folders on server:

mkdir -p /mprove_data/db/mysql
mkdir -p /mprove_data/backend
mkdir -p /mprove_data/backend/bigquery_credentials
mkdir -p /mprove_certs
mkdir -p /mprove-deploy-docker

Put your SSL certificate cert.pem and key.pem files to mprove_certs folder.

Copy mprove/deploy/docker/ce-prod/docker-compose.yml to /mprove-deploy-docker/ folder.

Create .env file in /mprove-deploy-docker/ folder. Fill in your values:

MPROVE_CE_RELEASE_TAG=

MYSQL_ROOT_PASSWORD=
MYSQL_DATABASE=my_db

BACKEND_DROP_DATABASE_ON_START=FALSE
BACKEND_JWT_SECRET=
BACKEND_FIRST_USER_EMAIL=
BACKEND_FIRST_USER_PASSWORD=
BACKEND_REGISTER_ONLY_INVITED_USERS=TRUE
BACKEND_SEND_EMAIL_FROM="Name" <[email protected]>

BACKEND_NODEMAILER_TRANSPORT= 

BACKEND_MAILGUN_ACTIVE_API_KEY= 
BACKEND_MAILGUN_DOMAIN= 

BACKEND_SMTP_HOST=smtp.gmail.com
BACKEND_SMTP_PORT=465
BACKEND_SMTP_SECURE=TRUE 
BACKEND_SMTP_AUTH_USER=***@gmail.com
BACKEND_SMTP_AUTH_PASSWORD=******

MPROVE_CE_RELEASE_TAG - see Mprove releases
BACKEND_JWT_SECRET - random string (recommended min length - 32 characters)
BACKEND_SEND_EMAIL_FROM - replace with your data

BACKEND_NODEMAILER_TRANSPORT - "SMTP" or "MAILGUN" (Mailgun is email delivery service with free tier)

Run:

docker-compose up -d

License

Mprove is distributed under Apache 2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].