Browse: D

Browse all entries across every topic.

Entries starting with "D"

Data Engineering Research Jun 9, 2026
Dagster 2.0: Next-Gen Data Pipeline Orchestration for the Modern Data Platform

Deep dive into Dagster 2.0's asset-based orchestration model, software-defined assets, and the shift from DAG-centric to asset-centric pipeline design. Covers partitioning, backfills, and the new dagster-ui 2.0.

Markets Learn
Dark Pools, ATS, and Off-Exchange Trading: Structure and Regulation

Dark pools and alternative trading systems (ATS) allow institutional investors to trade large blocks without revealing their intentions to the broader market. This module covers dark pool types (broker-dealer internalization, broker crossing networks, agency cross networks, electronic communication networks), ATS regulation under Reg ATS and Reg NMS, the debate on market fragmentation vs consolidation, securities lending mechanics, and 2025-2026 SEC market structure reforms targeting tick sizes, access fees, and best execution standards.

Data Engineering Learn
Data Contracts & Data Lineage: Building Trust in Modern Data Pipelines

Data contracts formalize the agreement between data producers and consumers, while data lineage tracks the end-to-end flow of data through pipelines. This module covers the theoretical foundations of data contracts (schema, SLAs, semantics), practical implementation with tools like Apache Avro, Great Expectations, and OpenLineage, and current 2025-2026 trends including contract-as-code workflows, automated lineage at Snowflake/Databricks, and the rise of the data contract catalog.

Data Engineering Research Jun 9, 2026
Data Contracts: Schema as API for the Analytics Team

Implementing data contracts with dbt-expectations, Soda, and Great Expectations. Covers schema evolution, contract versioning, producer/consumer ownership patterns, and breaking change detection in production pipelines.

Data Engineering Learn
Data Engineering Basics: Glossary and Tool Landscape

An introduction to data engineering: the lifecycle, modern tools, architectural patterns, and key concepts glossary. Covers ingestion, storage, transformation, orchestration, and data quality.

Data Engineering Knowledge
Data Engineering Glossary

Key terms and definitions for data engineering, DataOps, and analytics — sourced from Databricks, Apache, dbt, and cloud provider documentation.

Data Engineering Learn Jun 7, 2026
Data Ethics & Privacy Engineering — Building Trustworthy Data Systems

Navigate the ethical and privacy challenges of data-driven systems: privacy-by-design principles, differential privacy, consent management, AI ethics frameworks, and the 2026 regulatory landscape.

Data Engineering Research Jun 13, 2026
Data Mesh in Practice: Implementing Domain Ownership Without Chaos

Practical guide to data mesh adoption: domain ownership patterns, data product definitions, federated governance, and the compute platform. Case studies of mesh implementations and common failure modes.

Data Engineering Learn
Data Mesh: Architecture, Governance, and Real-World Adoption

Data mesh applies domain-driven design to data architecture, organizing ownership by business domain rather than centralized platforms. This module covers the four principles of data mesh (domain ownership, data as a product, federated governance, self-serve platform), practical implementation patterns using dbt, Databricks, and Snowflake, and 2025-2026 trends including the data mesh maturity model, mesh-native cataloging, and lessons from early adopters at Zalando, JPMorgan, and Intuit.

Data Engineering Research Jun 9, 2026
Data Observability: Monitoring, Lineage, and Incident Response for Pipelines

Implementing data observability with open source tools: OpenLineage for lineage, Great Expectations for quality monitoring, and custom health checks. Incident response runbooks and SLAs for data products.

Data Engineering Learn
Data Pipeline Cost Optimization: FinOps, Rightsizing, and Platform KPIs

As data volumes grow, pipeline costs can spiral without disciplined measurement and optimization. This module covers cost allocation models (chargeback, showback), rightsizing strategies (spot instances, auto-scaling, query optimization), monitoring with data platform KPIs (cost per query, cost per TB processed), and 2025-2026 trends including FinOps for data, real-time cost anomaly detection, and the rise of data cost intelligence platforms that provide granular cost attribution across warehouses, lakes, and streaming infrastructure.

