{"id":15060685,"url":"https://github.com/mprove-io/mprove","last_synced_at":"2026-01-18T12:27:19.691Z","repository":{"id":34439869,"uuid":"173731695","full_name":"mprove-io/mprove","owner":"mprove-io","description":"Open Source Self-service Business Intelligence with Version Control :tada:","archived":false,"fork":false,"pushed_at":"2026-01-15T17:50:38.000Z","size":35985,"stargazers_count":327,"open_issues_count":0,"forks_count":27,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-01-15T20:16:01.593Z","etag":null,"topics":["analytics","bigquery","business-intelligence","clickhouse","dashboard","data-visualization","looker","metrics","postgresql","snowflake"],"latest_commit_sha":null,"homepage":"https://mprove.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mprove-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-04T11:24:39.000Z","updated_at":"2026-01-15T17:38:09.000Z","dependencies_parsed_at":"2023-02-17T23:15:56.271Z","dependency_job_id":null,"html_url":"https://github.com/mprove-io/mprove","commit_stats":null,"previous_names":[],"tags_count":161,"template":false,"template_full_name":null,"purl":"pkg:github/mprove-io/mprove","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprove-io%2Fmprove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprove-io%2Fmprove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprove-io%2Fmprove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprove-io%2Fmprove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mprove-io","download_url":"https://codeload.github.com/mprove-io/mprove/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprove-io%2Fmprove/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","bigquery","business-intelligence","clickhouse","dashboard","data-visualization","looker","metrics","postgresql","snowflake"],"created_at":"2024-09-24T23:02:58.866Z","updated_at":"2026-01-18T12:27:19.677Z","avatar_url":"https://github.com/mprove-io.png","language":"TypeScript","funding_links":[],"categories":["Integrations"],"sub_categories":["Data Visualization and Analysis"],"readme":"# Mprove\n\n[Website](https://mprove.io) | [Docs](https://docs.mprove.io)\n\nMprove is an Open Source Business Intelligence with [Malloy Semantic Layer](https://www.malloydata.dev/)\n\n## Deploy to Kubernetes cluster using Helm Chart\n\nSee README in [mprove-helm-charts](https://github.com/mprove-io/mprove-helm-charts)\n\n## Deploy using docker-compose (MacOS / Linux / Windows WSL)\n\n#### 1. Clone github repo to local `mprove` directory\n\n```\ngit clone https://github.com/mprove-io/mprove.git\n```\n\n#### 2. Change directory to `mprove`\n\n```\ncd mprove\n```\n\nIf you open the directory in VS Code, you will be prompted to run Devcontainer.\nIf you run Devcontainer, you will not be able to run Docker and Docker Compose images inside Devcontainer.\nDevcontainer is for development only.\n\n#### 3. Create `mprove_data` directory\n\n```\nchmod +x scripts/create-mprove-data.sh\nscripts/create-mprove-data.sh\n```\n\n#### 4. Run script to create \".env\" file with generated values\n\n```\nchmod +x scripts/create-env.sh\nscripts/create-env.sh\n```\n\n#### 5. Modify `.env`\n\nSet most recent Mprove release tag from https://github.com/mprove-io/mprove/releases\n\n```\nMPROVE_RELEASE_TAG=\n```\n\nSet your real email address. You may need it later to receive transactional emails (for example, to change your password).\n\n```\nBACKEND_MPROVE_ADMIN_EMAIL=\n```\n\nChange your initial password if necessary. Later changes can only be done through web interface (by sending an email).\n\n```\nBACKEND_MPROVE_ADMIN_INITIAL_PASSWORD=\n```\n\nSet SMTP parameters to be able to send transactional emails (required if you need to invite more users or change passwords).\n\n```\nBACKEND_SMTP_HOST=\nBACKEND_SMTP_AUTH_USER=\nBACKEND_SMTP_AUTH_PASSWORD=\nBACKEND_SEND_EMAIL_FROM_ADDRESS=\nBACKEND_SEND_EMAIL_FROM_NAME=\n```\n\n#### 6. Run docker images\n\n```\ndocker-compose up --pull db calc-postgres valkey backend blockml disk front\n```\n\n#### 7. Login\n\nOpen `http://localhost:3003` in Chrome.\n\nLogin using values from `.env` file environment variables:\n\n- `BACKEND_MPROVE_ADMIN_EMAIL`\n- `BACKEND_MPROVE_ADMIN_INITIAL_PASSWORD`\n\nContinue with [Quickstart Docs](https://docs.mprove.io/docs/quickstart).\n\n## License\n\nMprove is distributed under various [Licenses](https://github.com/mprove-io/mprove/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmprove-io%2Fmprove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmprove-io%2Fmprove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmprove-io%2Fmprove/lists"}