Function pipeline demo

preview_player
Показать описание
Come join David Kohn and Miranda Auhl as they talk about function pipelines. David discusses the "what, why, and how" on using this exciting new experimental functionality!

Function pipelines enable you to analyze data by composing multiple functions, leading to a simpler, cleaner way of expressing complex logic in PostgreSQL ✨. Function pipelines can radically improve your own coding productivity, while also making your SQL code easier for others to comprehend and maintain.

🛠 𝗥𝗲𝗹𝗲𝘃𝗮𝗻𝘁 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲𝘀

🐯 𝗔𝗯𝗼𝘂𝘁 𝗧𝗶𝗺𝗲𝘀𝗰𝗮𝗹𝗲
At Timescale, we are dedicated to serving developers worldwide, enabling them to build exceptional data-driven products that measure everything that matters. Analyzing this data across the time dimension ("time-series data") enables developers to understand what is happening right now, how that is changing, and why that is changing. We are backed by top-tier investors with a track record of success in the industry.

💻 𝗙𝗶𝗻𝗱 𝗨𝘀 𝗢𝗻𝗹𝗶𝗻𝗲!

📚 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
⏱ 1:08 ⇒ Introduction
⏱ 2:37 ⇒ Overview of function pipelines
⏱ 3:18 ⇒ Part 1: The difficulty with pure SQL
⏱ 7:28 ⇒ Part 2: Improving productivity with function pipelines
⏱ 8:29 ⇒ Part 3: Custom types
⏱ 9:46 ⇒ Part 4: Custom operators
⏱ 14:18 ⇒ Part 5: Custom functions
⏱ 20:03 ⇒ Chatting about function pipelines
⏱ 25:38 ⇒ Some code examples
⏱ 45:28 ⇒ Extra fun with function pipelines
⏱ 1:07:19 ⇒ Outro
Рекомендации по теме
Комментарии
Автор

Is this feature planned for a future release ? This just seem very awesome, I've started playing with it and indeed it makes complex queries looks more understandable and maintenable.
It reminds me my MDX days (OLAP) though MDX is really heavy and syntax is horrible.
I do think this feature is really awesome for OLAP analytics (the way we use timescaledb for IoT analytics in my company)

raj-science-nexus
Автор

Are there any timescale db courses one can take to become proficient in it, a step by step tutorial series per say where you code along and understand from top to bottom what it is all about. I have looked around but I have not found much if anyone from TimeScaleDB can answer this question or anyone else watching this video that can point me in the right direction it would be very helpful !

randomdude