Systems | Development | Analytics | API | Testing

Citizen Integrators and Low-code Integrations: A Market Guide

In the ever-changing world of technology, the tools available to citizen integrators are constantly evolving as well. For citizen integrators, access to better low-code integration tools certainly makes their job much easier. However, with the industry landscape constantly changing, it can be difficult to keep up with all the latest trends and find the right low-code integration tools to best meet the needs of the company.

Introduction to TF Serving

Machine learning (ML) model serving refers to the series of steps that allow you to create a service out of a trained model that a system can then ping to receive a relevant prediction output for an end user. These steps typically involve required pre-processing of the input, a prediction request to the model, and relevant post-processing of the model output to apply business logic.

How to migrate a data warehouse to BigQuery

Has your data team outgrown its on-premise traditional data warehouse? Are you looking for a system to store data that is secure, scalable, and cost effective? In this episode of Architecting with Google Cloud, Priyanka Vergadia speaks with Gary Morreale, the Director of Data Services from Independence Blue Cross about how his team migrated from Terradata to Bigquery on Google Cloud Platform. Listen as Gary Morreale discusses his team’s giant undertaking on migrating dataware to BigQuery.

Make Your Models Matter: What It Takes to Maximize Business Value from Your Machine Learning Initiatives

We are excited by the endless possibilities of machine learning (ML). We recognise that experimentation is an important component of any enterprise machine learning practice. But, we also know that experimentation alone doesn’t yield business value. Organizations need to usher their ML models out of the lab (i.e., the proof-of-concept phase) and into deployment, which is otherwise known as being “in production”.

3 Ways to Integrate MySQL With Python

As one of the most popular relational database management systems, MYSQL gets a lot of use from a variety of applications. With the popularity of Python in web-based applications, it's essential that MySQL and Python can communicate with one another. Read on to learn more about MySQL and to discover three ways to integrate it with Python.