Skip to content

Commit

Permalink
Merge pull request #30 from Pseudolukian/main
Browse files Browse the repository at this point in the history
Add Elena presentation from stackconf2024
  • Loading branch information
blinkov authored Sep 17, 2024
2 parents 27e8e11 + 3926538 commit d20f02c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 2024/en/stackconf/tables-and-queues/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# An approach to unite tables and persistent queues in one system

**Speaker:** [Elena Kalinina](https://www.linkedin.com/in/elena-kalinina-2907b398/)
**Slides:** [presentation.pdf](presentation.pdf)
**Event:** [Stackconf 2024](https://stackconf.eu)

People need databases to store their data and persistent queues to transfer their data from one system to another. We’ve united tables and persisted queues within one data platform. Now, you can take your data from a queue, process it, and keep the result in a database within a single transaction. So, your application developers don’t need to think about data inconsistency in cases of connection failures or other errors.

Elena tells you about an open-source platform called YDB, which allows you to work with tables and queues within a single transaction. Elena walk you through architecture decisions, possible scenarios, and performance aspects of this approach.
Binary file not shown.

0 comments on commit d20f02c

Please sign in to comment.