
Have We Been Using Redis Wrong the Whole Time?
This video is from Dreams of Code. Redis happens to be one of my more favorite databases out there, but I often relegate it to the caching layer in my application stack. In this video, I decided to look at how to use redis as a database, rather than as a cache, and how that […]
Read More
An interview with Data superstar Bob Ward.
Hear directly from the data superstar Bob Ward what he loves about PASS Data Community Summit.
Read More
Comparing MySQL and MongoDB
Database management systems (DBMS) are software tools that allow users to store, extract, and query large sets of data. IBM’s Martin Keen explores the key differences between two of the most popular varieties – MySQL and MongoDB – and explains how each got its unusual name.
Read More
Kafka Streams 101: Getting Started
- Frank
- September 13, 2022
- apache kafka
- API
- confluent
- confluent cloud
- Data
- data in motion
- database
- Developers
- event streaming
- event-driven architecture
- Hadoop
- introduction to kafka streams
- Kafka
- kafka streams
- kafka streams architecture
- kafka streams for beginners
- kafka streams for dummies
- kafka streams fundamentals
- kafka streams introduction
- kafka tutorial
- ksqldb
- kstream
- kstreams
- messaging queue
- Microservices
- Open Source
- real-time
- Stream Processing
- STREAMING
- streams
- what is kafka streams
To understand Kafka Streams, you have to begin with Apache Kafka®, a distributed, scalable, elastic, and fault-tolerant event streaming platform. The storage nodes in Kafka, brokers, are just instances of the Kafka storage layer process running on your laptop or server. At the heart of each broker is a log, an append-only file that holds […]
Read More
Why You Need to Learn SQL RIGHT NOW (SQL Tutorial for Beginners)
A common debate among data scientists is the need to learn SQL. Needless to say, this surprises me, as SQL is the lingua franca of data, having been around in one form or another since the 70s. Not learning it seems like a mistake. I’m glad to see NetworkChuck not only agrees, but he feels […]
Read More
Real-world Demo of Microsoft Intelligent Data Platform
- Frank
- August 18, 2022
- Analytics
- Azure
- azure active directory
- azure purview and power bi
- azure purview data governance
- azure sql database
- Azure Synapse
- Azure Synapse Link
- built in AI
- Cloud Defender
- cosmos db
- database
- Governance
- intelligent data governance
- intelligent data platform
- intelligent data services
- Machine Learning
- Microsoft Sentinel
- Power BI
- power bi data modeling
- power virtual agent
- predictive AI
- SQL
- SQL Server
- Synapse
- Synapse Analytics
Sharieff Mansour, a leader on the Data and AI team at Microsoft, joins Jeremy Chapman for a closer look at how databases, analytics, machine learning, and governance come together in the Intelligent Data Platform. See how you can use these integrated services to build powerful new apps or modernize your current ones.
Read More
Azure SQL Database: Non-blocking transactions
- Frank
- August 8, 2022
- 2PC
- ALTER
- atomicity
- autocommit
- azure friday
- azure sql database
- azure sql db
- batch-scoped
- blocked
- COMMIT
- committed data
- concurrent data access
- consistency
- database
- Davide Mauri
- default behavior
- distributed transactions
- durability
- dynamic locking
- isolation
- Lara Rubbelke
- locked
- locking
- logging
- long-running transaction
- Mars
- MS DTC
- multiple active result set
- non-blocking transactions
- queued
- row versioning
- snapshot
- SQL Server
- transactions
- two-phase commit
- waiting
Managing concurrent access to a resource, be it a row, a table, or a single value, is easy if no one is trying to modify the underlying data. But what happens if someone changes data while someone else is reading it? Even better, what could happen if two or more users try to change the […]
Read More
How to use Azure Cosmos DB from your Spring Boot App
In this episode, Mark Brown welcomes Principal Cloud Advocate Mark Heckler to the show to discuss using Azure Cosmos DB as a data store for your Spring Boot Application. Spring offers powerful abstractions for Java developers, allowing devs to focus on delivering real business value faster and with less boilerplate. What if your database could […]
Read More
Demo of Red Hat OpenShift Database Access for developers (Service Preview)
See a demo of the service preview release of Red Hat OpenShift Database Access, a cloud service offering on Red Hat OpenShift Dedicated or Red Hat OpenShift Service on AWS. Red Hat OpenShift Database Access makes it easier to discover, consume, monitor, and manage databases. In this demo, geared towards developers, Jeremy Ary runs through […]
Read More
Transaction SQL tutorial : SQL Commit and Rollback
- Frank
- January 5, 2022
- Data
- database
- database errors
- Hadoop Case studies
- Hadoop certificate
- Hadoop class
- Hadoop class weekly
- Hadoop Live Practical Class
- Hadoop projects
- Hadoop training live technical support
- Hadoop training online
- Manipulation
- Multiple tables
- mySQL
- PHP
- SQL
- sql tutorial
- Tables
- transaction
- What is SQL
A great tutorial on the ACID capabilities of SQL. A transaction is the propagation of one or more changes to the database. For example, if you are creating a record or updating a record or deleting a record from the table, then you are performing transaction on the table. It is important to control transactions […]
Read More