New Podcast Talking Postgres

  • Post author:
  • Post category:Databases

What is Talking Postgres? Talking Postgres with Claire Giordano is a monthly podcast where we talk about the human side of Postgres, databases, and open source. Previously called “Path To Citus Con”, each of the 17 episodes published so far includes 1 or 2 amazing guests from the Postgres world.…

Continue ReadingNew Podcast Talking Postgres

What Is a Knowledge Graph?

  • Post author:
  • Post category:Databases

A knowledge graph is an organized representation of real-world entities and their relationships. It is typically stored in a graph database, which natively stores the relationships between data entities. Entities in a knowledge graph can represent objects, events, situations, or concepts. The relationships between these entities capture the context and…

Continue ReadingWhat Is a Knowledge Graph?

Technical Services Tools: Embracing Modern Frameworks and Influencing Efficiency

  • Post author:
  • Post category:Databases

The Technical Services Tools team at MongoDB plays a pivotal role in ensuring efficiency throughout the customer lifecycle. Led by experienced engineers like Jarrod Hinson, the team leverages advanced technologies such as generative AI and modern frameworks like MERN and MEAN to develop tools that enhance security, streamline support processes,…

Continue ReadingTechnical Services Tools: Embracing Modern Frameworks and Influencing Efficiency

What Is Big Data Ingestion

  • Post author:
  • Post category:Databases

What Is Big Data Ingestion You’ve probably heard the term “big data” thrown around a lot lately. But what does it actually mean, and how does it work? One key component is big data ingestion. Understanding how data moves from various sources into a centralized system can help you make…

Continue ReadingWhat Is Big Data Ingestion

What is Real Time Processing

  • Post author:
  • Post category:Databases

What is Real Time Processing You’re probably familiar with the concept of data processing, but have you ever wondered what real-time processing entails? Imagine being able to analyze and respond to data the moment it arrives. This is the world of real-time processing. Let’s dive into what real-time processing is…

Continue ReadingWhat is Real Time Processing

Bridging the data gap: an architecture for real-time user-facing analytics

The word "decision-maker" likely makes you immediately think of "C-suite" or "executive." But nowadays, we’re all decision-makers. Whether you're a banker or a blogger, you have important decisions on your plate and need accurate insights to make them. With the rise of SaaS and self-serve data platforms, organizations are constantly…

Continue ReadingBridging the data gap: an architecture for real-time user-facing analytics

When to Use Depth First Search vs Breadth First Search

  • Post author:
  • Post category:Databases

When to Use Depth First Search vs Breadth First Search “You’ve probably heard of Depth First Search (DFS) and Breadth First Search (BFS), but knowing when to use each can be tricky. These algorithms are fundamental for traversing graphs, yet they serve different purposes. Understanding their differences can help you…

Continue ReadingWhen to Use Depth First Search vs Breadth First Search

the floating-point divide: Using Drupal migrations to deploy new content

Using Drupal migrations to deploy new content Drupal Drupal 10.x Planet Drupal jstrecker 2024.07.14 @ 22:03 Following up on my previous article about using Drupal migrations to modify content, this article looks at importing new content into a site. I give examples of migrations that create paragraphs, nodes, URL aliases,…

Continue Readingthe floating-point divide: Using Drupal migrations to deploy new content

Transition to PHP-Based reStructuredText Rendering for TYPO3 Documentation

The New PHP-Based Rendering The new rendering engine is based on PHP, offering several distinct advantages over the previous Sphinx system. One of the most notable improvements is the speed of the rendering process. With the PHP-based System, documentation can be rendered in a fraction of the time it previously…

Continue ReadingTransition to PHP-Based reStructuredText Rendering for TYPO3 Documentation