mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
Added a tutorial
This commit is contained in:
71
index.html
71
index.html
@@ -68,7 +68,8 @@
|
||||
role="menu"
|
||||
aria-labelledby="dLabelGlobalToc"><ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation & Configuration</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="user_guide.html">User Guide</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="videos.html">Videos</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -202,7 +203,8 @@
|
||||
|
||||
<div class="container mainbody">
|
||||
|
||||
<div class="admonition warning">
|
||||
<img alt="_images/caravel.jpg" src="_images/caravel.jpg" />
|
||||
<div class="admonition warning">
|
||||
<p class="first admonition-title">Warning</p>
|
||||
<p class="last">This project used to be name Panoramix and has been renamed
|
||||
to Caravel in March 2016</p>
|
||||
@@ -211,40 +213,21 @@ to Caravel in March 2016</p>
|
||||
<h1>Overview<a class="headerlink" href="#overview" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="features">
|
||||
<h2>Features<a class="headerlink" href="#features" title="Permalink to this headline">¶</a></h2>
|
||||
<ul>
|
||||
<li><dl class="first docutils">
|
||||
<dt>A rich set of data visualizations, integrated from some of the best</dt>
|
||||
<dd><p class="first last">visualization libraries</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li><p class="first">Create and share simple dashboards</p>
|
||||
</li>
|
||||
<li><dl class="first docutils">
|
||||
<dt>An extensible, high-granularity security/permission model allowing</dt>
|
||||
<dd><p class="first last">intricate rules on who can access individual features and the dataset</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li><dl class="first docutils">
|
||||
<dt>Enterprise-ready authentication with integration with major authentication</dt>
|
||||
<dd><p class="first last">providers (database, OpenID, LDAP, OAuth & REMOTE_USER through
|
||||
Flask AppBuilder)</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li><dl class="first docutils">
|
||||
<dt>A simple semantic layer, allowing users to control how data sources are</dt>
|
||||
<dd><p class="first last">displayed in the UI by defining which fields should show up in which
|
||||
<ul class="simple">
|
||||
<li>A rich set of data visualizations, integrated from some of the best
|
||||
visualization libraries</li>
|
||||
<li>Create and share simple dashboards</li>
|
||||
<li>An extensible, high-granularity security/permission model allowing
|
||||
intricate rules on who can access individual features and the dataset</li>
|
||||
<li>Enterprise-ready authentication with integration with major authentication
|
||||
providers (database, OpenID, LDAP, OAuth & REMOTE_USER through
|
||||
Flask AppBuilder)</li>
|
||||
<li>A simple semantic layer, allowing users to control how data sources are
|
||||
displayed in the UI by defining which fields should show up in which
|
||||
drop-down and which aggregation and function metrics are made available
|
||||
to the user</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li><p class="first">Integration with most RDBMS through SqlAlchemy</p>
|
||||
</li>
|
||||
<li><p class="first">Deep integration with Druid.io</p>
|
||||
</li>
|
||||
to the user</li>
|
||||
<li>Integration with most RDBMS through SqlAlchemy</li>
|
||||
<li>Deep integration with Druid.io</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contents">
|
||||
@@ -260,14 +243,15 @@ to the user</p>
|
||||
<li class="toctree-l2"><a class="reference internal" href="installation.html#druid">Druid</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="user_guide.html">User Guide</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user_guide.html#quick-intro">Quick Intro</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user_guide.html#dashboard-creation">Dashboard Creation</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user_guide.html#dashboard-filtering">Dashboard Filtering</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user_guide.html#customize-css-and-dashboard-themes">Customize CSS and dashboard themes</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user_guide.html#slice-annotations">Slice Annotations</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user_guide.html#adding-a-table">Adding a Table</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="user_guide.html#define-sql-expressions">Define SQL Expressions</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="videos.html">Videos</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="videos.html#quick-intro">Quick Intro</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="videos.html#dashboard-creation">Dashboard Creation</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="videos.html#dashboard-filtering">Dashboard Filtering</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="videos.html#customize-css-and-dashboard-themes">Customize CSS and dashboard themes</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="videos.html#slice-annotations">Slice Annotations</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="videos.html#adding-a-table">Adding a Table</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="videos.html#define-sql-expressions">Define SQL Expressions</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -292,7 +276,6 @@ to the user</p>
|
||||
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2015, Maxime Beauchemin, Airbnb.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.6.<br/>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user