Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Superset | 55,482 | 21 | 21 hours ago | 6 | April 18, 2023 | 1,666 | apache-2.0 | TypeScript | ||
Apache Superset is a Data Visualization and Data Exploration Platform | ||||||||||
Metabase | 35,056 | 21 hours ago | 1 | June 08, 2022 | 3,477 | other | Clojure | |||
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: | ||||||||||
Awesome Business Intelligence | 1,862 | a month ago | 11 | mit | ||||||
Actively curated list of awesome BI tools. PRs welcome! | ||||||||||
Tellery | 350 | 3 days ago | 19 | apache-2.0 | TypeScript | |||||
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. | ||||||||||
Widestage | 264 | 2 years ago | 26 | gpl-3.0 | JavaScript | |||||
Lightweight Open Source Business Intelligence and reporting tool for mongodb, postgresql, Mysql, MS sql, oracle, & google bigQuery allow users create their own reports just dragging and dropping, widestage also has a data governance layer AKA semantic layer | ||||||||||
Helicalinsight | 256 | 10 months ago | 19 | apache-2.0 | Java | |||||
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. | ||||||||||
Databazel | 116 | 5 years ago | 13 | agpl-3.0 | JavaScript | |||||
The analytical and reporting solution for MongoDB | ||||||||||
Nbi | 102 | 6 | 5 | 4 months ago | 312 | August 10, 2023 | 160 | apache-2.0 | C# | |
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks. | ||||||||||
Reporting Services Examples | 99 | a year ago | mit | Visual Basic .NET | ||||||
:closed_book: Various example reports I use for SQL Server Reporting Services (SSRS) as well as documents for unit testing, requirements and a style guide template. | ||||||||||
Metabase Firebird Driver | 22 | 5 months ago | 2 | mit | Clojure | |||||
A plugin that allows Metabase to connect to FirebirdSQL databases. |
Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.
Take a tour of Metabase.
Metabase can be run just about anywhere. Check out our Installation Guides.
In order to spin up a development environment, you need to start the front end and the backend as follows:
The following command will install the Javascript dependencies:
$ yarn install
To build and run without watching changes:
$ yarn build
To build and run with hot-reload:
$ yarn build-hot
In order to run the backend, you'll need to build the drivers first, and then start the backend:
$ ./bin/build-drivers.sh
$ clojure -M:run
For a more detailed setup of a dev environment for Metabase, check out our Developers Guide.
We want Metabase to be available in as many languages as possible. See which translations are available and help contribute to internationalization using our project over at POEditor. You can also check out our policies on translations.
Hit our Query API from Javascript to integrate analytics. Metabase enables your application to:
Check out our guide, Working with the Metabase API.
See SECURITY.md for details.
This repository contains the source code for both the Open Source edition of Metabase, released under the AGPL, as well as the commercial editions of Metabase, which are released under the Metabase Commercial Software License.
See LICENSE.txt for details.
Unless otherwise noted, all files © 2023 Metabase, Inc.
If you’d like more technical resources to set up your data stack with Metabase, connect with a Metabase Expert.