{"name":"Chartbrew: Open-Source Platform for Live Reporting Dashboards","description":"Chartbrew is an open-source web platform designed for creating powerful, live reporting dashboards. It connects directly to various data sources like APIs, MongoDB, MySQL, and PostgreSQL. Users can build beautiful charts, organize them into editable dashboards, and embed them into other applications, making it a versatile tool for data visualization and monitoring.","github":"https://github.com/chartbrew/chartbrew","url":"https://osrepos.com/repo/chartbrew-chartbrew","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/chartbrew-chartbrew","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/chartbrew-chartbrew.md","json":"https://osrepos.com/repo/chartbrew-chartbrew.json","topics":["JavaScript","dashboard","data-visualization","analytics","api","open-source","charts","reporting"],"keywords":["JavaScript","dashboard","data-visualization","analytics","api","open-source","charts","reporting"],"stars":null,"summary":"Chartbrew is an open-source web platform designed for creating powerful, live reporting dashboards. It connects directly to various data sources like APIs, MongoDB, MySQL, and PostgreSQL. Users can build beautiful charts, organize them into editable dashboards, and embed them into other applications, making it a versatile tool for data visualization and monitoring.","content":"## Introduction\n\nChartbrew is an open-source web platform designed for creating powerful, live reporting dashboards. It allows users to connect directly to a wide array of data sources, including various APIs, MongoDB, Firestore, MySQL, and PostgreSQL. With Chartbrew, you can build beautiful charts, organize them into editable dashboards, and even embed them into other applications, offering a comprehensive solution for data visualization and monitoring.\n\n## Installation\n\nGetting Chartbrew up and running is straightforward, with options for local development and deployment.\n\n### Local Setup:\nTo set up Chartbrew locally, you will need NodeJS v20, MySQL (5+) or PostgreSQL (12.5+), and Redis (v6+).\n1.  Clone the repository:\n    sh\n    git clone https://github.com/chartbrew/chartbrew.git\n    cd chartbrew && npm run setup\n    \n2.  Configure environment variables in `chartbrew/.env`.\n3.  Run the frontend and backend in separate terminals:\n    sh\n    # frontend\n    cd client/\n    npm run start\n\n    # backend\n    cd server/\n    npm run start-dev\n    \n    Access the application at `http://localhost:4018`.\n\n### Docker Deployment:\nChartbrew also provides a Docker image for easy deployment. Ensure you have a MySQL server and an empty database ready.\nsh\ndocker pull razvanilin/chartbrew\n\ndocker run -p 4019:4019 -p 4018:4018 \\\n  -e CB_ENCRYPTION_KEY=your_32_bytes_key \\\n  -e CB_API_HOST=0.0.0.0 \\\n  -e CB_API_PORT=4019 \\\n  -e CB_DB_HOST=host.docker.internal \\\n  -e CB_DB_PORT=3306 \\\n  -e CB_DB_NAME=chartbrew \\\n  -e CB_DB_USERNAME=root \\\n  -e CB_DB_PASSWORD=password \\\n  -e CB_REDIS_HOST=host.docker.internal \\\n  -e CB_REDIS_PORT=6379 \\\n  -e CB_REDIS_PASSWORD=password \\\n  -e VITE_APP_CLIENT_HOST=http://localhost:4018 \\\n  -e VITE_APP_CLIENT_PORT=4018 \\\n  -e VITE_APP_API_HOST=http://localhost:4019 \\\n  razvanilin/chartbrew\n\nFor more detailed instructions, refer to the [official documentation](https://docs.chartbrew.com/quickstart){:target=\"_blank\"} and [Docker deployment guide](https://docs.chartbrew.com/deployment/run-on-docker){:target=\"_blank\"}.\n\n## Examples\n\nWith Chartbrew, you can:\n*   Build interactive and customizable charts from diverse data sources using its intuitive chart builder.\n*   Create dynamic and editable dashboards to monitor key metrics in real-time.\n*   Embed individual charts or entire dashboards into external websites or applications.\n*   Utilize the powerful query and requests editor to fetch and manipulate data before visualization.\n*   Collaborate with teams on dashboard creation and data analysis.\n\n## Why Use Chartbrew?\n\nChartbrew stands out as an excellent choice for several reasons:\n*   **Open-Source Flexibility:** Being open-source, it offers transparency, customization, and the ability to self-host, giving you full control over your data and infrastructure.\n*   **Broad Data Source Compatibility:** It supports a wide range of databases and APIs, making it highly adaptable to various tech stacks.\n*   **Comprehensive Feature Set:** From a robust chart builder to editable dashboards, embeddable charts, and team capabilities, Chartbrew provides all the tools needed for effective data visualization.\n*   **Active Community:** With active discussions and a Discord channel, users can find support and contribute to its ongoing development.\n\n## Links\n\n*   [GitHub Repository](https://github.com/chartbrew/chartbrew){:target=\"_blank\"}\n*   [Official Website](https://chartbrew.com){:target=\"_blank\"}\n*   [Documentation](https://docs.chartbrew.com){:target=\"_blank\"}\n*   [Discord Community](https://discord.gg/KwGEbFk){:target=\"_blank\"}\n*   [GitHub Discussions](https://github.com/chartbrew/chartbrew/discussions){:target=\"_blank\"}","metrics":{"detailViews":4,"githubClicks":7},"dates":{"published":null,"modified":"2025-10-21T19:01:13.000Z"}}