Data Engineering Learn
Data Pipeline Fundamentals: Batch vs Streaming

Data pipelines move and transform data from source to destination. This module explains batch processing vs streaming, ETL vs ELT patterns, and when to use each approach with real-world examples.

Compliance Research Jun 8, 2026
Data Pipeline Observability in Financial Crime Compliance: Real-Time AML Monitoring at Scale

How DataOps practices including pipeline observability, data quality monitoring, and automated lineage tracking are transforming anti-money laundering transaction monitoring systems at major financial institutions.

Data Engineering Research Jun 8, 2026
Data Pipeline Patterns for High-Throughput Genomics: Orchestrating Bioinformatics Workflows with Dagster

Applying modern DataOps orchestration to genomics: Dagster assets for sequencing pipeline stages, Great Expectations for quality gates on base-call accuracy, and dbt for cohort-level analytical transformations.

Data Engineering Learn
Data Pipeline Patterns: Batch, Streaming, and Event-Driven Architectures

Understand batch processing, stream processing, micro-batch, Lambda vs Kappa architectures, event-driven design with Kafka and CDC, and a decision framework for choosing the right pattern.

Data Engineering Research Jun 18, 2026
Data Platform as a Product: UX Patterns for Internal Developer Platforms

Treating the data platform as an internal product: developer experience design, self-service data ingestion, catalog/search UX, pipeline debugging tools, and SLA dashboards. Patterns from leading platform teams.

Data Engineering Research Jun 14, 2026
Data Products: Designing APIs for the Internal Data Platform

Data product design patterns: API contracts, SLAs, versioning, discovery, and access control. Implementation with dbt (data products as models), Dagster (software-defined assets), and DataHub for cataloging.

Data Engineering Research Jun 9, 2026
Data Quality at Scale: Great Expectations Beyond Unit Tests for Data

Advanced patterns for Great Expectations in production: custom expectations, data docs auto-generation, checkpoint orchestration, and integration with Dagster and Airflow for automated quality gating.

Data Engineering Learn Jun 8, 2026
Data Quality Engineering: Testing, Monitoring, and Expectations at Scale

Why Data Quality Engineering Matters In a DataOps culture, data quality is not discovered after the fact — it is engineered into the pipeline from day one. Every time data moves between st

Data Engineering Learn
Data Quality Monitoring: SLAs, Observability, and Automated Testing

Data quality monitoring ensures pipelines deliver trustworthy data through automated detection of anomalies, schema changes, and freshness violations. This module covers the six dimensions of data quality, monitoring tools (Great Expectations, Soda, dbt tests, Monte Carlo, Bigeye), defining and enforcing data quality SLAs, building observability dashboards, and 2025-2026 trends including AI-driven anomaly detection for data quality, the rise of the data observability category, and integration of quality checks into data contracts.

Data Engineering Learn
Data Quality, Observability, and Cost Optimization at Scale

Master data quality frameworks (Great Expectations, dbt tests), data observability (freshness, volume, schema, lineage), cost optimization strategies (partitioning, incremental, tiering), feature stores, and building a production observability-driven quality program.

Data Engineering Learn
Data Security and Access Control in Modern Data Architectures

Data security protects data from unauthorized access, modification, and exfiltration across increasingly complex architectures. This module covers access control models (RBAC, ABAC, ReBAC), encryption at rest and in transit, data masking and tokenization, network security for data pipelines (VPCs, private links, zero-trust), and 2025-2026 trends including data security posture management (DSPM), attribute-based access control for data lakes, and the convergence of data security with data governance platforms.

Data Engineering Learn
Data Versioning and Reproducibility for Analytics and ML

