Skip to content

Commit

Permalink
move Install section up
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed May 21, 2017
1 parent 7c372d9 commit 2415fd7
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@ Here are a few areas where pysparkling excels:
* Low-latency web deployments
* Unit tests

**Example:** you have a pipeline that processes 100k input documents
and converts them to normalized features. They are used to train a local
scikit-learn classifier. The preprocessing is perfect for a full Spark
task. Now, you want to use this trained classifier in an API
endpoint. Assume you need the same pre-processing pipeline for a single
document per API call. This does not have to be done in parallel, but there
should be only a small overhead in initialization and preferably no
dependency on the JVM. This is what ``pysparkling`` is for.

Install
=======

.. code-block:: bash
pip install pysparkling[s3,hdfs,http,streaming]
`Documentation <http://pysparkling.trivial.io>`_:
Expand All @@ -59,14 +58,6 @@ Other links:
:target: https://pypi.python.org/pypi/pysparkling/


Install
=======

.. code-block:: bash
pip install pysparkling[s3,hdfs,http,streaming]
Features
========

Expand Down

0 comments on commit 2415fd7

Please sign in to comment.