diff --git a/doc/source/index.rst b/doc/source/index.rst index 7ab0fedd..52b7c7a8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -85,6 +85,21 @@ Miscellaneous types utils +Bookshelf +--------- + +A useful collection of *relevant* links, documents, papers, similar +projects, frameworks and libraries (and more). + +.. note:: + + Please feel free to submit your own additions and/or changes. + +.. toctree:: + :maxdepth: 1 + + shelf + Indices and tables ================== diff --git a/doc/source/shelf.rst b/doc/source/shelf.rst new file mode 100644 index 00000000..1262c033 --- /dev/null +++ b/doc/source/shelf.rst @@ -0,0 +1,60 @@ +Libraries & frameworks +---------------------- + +* `APScheduler`_ (Python) +* `Async`_ (Python) +* `Celery`_ (Python) +* `Graffiti`_ (Python) +* `JobLib`_ (Python) +* `Luigi`_ (Python) +* `Mesos`_ (C/C++) +* `Papy`_ (Python) +* `Parallel Python`_ (Python) +* `RQ`_ (Python) +* `Spiff`_ (Python) +* `TBB Flow`_ (C/C++) + +Languages +--------- + +* `Ani`_ +* `Make`_ +* `Plaid`_ + +Services +-------- + +* `Cloud Dataflow`_ +* `Mistral`_ + +Papers +------ + +* `Advances in Dataflow Programming Languages`_ + +Related paradigms +----------------- + +* `Dataflow programming`_ +* `Programming paradigm(s)`_ + +.. _APScheduler: http://pythonhosted.org/APScheduler/ +.. _Async: http://pypi.python.org/pypi/async +.. _Celery: http://www.celeryproject.org/ +.. _Graffiti: http://github.com/SegFaultAX/graffiti +.. _JobLib: http://pythonhosted.org/joblib/index.html +.. _Luigi: http://github.com/spotify/luigi +.. _RQ: http://python-rq.org/ +.. _Mistral: http://wiki.openstack.org/wiki/Mistral +.. _Mesos: http://mesos.apache.org/ +.. _Parallel Python: http://www.parallelpython.com/ +.. _Spiff: http://github.com/knipknap/SpiffWorkflow +.. _Papy: http://code.google.com/p/papy/ +.. _Make: http://www.gnu.org/software/make/ +.. _Ani: http://code.google.com/p/anic/ +.. _Programming paradigm(s): http://en.wikipedia.org/wiki/Programming_paradigm +.. _Plaid: http://www.cs.cmu.edu/~aldrich/plaid/ +.. _Advances in Dataflow Programming Languages: http://www.cs.ucf.edu/~dcm/Teaching/COT4810-Spring2011/Literature/DataFlowProgrammingLanguages.pdf +.. _Cloud Dataflow: https://cloud.google.com/dataflow/ +.. _TBB Flow: https://www.threadingbuildingblocks.org/tutorial-intel-tbb-flow-graph +.. _Dataflow programming: http://en.wikipedia.org/wiki/Dataflow_programming