Тёмный
MotherDuck
MotherDuck
MotherDuck
Подписаться
Collaborative serverless analytics platform
MotherDuck GA Produck Tour
3:35
28 дней назад
Ibis: One Library To Query Any Backend
57:21
2 месяца назад
Building Data Apps with MotherDuck
1:25
2 месяца назад
Friendly SQL with DuckDB
54:38
6 месяцев назад
Making PySpark code faster with DuckDB
10:23
7 месяцев назад
Why did we raise now ? CEO Backstage Call 📞
7:46
8 месяцев назад
MotherDuck in 100 seconds (by a duck 🦆)
1:51
8 месяцев назад
Big Data: Funeral or Renaissance?
52:01
Год назад
DuckDB Tutorial For Beginners
11:25
Год назад
Комментарии
@bilalnaseem94
@bilalnaseem94 3 дня назад
How did you set up dev containers?
@motherduckdb
@motherduckdb 2 дня назад
1) If you meant defining the .devcontainer.json, VSCode provides templates out of the box. When you select in the command pallet (Cmd+shift P on Mac) : Reopen in Container > Add configuration ... > You would be prompt with different templates (Python/Nodejs, etc) that you can easily customized. 2) If you meant just running these, you need docker for desktop installed and then use the command pallet and select "Reopen in container" - this will detect the current .devcontainer.json configuration and open within the devcontainers
@bilalnaseem94
@bilalnaseem94 День назад
@@motherduckdb Thanks. Also had another question. Why was there a need for models.py file and pydantic and on top of that do tests for that. I understand it is used to validate data types but can you please provide a more detailed explanation. Apologies if its a noob question. Also I really liked your approach of using Makefile and tests, most other tutorials dont do this. This is the best tutorial I have encountered uptil now. Please make more tutorials as there isnt a good data engineering course online. Please make a course or more tutorials would also be great.
@motherduckdb
@motherduckdb День назад
thanks for your kind words! We'll do our best! To answer your question, you want to validate that you define the right "model" for you data, hence the tests against the models defined in models.py. These tests validate that the model definition is correct and that it will throw an errors when the model doesn't match what we expect.
@cnegrao2
@cnegrao2 13 дней назад
Hello everyone! Waiting from Brazil.
@hohmannr
@hohmannr 13 дней назад
Its here! F*ck yes!
@motherduckdb
@motherduckdb 13 дней назад
Hope you enjoy it!
@resford1
@resford1 13 дней назад
Yes! I have been checking in often for this to drop!
@alexwijnands1465
@alexwijnands1465 13 дней назад
Thanks for another great practical video. For sure interested in learning about orchestration and data quality practices that are accessible like the previous videos.
@motherduckdb
@motherduckdb 13 дней назад
Great, will see what we can do :)
@michazawadzki3813
@michazawadzki3813 15 дней назад
Superb video and audio quality, beautiful location, and interesting questions. Great job! :)
@motherduckdb
@motherduckdb 13 дней назад
Glad you enjoyed it
@Arnab-pt4jn
@Arnab-pt4jn 16 дней назад
can you send the link for the notebook please?
@srinivasanrajagopal9062
@srinivasanrajagopal9062 17 дней назад
Why not Shiny?
@user-qw5on7pt1v
@user-qw5on7pt1v 17 дней назад
I am looking forward to reading and writing apache paimon table with duckdb
@stewartli5395
@stewartli5395 21 день назад
Thank you. Is there any plan to add R and Python code chunk (like SQL code chunk) to UI since md-notebook looks like jupyter-notebook?
@CaribouDataScience
@CaribouDataScience 22 дня назад
The statistical functions built into duckdb core SQL language is fantastic.
@hugolu1630
@hugolu1630 26 дней назад
Look forward to stitching this stack up together with Orchestra
@TapetBart
@TapetBart 27 дней назад
I am just waiting for native support for read/write on hudi/iceberg/delta (any of them really). I cannot wait to replace spark whenever that happens. (There is the delta-rs project but I can't use it yet with a lot of our existing delta tables)
@unukum
@unukum Месяц назад
Motherduck is awesome. My experience with the team and community has been Steller
@hendrikschmidt8485
@hendrikschmidt8485 Месяц назад
Bru, where is the 3rd part ? :)
@motherduckdb
@motherduckdb 13 дней назад
It's there ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ta_Pzc2EEEo.html ! Sorry for the wait 🙇‍♂️
@aviadpriel2550
@aviadpriel2550 Месяц назад
Why not s3 select object content ?
@motherduckdb
@motherduckdb 13 дней назад
Do you mean using the AWS CLI ? You can't run a SQL query directly from there with the S3 endpoint
@YEM_
@YEM_ Месяц назад
Can you write to CSV and duckdb in a single model?
@motherduckdb
@motherduckdb 13 дней назад
Yes! You can use a post-hook strategy and macros to have multiple outputs. Essentially having a macro that does a COPY to a given location. Hope it helps!
@tenma5220
@tenma5220 Месяц назад
Hi where can we find the notebook?
@motherduckdb
@motherduckdb Месяц назад
we just added resources in the description, there you go : colab.research.google.com/drive/1hOyQ_Lp5wwC2z9HYhEzBHuRuqy-5plDO?usp=sharing
@user-ek8cd1he7p
@user-ek8cd1he7p Месяц назад
Where can I find the source data myself from the examples?
@valthonisprime
@valthonisprime Месяц назад
Does anyone know how to connect to SSMS using a linked server? Is it even possible? I'm trying to use duckdb as an in-between for csv files and then move them to SQL Server.
@bevanward8787
@bevanward8787 Месяц назад
Thanks look forward to reading the Iceberg book. Thanks - exciting work
@abc_cba
@abc_cba Месяц назад
Me too. So eagerly waiting for the book and the tutorials
@kresnadev
@kresnadev Месяц назад
Thank you for the video, it's definitely helps me understand faster for duckdb
@Shawn-cr8ep
@Shawn-cr8ep 2 месяца назад
Really interested in this undocumented feature to convert sql to Ibis, specifically for DuckDB. Even if it has errors, a starting point is nice.
@tosinadekunle646
@tosinadekunle646 2 месяца назад
Do we still need to install Java, Hadoop and modify the environment variables on the local machine to do this or we just install DuckDB and pip install pyspark and start using sparksession and sparkcontext? Thank you.
@motherduckdb
@motherduckdb Месяц назад
It's an API translation, so meaning you can write spark code, but the execution is done on DuckDB if you want. So in that case, no pyspark/java/hadoop needed. Hope it clarify!
@Shawn-cr8ep
@Shawn-cr8ep 2 месяца назад
Part 3 please? 🎉 Very helpful, thanks!
@motherduckdb
@motherduckdb 13 дней назад
It's there ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ta_Pzc2EEEo.html ! Sorry for the wait 🙇‍♂️
@resford1
@resford1 2 месяца назад
This is awesome! I have really enjoyed all the videos and learning lessons you have been putting out!
@willi1978
@willi1978 2 месяца назад
duckdb - real serverless :D
@gilbertmpanga1547
@gilbertmpanga1547 2 месяца назад
Wow , I wish I used duckdb in my recent project. 😢 By embedded do you mean it's in memory? Can it be as simple as pip install
@motherduckdb
@motherduckdb 2 месяца назад
yes, pip install works great. embedded means that it’s a library that can run inside your application. it will work in-memory but can also use files and perform larger-than-memory operations.
@allthingsdata
@allthingsdata 2 месяца назад
I guess I'm stating the obvious but for anyone who doesn't use SQL for data operations DuckDB is second class. And I surely do not like to use SQL for transformations and such.
@shanky6703
@shanky6703 2 месяца назад
New to data engineering. Really excited to start my learning journey with motherduck and dagster !
@willi1978
@willi1978 2 месяца назад
searching for dbt confused me too. didn't find technical things at first
@adabooost
@adabooost 2 месяца назад
Thank you so much! It's my first data engineering project thanks to you. looking forward to part 3! ♥
@denisgarden1
@denisgarden1 3 месяца назад
It would be great if you made a video on Prefect and DuckDB
@motherduckdb
@motherduckdb 13 дней назад
We did one here : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-F9yHuAO50PQ.htmlsi=nbNL7gy1g8wkeQ7z :)
@m3bs061
@m3bs061 3 месяца назад
I researched a bit and found that dbt defer does not necessarily depend on the environment/adapter, but on the two manifests it will compare to compile the queries. So I see no reason why Motherduck wouldn't play nicely.
@jacobukokobili6457
@jacobukokobili6457 3 месяца назад
Please, when is the Part 3 coming out
@motherduckdb
@motherduckdb 13 дней назад
Sorry for the wait, there you go : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ta_Pzc2EEEo.html :🎉
@LevanAlibegashvili
@LevanAlibegashvili 3 месяца назад
though, for some reason i can't connect to persistent duckdb file (local db) from DataSpell on win 11. it always complains that file is in use..
@LevanAlibegashvili
@LevanAlibegashvili 3 месяца назад
gotta love the duck!
@gabrielcontreras852
@gabrielcontreras852 3 месяца назад
Do you need special user credentials or the s3 bucket being complettely public to access data on it using duckdb as external API?
@gabrielcontreras852
@gabrielcontreras852 3 месяца назад
Really interesting! Please can you add the links for the recomendations and for those tutorials Matt commented about very large data? That would be quite helpful to dig more into this topic. thanks!!
@AhmedThahir2002
@AhmedThahir2002 3 месяца назад
Anyone knows where to find the code for the monte carlo simulation in duckdb?
@ahmettek315
@ahmettek315 3 месяца назад
Finally someone making a simple video about parquet! Thanks.
@user-ps4fb1oy2r
@user-ps4fb1oy2r 3 месяца назад
can you make a video on using R and duckDB please, that would be niice
@Atheawesome45
@Atheawesome45 3 месяца назад
Hey Mehdi, I’ve been enjoying these Quack and Code sessions, keep up the great content! I would suggest having a different layout of setup for when you are showcasing code because the screen is very low resolution.
@mehdio
@mehdio 3 месяца назад
Hey there, thanks for your kind words! I'll work on that issue to make the experience better next time!
@afroken2069
@afroken2069 3 месяца назад
Thank you so much for a great tutorial series. I'm looking forward to Part 3 - Dashboarding. I am also looking forward to a video on Python Runtime tools and data orchestration. Thank you again!
@thetrilbies1
@thetrilbies1 3 месяца назад
How about csv to parquet?
@takashiiexe
@takashiiexe 3 месяца назад
DuckDB is the most amazing tool I have found. It makes my work easier!
@andy_ap
@andy_ap 4 месяца назад
@motherduckbd you can get schema from schema tab in tabular or json way and it will be copied into clipboard
@ManticoreRoko
@ManticoreRoko 4 месяца назад
nice video, good job. Thank you! Let more video with DuckDB