BLUE
Profile banner
BB
Bradley Ball
@sqlballs.bsky.social
Father of 4, Sr. #Azure Engineer at #Microsoft, Comic Book aficionado, I ❤️ roller coasters. cohost aka.ms/TftF/youtube Opinions are my own. 🧵’s @sqlballs
180 followers193 following25 posts
Reposted by Bradley Ball

Our latest MS Tech Bit is LIVE! @sqlballs.bsky.social#MicrosoftFabricyoutu.be/iWepPEUUO_4@joshluedeman.bsky.social@dbabulldog.bsky.social

Microsoft Fabric: End to End Tutorial on Real-Time Streaming Analytics
Microsoft Fabric: End to End Tutorial on Real-Time Streaming Analytics

You want an End to End tutorial using Real-Time Analytics in #MicrosoftFabric! Look no further! We did this a while ago, but the screens have changed and new capabilities were added and some were moved. Bradley Ball, aka @SQLBalls , walks you through how to Track the International Space Station live streaming the geoposition into Microsoft Fabric and then building a Power BI Report on the KQL Database! Chapters 00:00 Don't You Hate it When 01:59 Demo Logic App Setup 02:50 Demo Microsoft Fabric KQL Database 03:10 Demo Set up Geolocation Event Stream in Microsoft Fabric 05:34 Demo Import Event Stream Data in KQL DB 07:02 Demo Configure Event Stream & Logic App for Astronaut Data 08:23 Demo Import Astronauts Event Stream into KQL Database 09:10 Demo Building KQL Queries we will use in our Power BI Report 11:45 Demo Building the Power BI Report Microsoft Fabric event streams https://learn.microsoft.com/en-us/fabric/real-time-analytics/event-streams/overview Real-time Tracking the International Space Station with Microsoft Fabric! #microsoftfabric https://youtu.be/-HhU7yLyuUU Real-time Tracking the International Space Station with Microsoft Fabric Part 2! https://www.youtube.com/watch?v=_RFvcPBNiOk Blog that inspired the video https://www.linkedin.com/pulse/real-time-monitoring-international-space-station-microsoft-sharma/ Anshul Sharma - GitHub Repo from the video https://github.com/anshulsharmas/fabric-iss-demo Stream real-time events from a custom application to Microsoft Fabric KQL Database for real-time reporting https://learn.microsoft.com/en-us/fabric/real-time-analytics/event-streams/stream-real-time-events-from-custom-app-to-kusto /******************* /CONNECT WITH US!! /******************* Tales from the Field Twitter: https://twitter.com/TalesftField Linkedin: https://www.linkedin.com/company/100091910/ Blusky: https://bsky.app/profile/talesfromthefield.bsky.social Bradley Ball Twitter: https://twitter.com/SQLBalls Linkedin: https://www.linkedin.com/in/sqlballs/ Blusky : https://bsky.app/profile/sqlballs.bsky.social Daniel Taylor Twitter: https://twitter.com/dbabulldog Linkedin: https://www.linkedin.com/in/danieltaylor3/ Blusky: https://bsky.app/profile/dbabulldog.bsky.social Neeraj Jhaveri Twitter: https://twitter.com/neeraj_jhaveri Linkedin: https://www.linkedin.com/in/neerajjhaveri/ Blusky: https://bsky.app/profile/neerajny.bsky.social Josh Luedeman Twitter: https://twitter.com/joshluedeman Linkedin: https://www.linkedin.com/in/joshluedeman/ Blusky: https://bsky.app/profile/joshluedeman.bsky.social Andrés Padilla Twitter: https://twitter.com/nodestreamio Linkedin: https://www.linkedin.com/in/andrespadillaandrade/ #realtime #streaming #analytics #microsoftfabric #powerbi #kqlwalkthrough #kql #internationalspacestation #nasa #space

0
Reposted by Bradley Ball

Our Latests MS Tech Bits is LIVE! @sqlballs.bsky.socialyoutu.be/kMVtHt_q8pI@joshluedeman.bsky.social@dbabulldog.bsky.social

Microsoft Fabric: Import On Premise SQL Server 2022 Data into Microsoft Fabric with Data Pipelines!!
Microsoft Fabric: Import On Premise SQL Server 2022 Data into Microsoft Fabric with Data Pipelines!!

