Systems | Development | Analytics | API | Testing

August 2022 Yellowfin User Group Event Recap

Welcome to our Yellowfin Customer User Group Event event recap for August 2022! Following our latest quarterly webinar, held August 9 -11, the Yellowfin team aims to provide a quick and handy summary blog for our customers that could not attend. Here, you can find a general update on the future product roadmap of the Yellowfin embedded analytics product suite, including Version 9.8, coming this September.

How to Fix the OperationalError in Python

OperationalError is a class of error encountered while working with the psycopg library in Python. Operational errors are closely linked with the connect method within psycopg and typically occur when parameters passed to this method are incorrect or invalid. This may mean that a parameter, such as a database name, is spelled incorrectly, has changed, or that the database server itself is experiencing a problem.

YOLOv5 Now Integrates Seamlessly with ClearML

The popular object detection model and framework made by ultralytics now has ClearML built-in. It’s now easier than ever to train a YOLOv5 model and have the ClearML experiment manager track it automatically. But that’s not all, you can easily specifiy a ClearML dataset version ID as the data input and it will automatically be used to train your model on. Follow us along in this blogpost, where we talk about the possibilities and guide you through the process of implementing them.

Vivint Gets Smarter With The Snowflake Data Cloud

Vivint Smart Home is a leading smart home company in North America. Vivint delivers an integrated smart home system with in-home consultation, professional installation and support delivered by its Smart Home Pros, as well as 24/7 customer care and monitoring. Hear how Vivint is able to get to the answers quickly and deliver the best experience for their customers and teams with the Snowflake Data Cloud.

Fast Innovation for New Integrations, Microservices, and APIs

The rapid growth in the development and use of APIs shows no sign of slowing down, and the central role APIs play in digital business across industries continues to surge right along with that growth. One recent survey of IT leaders found that 98% consider APIs mission critical, with 81% currently working with microservices and 18% planning to do so soon. The exponential growth in APIs has been such that most software in use today either uses an API or is one.

How to extend Kafka pipelines to users over the public internet

In the realms of event streaming, Kafka has become the number one choice for many organizations. It’s capable of handling and processing vast amounts of critical, time-sensitive event data. But Kafka isn’t designed for distributing data between internal systems and consumers on the public internet. Yet rich, live digital experiences are a must-have as far as users are concerned. They are increasingly becoming a key source of differentiation. In this webinar we will show you how you can harness the power of Kafka, to deliver engaging realtime application to users, using Ably.

Managing Frequent Software Testing Error Types

The true purpose of Software Testing is to check that a product satisfies its standards or, more generally, to report on any discoveries that diminish the consumer experience. The function of a error in these more ambitious corporate objectives is more complex. Before you can release your application, you must demonstrate that it functions well and is free of bugs In the language of testing specialists, "error" often plays the role of the enemy.