Skip to content

Commit 68e9e3a

Browse files
committed
Link detalii.
1 parent 00b3a36 commit 68e9e3a

File tree

1 file changed

+4
-0
lines changed
  • content/cluj/2015-07-16-packaging-and-flowy

1 file changed

+4
-0
lines changed

content/cluj/2015-07-16-packaging-and-flowy/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Agenda:
2929
* Obscure pip/setuptools/virtualenv/python features you can use to improve your packaging experience (be it as a user of packages or a package author).
3030
* Fledgeling alternative tools.
3131

32+
`Details <https://ep2015.europython.eu/conference/talks/less-known-packaging-features-and-tricks>`__
33+
3234
- - 7:00
3335
- Break
3436

@@ -38,3 +40,5 @@ Agenda:
3840
This presentation introduces Flowy, a library for building and running distributed, asynchronous workflows built on top of different backends (such as Amazon’s SWF). Flowy deals away with the spaghetti code that often crops up from orchestrating complex workflows. It is ideal for applications that do multi-phased batch processing, media encoding, long-running tasks, and/or background processing.
3941

4042
We’ll start by discussing Flowy’s unique execution model and see how different execution topologies can be implemented on top of it. During the talk we’ll run and visualize workflows using a local backend. We’ll then take a look at what it takes to scale beyond a single machine by using an external service like SWF.
43+
44+
`Details <https://ep2015.europython.eu/conference/talks/distributed-workflows-with-flowy>`__

0 commit comments

Comments
 (0)