Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 43149200CF3 for ; Tue, 15 Aug 2017 02:57:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3FCD2166211; Tue, 15 Aug 2017 00:57:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 88097166215 for ; Tue, 15 Aug 2017 02:57:12 +0200 (CEST) Received: (qmail 56216 invoked by uid 500); 15 Aug 2017 00:57:11 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 56207 invoked by uid 99); 15 Aug 2017 00:57:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2017 00:57:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 28C3580B71; Tue, 15 Aug 2017 00:57:11 +0000 (UTC) Date: Tue, 15 Aug 2017 00:57:11 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: FAQ entry for backend support (#3282) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150275863104.19962.16966081678591651918@gitbox.apache.org> From: maximebeauchemin@apache.org Reply-To: "commits@superset.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 81817309d3f1e19636fdc310ca3b393ccabe254a X-Git-Newrev: 68416979172cfa1126df1954cfa58d99cd23fc39 X-Git-Rev: 68416979172cfa1126df1954cfa58d99cd23fc39 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 15 Aug 2017 00:57:13 -0000 This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 6841697 FAQ entry for backend support (#3282) 6841697 is described below commit 68416979172cfa1126df1954cfa58d99cd23fc39 Author: Maxime Beauchemin AuthorDate: Mon Aug 14 17:57:09 2017 -0700 FAQ entry for backend support (#3282) so that I can close: https://github.com/apache/incubator-superset/pull/1470/files --- docs/faq.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 12a0198..d06c6c9 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -171,3 +171,16 @@ How do I go about developing a new visualization type? Here's an example as a Github PR with comments that describe what the different sections of the code do: https://github.com/airbnb/superset/pull/3013 + +What database engine can I use as a backend for Superset? +-------------------------------------------------------- + +To clarify, the *database backend* is an OLTP database used by Superset to store its internal +information like your list of users, slices and dashboard definitions. + +Superset is tested using Mysql, Postgresql and Sqlite for its backend. It's recommended you +install Superset on one of these database server for production. + +Using a column-store, non-OLTP databases like Vertica, Redshift or Presto as a database backend simply won't work as these databases are not designed for this type of workload. Installation on Oracle, Microsoft SQL Server, or other OLTP databases may work but isn't tested. + +Please note that pretty much any databases that have a SqlAlchemy integration should work perfectly fine as a datasource for Superset, just not as the OLTP backend. -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].