Skip to content

Commit 9ad3ce2

Browse files
author
Grzegorz Kocjan
committed
Add YT link to the info page
1 parent 5757019 commit 9ad3ce2

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

page/content/spotkania/61/index.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,31 @@ place: "IndieBI, Piotrkowska 157A, Hi Piotrkowska"
1313
**📍 location:** IndieBI, Piotrkowska 157A, Hi Piotrkowska</br>
1414
➡️ [**SIGN UP LINK**](https://www.meetup.com/python-lodz/events/311933962/) ⬅️
1515

16+
## Live Stream
17+
{{< youtubeLite id="ChnoEuB4-kQ" label="Label" >}}
18+
1619
## Presentations
1720

1821
### Airflow 3, and the boring, production AI plumbing, that nobody talks about
1922
{{< speaker speaker_id="jarek-potiuk" >}}
20-
Airflow 3 is out. Spring last year the Airflow community came to the conclusion that in order to respond to the growing needs of our users, we have to again reinvent ourselves in the modern AI world.
21-
22-
Airflow 3 is already out for a few months and we already know that we got on the right track - our users are already using Airflow to do with AI what they were doing several years ago for traditional ETL/ ELT workflows - turning experiments and local workflows into stable, production-ready way how to manage your various AI-related needs.
23-
24-
From my talk you will learn:
25-
26-
* why we decided to switch gears for Airflow 3 (yes, AI)
27-
* what are the architectural changes and improvements that lay foundation under Airflow 3 being modern and applicable to AI workflows
28-
* what are the features that help with production-ready workflows: Versioning, Enterprise level security isolation, better dependency management, execution isolation, dataset as first class citizen, modern react-based UI, schedulable and UI-controlled backfills, inference kind of workflows, "almost" streaming experience, and more
29-
* what early users of Airflow 3 say and how their workflow management improved
23+
Airflow 3 is out. Spring last year the Airflow community came to the conclusion that in order to respond to the growing needs of our users, we have to again reinvent ourselves in the modern AI world.
24+
25+
Airflow 3 is already out for a few months and we already know that we got on the right track - our users are already using Airflow to do with AI what they were doing several years ago for traditional ETL/ ELT workflows - turning experiments and local workflows into stable, production-ready way how to manage your various AI-related needs.
26+
27+
From my talk you will learn:
28+
29+
* why we decided to switch gears for Airflow 3 (yes, AI)
30+
* what are the architectural changes and improvements that lay foundation under Airflow 3 being modern and applicable to AI workflows
31+
* what are the features that help with production-ready workflows: Versioning, Enterprise level security isolation, better dependency management, execution isolation, dataset as first class citizen, modern react-based UI, schedulable and UI-controlled backfills, inference kind of workflows, "almost" streaming experience, and more
32+
* what early users of Airflow 3 say and how their workflow management improved
3033
* what is coming next (yes! we are not nearly done yet and more things are coming!)
3134

3235
### System init written in Python - project analysis
3336
{{< speaker speaker_id="mateusz-piwek" >}}
34-
Python is used in many areas – such as web development, artificial intelligence, data analysis, and embedded systems. But can it also be used as an init system in Linux, and does that idea make sense?
35-
36-
The init system is the main process that starts and monitors services in the operating system. Traditionally, such systems are developed in the C language to ensure high code efficiency – but perhaps it’s worth reconsidering this approach?
37-
37+
Python is used in many areas – such as web development, artificial intelligence, data analysis, and embedded systems. But can it also be used as an init system in Linux, and does that idea make sense?
38+
39+
The init system is the main process that starts and monitors services in the operating system. Traditionally, such systems are developed in the C language to ensure high code efficiency – but perhaps it’s worth reconsidering this approach?
40+
3841
In this presentation, the author will present a working project, show performance test results, and share ideas for unconventional applications.
3942

4043
## Sponsors

0 commit comments

Comments
 (0)