Bradley Ball, aka @SQLBalls, walks us through how to install, setup, and configure a data gateway. Then how to register that data Gateway in Microsoft Fabric. We then use a Data Pipeline to import data from #SQLServer2022 into #MicrosoftFabric! Chapters 00:00 Importing Data with Microsoft Fabric 01:21 Demo - Our SQL 2022 Data 01:42 Demo Install on-premises data gateway 02:31 Demo Configure SQL Server 2022 Connection 03:36 Demo Super Importaint Configure your ADLS Gen 2 Storage for Staging 03:57 Demo Create Data Pipeline 05:01 Demo Configure Staging 05:45 Demo Validate Data Import Install an on-premises data gateway https://learn.microsoft.com/en-us/data-integration/gateway/service-gateway-install /******************* /CONNECT WITH US!! /******************* Tales from the Field Twitter: https://twitter.com/TalesftField Linkedin: https://www.linkedin.com/company/100091910/ Blusky: https://bsky.app/profile/talesfromthefield.bsky.social Bradley Ball Twitter: https://twitter.com/SQLBalls Linkedin: https://www.linkedin.com/in/sqlballs/ Blusky : https://bsky.app/profile/sqlballs.bsky.social Daniel Taylor Twitter: https://twitter.com/dbabulldog Linkedin: https://www.linkedin.com/in/danieltaylor3/ Blusky: https://bsky.app/profile/dbabulldog.bsky.social Neeraj Jhaveri Twitter: https://twitter.com/neeraj_jhaveri Linkedin: https://www.linkedin.com/in/neerajjhaveri/ Blusky: https://bsky.app/profile/neerajny.bsky.social Josh Luedeman Twitter: https://twitter.com/joshluedeman Linkedin: https://www.linkedin.com/in/joshluedeman/ Blusky: https://bsky.app/profile/joshluedeman.bsky.social Andrés Padilla Twitter: https://twitter.com/nodestreamio Linkedin: https://www.linkedin.com/in/andrespadillaandrade/

0
Reposted by Bradley Ball

Our latest MS Tech Bits is LIVE! @sqlballs.bsky.social#WebScraping#Python#MicrosoftFabricyoutu.be/xr5kJjtxzzo@dbabulldog.bsky.social@joshluedeman.bsky.social@neerajny.bsky.social

Web Scraping with Python Tutorial with Beautiful Soup & Requests in Microsoft Fabric
Web Scraping with Python Tutorial with Beautiful Soup & Requests in Microsoft Fabric

In this Web Scraping tutorial we are going to be looking at BeautifulSoup and Requests! In this video learn how to perform web scraping with Python using the Beautiful Soup library with Bradley Ball, aka @SQLBalls , where we will walk through a free online tutorial and show how you can use #python #webscraping in #MicrosoftFabric using #BeautifulSoup ! Chapters 00:00 Why are we learning about Web Scraping? 02:28 Demo - Tutorial and notebook 03:38 Demo - Prettify the HTML output 04:15 Demo - Retrieving data from individual tags 06:08 Demo - Looping through page data 07:12 Demo - Loading data into Arrays and then a Data Frame 07:50 Demo - Write the data to a Microsoft Fabric Lakehouse 08:40 Demo - Validate the data in our Lakehouse & via SSMS Web Scraping in Python with Beautiful Soupand Requests by Dr. Prof Jan Kirenz https://www.kirenz.com/blog/posts/2022-05-02-web-scraping-in-python-with-beautiful-soup-requests-and-pandas/ Bradley Ball Github - Web Scriping with Python Tutorial Beautiful Soup Microsoft Fabric https://github.com/sqlballs/SQLScripts/tree/main/Web%20Scraping%20with%20Python%20Tutorial%20Beautiful%20Soup%20Microsoft%20Fabric Build a Web Scraper with Python in 5 Minutes by Natassha Selvaraj https://www.kdnuggets.com/2022/02/build-web-scraper-python-5-minutes.html Develop, execute, and manage Microsoft Fabric notebooks https://learn.microsoft.com/en-us/fabric/data-engineering/author-execute-notebook /******************* /CONNECT WITH US!! /******************* Tales from the Field Twitter: https://twitter.com/TalesftField Linkedin: https://www.linkedin.com/company/100091910/ Blusky: https://bsky.app/profile/talesfromthefield.bsky.social Bradley Ball Twitter: https://twitter.com/SQLBalls Linkedin: https://www.linkedin.com/in/sqlballs/ Blusky : https://bsky.app/profile/sqlballs.bsky.social Daniel Taylor Twitter: https://twitter.com/dbabulldog Linkedin: https://www.linkedin.com/in/danieltaylor3/ Blusky: https://bsky.app/profile/dbabulldog.bsky.social Neeraj Jhaveri Twitter: https://twitter.com/neeraj_jhaveri Linkedin: https://www.linkedin.com/in/neerajjhaveri/ Blusky: https://bsky.app/profile/neerajny.bsky.social Josh Luedeman Twitter: https://twitter.com/joshluedeman Linkedin: https://www.linkedin.com/in/joshluedeman/ Blusky: https://bsky.app/profile/joshluedeman.bsky.social Andrés Padilla Twitter: https://twitter.com/nodestreamio Linkedin: https://www.linkedin.com/in/andrespadillaandrade/

0
Profile banner
BB
Bradley Ball
@sqlballs.bsky.social
Father of 4, Sr. #Azure Engineer at #Microsoft, Comic Book aficionado, I ❤️ roller coasters. cohost aka.ms/TftF/youtube Opinions are my own. 🧵’s @sqlballs
180 followers193 following25 posts