Data versioning tracks changes to datasets over time, enabling reproducibility, auditing, and collaboration. This module covers versioning strategies (copy-on-write, delta tables, git-like semantics), tools (lakeFS, DVC, Delta Lake, Iceberg), integration with feature stores and metric stores, and 2025-2026 trends including the ML reproducibility crisis driving adoption, lakeFS for data operations, and the convergence of data versioning with CI/CD pipelines for data.

Data Engineering Learn
Data Warehouse vs Data Lake: Choosing the Right Architecture

Data warehouses and data lakes serve different purposes in the modern data stack. This guide compares their architectures, use cases, costs, and explains the emerging lakehouse paradigm.

Data Engineering Knowledge Jun 8, 2026
DataOps Glossary

Key DataOps and data engineering terminology.

Data Engineering Knowledge Jun 7, 2026
DataOps Trends & Tool Landscape 2026

Current trends in DataOps: medallion architecture, Dagster vs Airflow, data contracts, Apache Iceberg, and quality-as-code practices.

Data Engineering Learn Jun 8, 2026
DataOps: Principles, Practices, and Pipeline Architecture

What is DataOps? DataOps is an automated, process-oriented methodology used by data teams to improve the quality and reduce the cycle time of data analytics. It applies agile software deve

Data Engineering Research Jun 9, 2026
dbt Mesh: Decentralizing Data Transformation at Enterprise Scale

dbt Mesh architecture: dbt projects as domains, cross-project refs, blue/green deployments for models, and governance through the dbt Cloud Discovery API. Migration guide from monolithic dbt projects.

Data Engineering Research Jan 1, 2004
Dean & Ghemawat (2004) - MapReduce: Simplified Data Processing on Large Clusters

MapReduce abstracts distributed computation into map and reduce phases, enabling petabyte-scale data processing across commodity clusters while hiding parallelization, fault tolerance, and load balancing complexities.

Data Engineering Research Jun 9, 2026
Debezium and CDC: Capturing Database Changes at Scale

Change Data Capture with Debezium: connector configuration, schema evolution handling, initial snapshots, and integration with Kafka and Flink. Patterns for reliable replication and exactly-once semantics.

Compliance Research Aug 17, 2026
Declining Modularity of Intellectual Bases During the Emergence of Research Areas

Understanding how research areas emerge can help identify nascent areas early and inform research strategy, yet how the intellectual base of a field restructures as an area takes shape remains unclear

Compliance Research Mar 10, 2026
DeFi platforms face unprecedented AML enforcement actions globally

Global regulators escalate enforcement against decentralized finance platforms for AML violations, with of recent actions by SEC, FCA, and MAS against major DeFi protocols.

Data Engineering Research Jun 9, 2026
Delta Lake vs Apache Iceberg vs Apache Hudi: Lakehouse Format Shootout

Head-to-head comparison of the three major lakehouse storage formats: table mutation semantics, time travel, schema evolution, compaction, and ecosystem integration (Spark, Flink, Trino, DuckDB). Benchmark results included.

Compliance Learn
Designing a Comprehensive AML Compliance Program

Create a complete AML compliance program: risk assessment methodology with weighted scoring, transaction monitoring rule design, SAR governance frameworks, fintech compliance case study, training program design, and regulatory exam preparation. Advanced level.

Data Engineering Learn
Designing a Production Data Platform: From Requirements to Architecture

Master the full lifecycle of data platform design: requirements gathering, architecture methodology, a fintech case study, data mesh decentralization, open source vs managed decision framework, budget-friendly stacks, and evolving a platform into a data product.

Compliance Research Jan 1, 2022
Drezner (2022) - The Global Governance of Anti-Money Laundering

Drezner analyzes the FATF-led AML regime as an 'institutional shell' — highly developed formal structure with limited practical effectiveness, serving multiple stakeholders beyond crime reduction.

Compliance Research Aug 17, 2026
DSPrompt: Dynamic Soft Prompt Defense Against M-RAG Corruption

Multimodal Retrieval Augmented Generation (M-RAG) is increasingly vulnerable to adversarial attacks where malicious data are crafted to produce embeddings that align with benign entries in the vector