Posts tagged "data"
-
From Camera Events to Operator Guidance
Demo 3 of AI on the Edge: turning the existing cameras/# MQTT contract into an operations assistant using simulated, MQTT, and Event Hubs input modes.
-
Cameras on Azure IoT Operations, Part 3: Data Flows, Connectors, and the Cloud
Forward camera telemetry to the cloud with Azure IoT Operations data flows to Event Hubs, then onboard ONVIF cameras as AIO assets through a connector and a bridge - all with no change to the control plane.
-
Home Lab - Utilizing the Cloud - Dynamic VPN
Home lab guide for dynamic Azure Site-to-Site VPN resources, covering VPN Gateway costs, supported routers, hybrid networking, and teardown.
-
PostgreSQL Historical Log by Table
Guide to creating PostgreSQL historical logging per table by copying table structure, writing a trigger function, and logging old rows before updates.
-
New Pluralsight Courses Released!
Pluralsight course release note covering Azure data cleaning for machine learning and Xamarin.Forms architecture for reusable application code.
-
New Pluralsight Course Released!
Pluralsight course announcement for Sourcing Data in Microsoft Azure, covering data types, Azure Data Catalog, Data Factory, and HDInsight.
-
New Pluralsight Course Released!
Announcement for a Pluralsight course on deploying and managing models in Microsoft Azure with Azure Machine Learning, Azure DevOps, and model lifecycle tools.
-
Authoring for Pluralsight - Azure Machine Learning
Overview of Pluralsight Azure Machine Learning courses on sourcing data, cleaning and preparing data, model deployment, DevOps, and Azure workflows.
-
Authoring for Pluralsight - Developing Microsoft Azure Intelligent Edge Solutions
Pluralsight course plan for Microsoft Azure Intelligent Edge Solutions, covering IoT Hub, stream processing, Cosmos DB, Blob Storage, and TSI.
-
Azure IoT Edge - YOLO, Stream Analytics Service, and Blob Storage
Architecture for Azure IoT Edge image processing with YOLO, Stream Analytics, Blob Storage, and camera modules to detect motion and save image clips.
-
Authoring for Pluralsight - Microsoft Azure Cognitive Services: Speech to Text SDK
Course outline for Microsoft Azure Cognitive Services Speech to Text SDK, aimed at developers building AI solutions with REST APIs, JSON, and device SDKs.
-
Using Angular Kendo Grid with Elastic Search and ASP.NET Core
Back an Angular Kendo Grid with Elasticsearch by mapping the grid filter and paging options to C# objects and translating them into a NEST query.
-
Elastic Search - "All shards failed" on pagination
Fix the 'all shards failed' error when paging past 10000 Elasticsearch documents by raising max_result_window, and the heap cost of setting it too high.
-
Announcing - Atlanta Medical Hackathon
Announcement for Atlanta Medical Hackathon at Georgia Tech, covering student teams, healthcare data transparency, imaging, and access challenges.
-
Storing Event Data in Elastic Search
Take the Elasticsearch load off client devices by sending telemetry to Event Hubs, batching it in Stream Analytics, and indexing it from an Azure Function.
-
Getting started with Elastic Search in Azure
Deploy an Elasticsearch cluster from the Azure Marketplace template with Kibana and an external load balancer, then connect to it with the NEST client.
-
Unable to load DLL 'e_sqlite3' dotnet core Raspian
Fix the unable to load DLL e_sqlite3 error on .NET Core under Raspbian by copying the native libe_sqlite3.so into the application directory.