diff --git a/docs/_templates/index.html b/docs/_templates/index.html index 3fb8d38..33c4116 100644 --- a/docs/_templates/index.html +++ b/docs/_templates/index.html @@ -9,14 +9,37 @@

{% trans %} - Bonobo is a line-by-line data-processing toolkit for python 3.5+ (extract-transform-load - framework, or ETL) emphasizing simple and atomic data transformations defined using a directed graph of plain old - python objects (functions, iterables, generators, ...). + Bonobo is an Extract Transform Load framework for the Python (3.5+) language. {% endtrans %}

-
- Bonobo is ALPHA software. Some APIs will change. +

+ {% trans %} + It works by streaming data through a directed acyclic graph of python callables, one row at a time. + {% endtrans %} +

+ +

+ {% trans %} + It is targeting small scale data (as in “not big data”), allowing it to be quick and easy to install (no + client-server, no daemon, lightweight requirements, no surprises). + {% endtrans %} +

+

+ {% trans %} + Most common file formats (XML, CSV, JSON, Excel, ...) and basic services (SQL databases, REST web services, ...) can + be worked with using the built-in or extension libraries, other services can benefit the richness of PyPI. + {% endtrans %} +

+

+ {% trans %} + In short, Bonobo contains the logic to execute efficiently an ETL process, the glue to use plain old python + ojects and common operations, readers and writers. For the rest, it's just python! + {% endtrans %} +

+ +
+ Bonobo is currently released as alpha version. Expect some APIs to change.
@@ -65,53 +88,12 @@ -

Features

- - -

{% trans %} - You can also download PDF/EPUB versions of the Bonobo documentation: - PDF version, - EPUB version. - {% endtrans %} -

Table of contents

-
{{ toctree(maxdepth=2, collapse=False)}}
+ {% endblock %}