diff --git a/docs/administration-guide/01-managing-databases.md b/docs/administration-guide/01-managing-databases.md index 803987a49bcf867806d015e7343422dbbde4c4bf..b93e927c5f6ee449c85adb72a6b304e8a11b2dc1 100644 --- a/docs/administration-guide/01-managing-databases.md +++ b/docs/administration-guide/01-managing-databases.md @@ -18,10 +18,12 @@ Now you’ll see a list of your databases. To connect another database to Metaba * Postgres * SQLite * SQL Server -* Driud +* Druid * [CrateDB](databases/cratedb.md) * [Oracle](databases/oracle.md) * [Vertica](databases/vertica.md) +* Presto +* Google Analytics To add a database, you'll need its connection information. diff --git a/docs/faq.md b/docs/faq.md index e41be6ed3f4b9849738ca85cfdaed9eb610f5efd..d73266bf5b04b71f177d7ac9fac2fa7765f521c6 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -45,6 +45,7 @@ Metabase currently supports: * MongoDB (version 3.0 or higher) * MySQL (and MariaDB) * PostgreSQL +* Presto * SQL Server * SQLite @@ -58,9 +59,9 @@ We welcome community contributions of database connectors. If you're able to hel ### Can Metabase connect to Google Analytics, Salesforce, etc.? -No. Metabase is a fast and easy way for you to access and share information you have in a database. We do not currently offer a way to connect to third-party APIs or services directly. What people do instead in these situations is download data from these services into a database they control and then use Metabase to access that database directly. This can be done either by writing code or more commonly using a third-party service. There are a large number of these services, and you can ask other users and discuss pros and cons at our [user forum](https://discourse.metabase.com). +Metabase currently supports Google Analytics as a data source. The connection can be set up by an admin the same way database connections are set. If you are using Google Analytics Premium, one of the features is direct access to a BigQuery database with your personal Google Analytics data. BigQuery is also supported by Metabase. -One caveat is that if you are using Google Analytics Premium, one of the features is direct access to a BigQuery database with your personal Google Analytics data. In this situation, you can use Metabase with that BigQuery dataset directly. +We do not currently offer a way to connect to other third-party APIs or services directly. What people do instead in these situations is download data from these services into a database they control and then use Metabase to access that database directly. This can be done either by writing code or more commonly using a third-party service. There are a large number of these services, and you can ask other users and discuss pros and cons at our [user forum](https://discourse.metabase.com). ### Can I upload data to Metabase? @@ -80,4 +81,5 @@ We are experimenting with offering paid support to a limited number of companies ### Can I embed charts or dashboards in another application? -Not yet. We're working on it however, and you should expect it in the near future. (Late summer/early fall 2016). Keep tabs on it at the main [tracking issue](https://github.com/metabase/metabase/issues/1380) +Yes, Metabase offers two solutions for sharing charts and dashboards. +[Public links](http://www.metabase.com/docs/latest/administration-guide/12-public-links.html) let you share or embed charts with simplicity. A powerful [application embedding](http://www.metabase.com/docs/latest/administration-guide/13-embedding.html) let you to embed and customize charts in your own web applications. diff --git a/docs/users-guide/images/Bookicon.png b/docs/users-guide/images/Bookicon.png index d66303678346a60c269673fa01653cb7a59a9b1d..863d5ca70037ff3fcd9281ff227dfe856d012a22 100644 Binary files a/docs/users-guide/images/Bookicon.png and b/docs/users-guide/images/Bookicon.png differ diff --git a/docs/users-guide/images/SQLButton.png b/docs/users-guide/images/SQLButton.png index 382b63bacfd12ebd87fb59bbb2e9370c113fd223..57207acadd5bd0f72ba691593f4e06c3edef468d 100644 Binary files a/docs/users-guide/images/SQLButton.png and b/docs/users-guide/images/SQLButton.png differ diff --git a/docs/users-guide/images/SQLInterface.png b/docs/users-guide/images/SQLInterface.png index ae1ee771810e1d4c0e025bca3cc712fdbdeb9527..27dae4c39ae973e43a33ba68c02f88dc389afd44 100644 Binary files a/docs/users-guide/images/SQLInterface.png and b/docs/users-guide/images/SQLInterface.png differ diff --git a/docs/users-guide/images/SaveCard.png b/docs/users-guide/images/SaveCard.png index 2342568c44398b63e4c77ad0d9c748cbc96b249c..d98e9e548a7a26ff9314de20272ad55d688e3cdb 100644 Binary files a/docs/users-guide/images/SaveCard.png and b/docs/users-guide/images/SaveCard.png differ