Hey! Thanks for the C# video on OOP. It's great for refreshing the core concepts, even though I'm building my CLI tool in TypeScript. The principles should apply just as well, right?
@learnenglishwithcumaali28838 ай бұрын
Why would you keep all the values in a single FactTable? Is not a FactTable suppose to keep only agg values in order to limit the storage and the cots of DWH?
@ProactiveGaming9 ай бұрын
Great explanation 👍
@loinguyen93319 ай бұрын
thank you so much
@sohwz898710 ай бұрын
Nice video for computer science student 🫶
@EditingKing008810 ай бұрын
Is this windows?
@asmegetachew252811 ай бұрын
Thank you Clinton!
@eleet321 Жыл бұрын
Hello my friend. I just want to say that video you made on Flask and SQLite is EXTREMELY useful!! I really wanted to add that video to my playlist so that I can come back to it, but I realized it was marked as a "KZbin kids" video which means I cannot add it to my playlist. Just FYI - hope you change that setting but either way, thanks so much for it and for the github link as well! Great stuff - cheers.
@ajeyarjun8718 Жыл бұрын
This is Great
@rohitnath5545 Жыл бұрын
amazing snowflake schema video. no BS
@quinnhogan545 Жыл бұрын
Hello, great video. I know it's been a while, but can you perhaps speak on how you would take your data from a staging db and insert it into your fact table after all your dimensions are built, but this time you do not have any IDs for the dimensions in your staging table?
@clintondaniel5285 Жыл бұрын
I will be posting an updated version of the data mart design process using SQLite later this year. There are a lot of examples where the data mart design is useful for localized analysis/data science projects rather than enterprise scalable or service oriented deployment. Instead of using a Microsoft tool, I will be showing how all of the data engineering (ETL) is done using Python and SQLite. I'll see if I can include a part of the FACT table example where the ID is not available in a staging table.
@arturobrunocm Жыл бұрын
Thank you for all the information shared, I’ve just finished the course project. Thanks!!
@reshandissanayake2772 Жыл бұрын
This is the only series I found that defines datamart with a proper example. Thanks a lot Clinton!
@ShadSaleem Жыл бұрын
Comprehensive explanation on data marts.
@JonathanChangTaipei Жыл бұрын
Very clear explanation on the logical process of building data warehouse and data mart.
@Dani-xh6pw Жыл бұрын
hey clinton i hav found your ism 3232 lab videos really helpful for my course. Do you have a ISM 3232 lab 2 video? I can't find it on your channel
@matthewhauser92252 жыл бұрын
Hey, I really appreciate this tutorial.
@JanUnitra2 жыл бұрын
is it a good way of doing warehousing ? I always hear that the staging should be raw, no calculation, no changing etc. but you added surrogate keys ?
@aruukebaiakmatova11792 жыл бұрын
Very useful! Thank you
@aznfoever352 жыл бұрын
Super helpful!
@tahirkhan4662 жыл бұрын
can you make a tutorial in xamarin forms ?
@charbilrom31532 жыл бұрын
where were these videos during my semester ? I understand everything at last
@charbilrom31532 жыл бұрын
I finally understand logically process of etl after long semester.
@tincanpete2 жыл бұрын
That was really helpful, thank you!
@shashikantrrathod36172 жыл бұрын
Hi, Your lectures are really useful to create dashboards using plotly dash in efficient way. Just have one questions ? How we can export these dashboards either in PDF or PPT using dash?
@clintondaniel52852 жыл бұрын
This would be a useful feature. However, I'm not sure that it is available via the server-side. Most likely you would have to write JavaScript to accomplish this. Either way, it doesn't look like an easy process to do. Someone should contribute to the Dash project a module that makes this feature easy for developers.
@pedrobarrocas86732 жыл бұрын
You are the man, thank you so much! You are saving Panda Jardins
@swatik777yandexru2 жыл бұрын
Very clear and excellent explaination! Thank you!
@sajjadmalik82093 жыл бұрын
Thanks sir
@ericsos1013 жыл бұрын
Hi do you have the dataset?
@joyo21223 жыл бұрын
you normally dont update staging tables or merge any id
@rokiahassan12203 жыл бұрын
I took this class and passes with B+
@ibiballer20033 жыл бұрын
Wonderful tutorial
@ericsos1013 жыл бұрын
Such a wonderful project approach on data mart.Can you please share the dataset because i would love to follow through on hand on ...it will be much appreciated./.Thx again in advance
@shivanandatre3 жыл бұрын
I am not able to see the Customer model in the dropdown while trying to add controller. Tried many things, any solution?
@ouaildjaidja14473 жыл бұрын
thank you so much !
@ronaldmudenyo62813 жыл бұрын
Best video ever. You just helped me complete my project. Thanks for the video
@sandipbaidya28393 жыл бұрын
I really enjoyed watching this video ::)
@ericsos1013 жыл бұрын
Can you please share the dataset you used?.. Thanks
@Виталий-к9ь3 жыл бұрын
контекст и модель обычно делают в разных папках Ну а так, в целом очень информативно.
@ASDAvlogs3 жыл бұрын
Why are we performing conversion while loading into staging?
@abidvu24723 жыл бұрын
Thank you Clinton for a very concise and useful tutorial for SSIS. By the way, i'd appreciate it if anyone can help me on explaining further how I can build a staging table?
@chamathhasthuka3 жыл бұрын
Thank you Sir. Could you please update more videos. And one suggestion please create playlists
@datafreak9113 жыл бұрын
Thanks for this nice video, would you do another one for how to do this project from beginning
@soumyapatra78933 жыл бұрын
Please make a video how to build application using .net core / API and ado.net.
@soumyapatra78933 жыл бұрын
Could you please make a video using ado.net and .net core with API.
@soumyapatra78933 жыл бұрын
How the hacker knows what is table name used in the application ??? You showed in the delete command. Pls explain
@clintondaniel52853 жыл бұрын
The example simply shows how SQL was allowed with no defense built into the design. Discovering object names, such as tables or variables, is another topic.
@attilaguba8563 жыл бұрын
Literally he showed in this video how he can accessed to the db if it's not secured! Watch it again! Quite clear explanation to be honest!
@soumyapatra78933 жыл бұрын
What if the developer using store procedures ? Still it can be done by any hacker ?
@clintondaniel52853 жыл бұрын
The example I recorded here just shows a complete disregard to security. The developer is allowing SQL to be injected within the C# code. A stored procedure would be a better practice. However, it is not excluded from attack if not properly developed.
@attilaguba8563 жыл бұрын
Get a login stuff simple and let the user only adding any infos after authenticated and give to method an [ Authorize ] attribute or the page! Check Identity stuff and you don't need to worry about so much!