Systems | Development | Analytics | API | Testing

How to replicate SAP data in BigQuery

Are you interested in unlocking advanced analytics by replicating SAP data into BigQuery? In this video, Lucia Subatin, a Technical Lead in Solution Engineering, will demonstrate how to download and implement an ABAP enhancement built by Google Cloud to stream data directly into BigQuery. Watch, follow along, and ask questions in the comments below! Chapters: product: Cloud - General; fullname: Lucia Subatin;

Flask vs. Django - Which One Outperforms the Other?

Flask and Django are two of the most popular Python packages. More importantly, they are the two most preferred web frameworks you can use with the language. Both frameworks are open-source and offer excellent APIs for developers to build robust Python web applications. While both frameworks serve the same purpose, they take two philosophically opposed routes to achieve it.

Data Chief Live: External data: Your secret weapon in a cookie-less world

How do you get to know your customer in a cookie-less world? Join Rosemary Hua, Global Head of Retail & CPG GTM at Snowflake and Forbes 30 Under 30, Erik Mitchell, founder and principal at Seek Data, Nik Lampropoulos, Global Director of Data, Insights & Analytics, Hogarth Worldwide and Cindi Howson, ThoughtSpot CDSO, as they discuss questions like.

Talend acquires Gamma Soft

April 7, 2022, Talend, a global leader in data integration and management, announced today it has acquired Gamma Soft, a market innovator in change data capture (CDC). The addition of Gamma Soft’s highly complementary, enterprise-class change data capture technologies will help customers streamline their data modernization initiatives, including cloud migrations, and support advanced, real-time analytics use cases across hybrid and multi-cloud environments.

The World Beyond Test Automation: AI-Powered Intelligent Testing for Modern Applications

Web and mobile apps are now your primary connection with your customers. Staying relevant and winning market share requires that firms can make constant changes to these apps. But how can you deploy many more small changes - often many per day - with confidence and with managed risk? In the company of two software industry leaders, we take a closer look at how a modern testing toolchain combines production safety nets - from canaries, to feature flags, to error reporting - with AI-powered quality insights to engineer quality at speed for both developers and quality engineers.

Now in preview, BigQuery search features provide a simple way to pinpoint unique elements in data of any size

Today, we are excited to announce the public preview of search indexes and related SQL SEARCH functions in BigQuery. This is a new capability in BigQuery that allows you to use standard BigQuery SQL to easily find unique data elements buried in unstructured text and semi-structured JSON, without having to know the table schemas in advance. By making row lookups in BigQuery efficient, you now have a powerful columnar store and text search in a single data platform.

Interview With Author and Adobe Creative Director Chris Duffey

In the latest instalment of our interviews speaking to leaders throughout the world of tech, we’ve welcomed Chris Duffey, who leads Strategic Development at Adobe. Chris spearheads Adobe's Creative Cloud strategic development partnerships across the Creative enterprise space and has been profiled by The Wall Street Journal, The Guardian, Inc., Adweek, Adage, Cheddar, The Mirror, The Drum, Campaign and CMO.com.

Principles of Object-Oriented Programming in TypeScript

Object-oriented programming (OOP) is hard to achieve in a dynamic prototypical language like JavaScript. You have to manually stick to OOP principles because of language features like duck typing. This requires discipline, as nothing in the language enforces the principles. If a diverse team of developers with different backgrounds is involved, a codebase filled with good intentions can quickly become one chaotic mess.