- ATTRIBUTES
- SUPPORT
Metabase::Backend::SQL - Metabase backend role for SQL-based backends
version 1.001
This distribution contains implementations of Metabase::Archive and Metabase::Index using SQL databases. >See Metabase::Backend::SQLite or Metabase::Backend::PostgreSQL for details about specific implementations.
Is SQLPad for me? SQLPad is a self-hosted web app for writing and running SQL queries and optionally visualizing the results. It's a simple tool for exploratory data work and visualizations, or quick convenient access to run a SQL query here and there. Metabase is the easiest way to let everyone in your company access business data and analytics, learn from it and ask questions. Even if you or your colleagues have no experience in SQL, you can easily summarize and visualize your data, share it and let your team ask questions about it. SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard variant of the SQL query language. Some applications can use SQLite for internal data storage. It’s also possible to prototype an application using SQLite and then port. Mar 21, 2017 The main module, itself, is merely a Moose role that provides common attributes for all the SQL-based Metabase backends. It is not intended to be used directly by end-users.
The main module, itself, is merely a Moose role that provides common attributes for all the SQL-based Metabase backends. It is not intended to be used directly by end-users.
dsn
Database connection string
db_user
Database username
db_pass
Database password
db_type
SQL::Translator sub-type for a given database. E.g. 'SQLite' or 'PostgreSQL'.
dbis
DBIx::Simple class connected to the database
schema
SQL::Translator::Schema class
The following builders must be provided by consuming classes.
The following method must be provided to modify the output of SQL::Translator::Diff to fix up any dialect quirks
Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker at https://github.com/dagolden/metabase-backend-sql/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license.
David Golden <dagolden@cpan.org>
Leon Brocard <acme@astray.org>
This software is Copyright (c) 2011 by David Golden.
This is free software, licensed under:
To install Metabase::Backend::SQL, copy and paste the appropriate command in to your terminal.
For more information on module installation, please visit the detailed CPAN module installation guide.
BI is useful. It’s pretty. But it never really matters unless you’re getting real value out of it.
In this 4-part series, we’ll briefly explore some the tools we believe are best suited towards helping you get value out of your data. In this first of our series on “Business Intelligence Tools We Recommend” we’re going to cover Metabase – a popular open-source BI tool you can find on GitHub.
In this series we will cover the four following applications:
Metabase Windows Sqlite
- Open-Source
- Commercial
Overview
Metabase is our favorite business intelligence tool to get up-and-running within a small amount of time relative to other open-source alternatives. It does require some level of technical proficiency to both install, set up a database connection, and then configure the database table relationships between the various tables (ie: one of the major steps you need to do is set up the proper foreign keys between tables which you can do via the Metabase interface but you still need to know what table keys link to what other table keys).
Metabase Sqlite Viewer
There are many ways to install Metabase, but if you’re looking simply to test it out, have a Mac computer, and don’t want to spend too much time doing installation and configuration you can install Metabase directly on your computer. In this case, Metabase won’t be accessible via a public URL via an internet browser like Google Chrome or Mozilla Firefox since it’ll only live on your local machine.
You can install Metabase in the following ways using a wide array of cloud platforms:
- Docker
- AWS Elastic Beanstalk
- Heroku
- Cloud66
- Kubernetes
- Metabase for Mac
- Jar File
There are multiple databases that you can connect with Metabase. It’s unfortunate there aren’t any “plug-and-play” connections you can create with SaaS services such as LinkedIn, Google Drive, Twitter.etc but that is usually the case with the open-source business intelligence offerings. Usually, commercial offerings will have multiple integrations with the more popular web applications, one of these is Domo, which we will cover later on in this series.
The following are all the database types Metabase supports and can connect to:
- BigQuery
- Crate
- Druid
- Google Analytics
- H2
- MongoDB
- MySQL
- PostgreSQL
- Amazon Redshift
- SQLite
- SQL Server
One of the best features of Metabase is its stunning visualizations and the fact that non-technical users can create them. They can serve to convey data in a simple and fast way, especially when you take a collection of these and group them in a dashboard as you can see below.
Maps
Once Metabase is set up users can access the Metabase question creator and intuitively create questions without the use of any programming. More technology-savyy users can use basic MySQL to create more complex queries. One of the downsides of Metabase is that it doesn’t possess the level of granularity in creating questions (ie: queries) that Domo, or particularly Tableau, have.
Dead pixel tester for mac. Metabase also has the ability to send out updates on specific queries (Metabase calls them “questions”) on a repeating frequency or whenever that particular question changes to either Slack or e-mail. These are called “pulses” in Metabase.
Pros
- Free and open-source with an active developer community
- Multiple ways by which you can set up Metabase on cloud platforms
- Variety of databases you can connect to
- Beautiful and intuitive visualizations
- Reminders, or “pulses”, that can be programmatically sent out.
Cons
- Local version to quickly get up and running is only available for Mac
- Inability to create complex questions without the use of MySQL
- Need to do some data mapping to get started
- No”plug-and-play” connectors you can easily use to integrate data from a SaaS system
Overall, We believe that Metabase is one of the best available open-source BI tools currently available on the web. It’s ease of use, great user interface, and strong community support make it a business intelligence tool that can rival, if not outdo, many commercial options available in the market.
Do you like Metabase? Dislike it? Is there some other BI application you’d like for us to cover in this series? Drop us a line at solutions@anant.us!
Photo by rawpixel on Unsplash