JavaScript Clojure HTML CSS Shell Objective-C Other
Switch branches/tags
Latest commit 49c85c5 Oct 10, 2017 @kdoh kdoh Webpack cleanup (#6124)
* fix css vars

* remove unused files
Permalink
Failed to load latest commit information.
.babel_cache Webpack! Jun 9, 2015
.github Remvoe typos in documentation Jun 18, 2017
OSX Rework pw reset to stop main task. Remove H2 AUTO_SERVER mode and 60s… Oct 6, 2017
bin Warn if xgettext not installed Oct 6, 2017
docs Improve Elastic Beanstalk VPC docs Oct 3, 2017
frontend Webpack cleanup (#6124) Oct 10, 2017
locales i18n more of the homepage strings Aug 21, 2017
resources Only show language setting if more than 1 locale. Only leave 'en' in … Oct 9, 2017
sample_dataset/metabase/sample_dataset Sort namespace decls in reset password and sample dataset code Apr 27, 2017
src/metabase fix linters 2 Oct 9, 2017
test/metabase Merge pull request #6000 from metabase/card-database-ids Sep 28, 2017
test_resources Rework DB sync tasks logic + add tests Aug 8, 2017
.babelrc Add support for jt i18n function for use in JSX Aug 23, 2017
.dir-locals.el Mongo test fixes Feb 1, 2017
.dockerignore use alpine as base image and subsequently fix npm build failures Mar 24, 2016
.editorconfig Add entry for .jsx files � Aug 24, 2016
.eslintrc Initial i18n implementation for frontend and backend Aug 21, 2017
.flowconfig Flesh out metabase-lib stubs, integrate documentation.js docs generator May 16, 2017
.gitignore locale.clj should not be .gitignored Oct 9, 2017
.gitmodules Don't use private/SSH remotes (e.x. git@github.com) because they brea… Nov 2, 2015
.lein-classpath custom leiningen tasks for running npm and gulp so that we can now ru… Mar 7, 2015
Dockerfile Update metabase-head jdk version to java 8 Jul 13, 2017
LICENSE-EMBEDDING.txt Separate embed entrypoint with licenses Mar 14, 2017
LICENSE.txt add exceptions for epl libraries Oct 25, 2015
Procfile Move build-uberjar to bin/build, remove redundant install commands from Oct 8, 2015
README.md Update README.md Sep 14, 2017
app.json Remove SMTP addon May 9, 2016
circle.yml Change the min node version from 8.4.0->6.7.0 Sep 14, 2017
jest.integ.conf.json Convert sql query / template tag test to Jest [ci e2e] Aug 10, 2017
jest.unit.conf.json Move jest tests under frontend/tests directory [ci e2e] Aug 8, 2017
package.json use jest spies / timers + remove sinon (#6127) Oct 10, 2017
project.clj Merge branch 'master' into i18n Oct 6, 2017
webpack.config.js Merge branch 'master' of github.com:metabase/metabase into i18n Aug 23, 2017
yarn.lock use jest spies / timers + remove sinon (#6127) Oct 10, 2017
zen.md actual content Mar 18, 2016

README.md

Metabase

Metabase is the easy, open source way for everyone in your company to ask questions and learn from data.

Metabase Product Screenshot

Latest Release GitHub license Circle CI Leiningen Dependencies Status NPM Dependencies Status

Features

  • 5 minute setup (We're not kidding)
  • Let anyone on your team ask questions without knowing SQL
  • Rich beautiful dashboards with auto refresh and fullscreen
  • SQL Mode for analysts and data pros
  • Create canonical segments and metrics for your team to use
  • Send data to Slack or email on a schedule with Pulses
  • View data in Slack anytime with MetaBot
  • Humanize data for your team by renaming, annotating and hiding fields

For more information check out metabase.com

Supported databases

  • Postgres
  • MySQL
  • Druid
  • SQL Server
  • Redshift
  • MongoDB
  • Google BigQuery
  • SQLite
  • H2
  • CrateDB
  • Oracle
  • Vertica
  • Presto

Don't see your favorite database? File an issue to let us know.

Installation

Metabase can be run just about anywhere so checkout our Installation Guides for detailed instructions for various deployments. Here's the TLDR:

Docker

To run Metabase via Docker, just type

docker run -d -p 3000:3000 --name metabase metabase/metabase

JVM Jar

To run the jar you will need to have a Java Runtime installed. As a quick check to see if you system already has one, try

java -version

If you see something like

java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)

you are good to go. Otherwise, download the Java Runtime Environment at http://java.com/

Go to the Metabase Download Page and download the current build. Place the downloaded jar into a newly created directory (as it will create some files when it is run), and run it on the command line:

java -jar metabase.jar

Now, open a browser and go to http://localhost:3000 , and you will be asked a set of questions that will set up a user account, and then you can add a database connection. For this to work you will need to get some information about which database you want to connect to, such as the Host Name and Port that it is running on, the Database Name and the User and Password that you will be using.

Once you have added this connection, you will be taken into the app and you'll be ready to ask your first question.

For a more detailed walkthrough, check out our Getting Started guide.

Frequently Asked Questions

Some questions come up over and over again. Check here first: FAQ

Security Disclosure

Security is very important to us. If discover any issue regarding security, please disclose the information responsibly by sending an email to security@metabase.com and not by creating a GitHub issue.

Contributing

To get started with a development installation of the Metabase, follow the instructions at our Developers Guide.

Then take a look at our Contribution Guide for information about our process and where you can fit in!

Extending and Deep Integrations

Metabase also allows you to hit our Query API directly from Javascript to integrate the simple analytics we provide with your own application or third party services to do things like:

  • Build moderation interfaces
  • Export subsets of your users to third party marketing automation software
  • Provide a specialized customer lookup application for the people in your company

Danger zone

The button below will deploy the branch where this README.md lives onto Heroku. Metabase developers use it to deploy branches of Metabase to test our PRs, etc. We DO NOT recommend you using this for production. Instead, please use a stable build.

Deploy

License

Unless otherwise noted, all Metabase source files are made available under the terms of the GNU Affero General Public License (AGPL).

See LICENSE.txt for details and exceptions.

Unless otherwise noted, all files © 2017 Metabase, Inc.