Systems | Development | Analytics | API | Testing

Structured vs Unstructured Data: A Short Guide

Data is the oil that fuels the growth of modern enterprises. But unless you have the tools to unlock the potential of data, you might be left stuck on the tracks as your competitors speed ahead. With the rise of Big Data, the nature of the data that we work with has changed drastically. Data scientists like to refer to the ‘3 Vs’ of Big Data: The 3 Vs of Big Data reshaped the data landscape as we knew it.

How Deloitte's Adopting AI Technology | Part 1 | Snowflake Inc.

Frank Farrall, AI Ecosystems & Snowflake Alliance Leader at Deloitte, describes how he's leading Deloitte's digital transformation by creating an AI ecosystem that helps clients navigate competitive marketplaces using data & technology. Rise of the Data Cloud is brought to you by Snowflake.

How to configure clients to connect to Apache Kafka Clusters securely - Part 2: LDAP

In the previous post, we talked about Kerberos authentication and explained how to configure a Kafka client to authenticate using Kerberos credentials. In this post we will look into how to configure a Kafka client to authenticate using LDAP, instead of Kerberos. We will not cover the server-side configuration in this article but will add some references to it when required to make the examples clearer.

Cost Conscious Data Warehousing with Cloudera Data Platform

Have you been burned by the unexpected costs of a cloud data warehouse? If so, you know about the failed economics of some cloud-native solutions on the market today. If not, before adopting a cloud data warehouse, consider the true costs of a cloud-native data warehouse. Data warehouses have been broadly adopted to provide timely reports and valuable insights. However, traditional deployments are notoriously cumbersome and cost-prohibitive at large scales.

Extending Snowflake's External Functions with Serverless-Adding Driving Times from Mapbox to SQL

Data engineers love to use SQL to solve all kinds of data problems. For this and more, Snowflake is a perfect partner. Snowflake’s support for standard SQL and several SQL variations, combined with JavaScript stored procedures, has helped me solve complex data challenges. But sometimes you might have the need for custom code.

Kafka Is Not a Database

It's important to understand the uses and abuses of streaming infrastructure. Apache Kafka is a message broker that has rapidly grown in popularity in the last few years. Message brokers have been around for a long time; they're a type of datastore specialized for "buffering" messages between producer and consumer systems. Kafka has become popular because it's open-source and capable of scaling to very large numbers of messages.