[#121,doc/example-backends][m]: reasonable start on a backend tutorial including a live example of loading data from google docs.

This commit is contained in:
Rufus Pollock
2012-05-18 23:21:00 +01:00
parent f5b7b7863c
commit 73767bf6c4
4 changed files with 151 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ title: Library - Home
<h4><a href="example-quickstart.html">Recline Quickstart Guide</a></h4>
</div>
<div class="span4 well">
<h4>Loading from difference sources: Google Docs, Local CSV, DataHub</h4>
<h4><a href="example-backends.html">Loading from difference sources: Google Docs, Local CSV, DataHub</a></h4>
</div>
<div class="span3 well">
<h4>Twitter Example</h4>
@@ -148,11 +148,11 @@ title: Library - Home
<h4>Backends</h4>
<ul>
<li><a href="docs/backend/base.html">Backend: Base (base class providing a template for backends)</a></li>
<li><a href="docs/backend/memory.html">Backend: Memory (local data)</a></li>
<li><a href="docs/backend/elasticsearch.html">Backend: ElasticSearch</a></li>
<li><a href="docs/backend/dataproxy.html">Backend: DataProxy (CSV and XLS on the Web)</a></li>
<li><a href="docs/backend/gdocs.html">Backend: Google Docs (Spreadsheet)</a></li>
<li><a href="docs/backend/localcsv.html">Backend: Local CSV file</a></li>
<li><a href="docs/backend/memory.html">memory: Memory Backend (local data)</a></li>
<li><a href="docs/backend/elasticsearch.html">elasticsearch: ElasticSearch Backend</a></li>
<li><a href="docs/backend/dataproxy.html">dataproxy: DataProxy Backend (CSV and XLS on the Web)</a></li>
<li><a href="docs/backend/gdocs.html">gdoc: Google Docs (Spreadsheet) Backend</a></li>
<li><a href="docs/backend/localcsv.html">csv: Local CSV file backend</a></li>
</ul>
</div>
</div>