Over the last couple of years, OpenTelemetry became the de-facto instrumentation standard for collecting and observing distributed service trace information. OpenTelemetry allows users to add standardized instrumentation code within their applications with the purpose of observing traces, metrics, logs and events independent of service implementation technologies and across all the major cloud vendors. Within this […]
Tag: python
Use Google Cloud Storage in Python to Backup and Load your AI/ML Data
Amazon S3 simple object storage represents the industry standard for cheap storage of large files. All modern cloud vendors do offer S3 alternative services that offer the same access and nearly the same conditions in terms of features and prices. One can say that S3 represents the backbone of modern cloud storages offering a scalable, […]
Run a Camera Motion Detector in a Docker Container
For years, I have been struggling with my network camera and its inability to correctly detect motion without generating a storm of false positive images. No matter how I configure the sensitivity of my camera, it is generating thousands of false-positive motion pictures each single day. It seems as if the motion detection intelligence within […]