Systems¶
Named systems referenced across sources: Kafka, Spanner, Envoy, TAO, Sitar, etc.
1693 pages
Most-cited¶
- Amazon S3 (Simple Storage Service) 42 sources — Amazon S3 is AWS's foundational object storage service, launched March 14, 2006 as the first public AWS service. By early 2025 it holds hundreds of trillions of objects across 36…
- Redpanda 27 sources — Redpanda is a ground-up C++ rewrite of a Kafka-API-compatible streaming broker, built on the thread-per-core Seastar framework with Raft-based replication.…
- PostgreSQL 26 sources — PostgreSQL ("Postgres") is an open-source object-relational database system, first released in 1986 and continuously developed since.…
- Cloudflare Workers 25 sources — Cloudflare Workers is Cloudflare's serverless JavaScript / WebAssembly compute tier, deployed across 330+ Cloudflare POPs.…
- Kubernetes 24 sources — Kubernetes is the dominant open-source container orchestrator (CNCF graduated, originally from Google's Borg lineage). Stub page — expand as sources cite specific subsystems.
- Model Context Protocol (MCP) 24 sources — Model Context Protocol (MCP) is an open standard — published at modelcontextprotocol.io — for servers to describe the tools they provide to LLM agents.…
- Unity Catalog (Databricks) 24 sources — Unity Catalog (UC) is Databricks' unified governance solution for data and AI assets. Several distinct faces show up across ingested sources:
- MySQL 23 sources — MySQL is a widely deployed open-source relational database, typically the default OLTP store for teams that need a familiar SQL engine and strong ecosystem support.…
- Apache Iceberg 22 sources — Apache Iceberg is an open table format that sits above columnar data files (typically apache-parquet) on an object store to provide a table abstraction — atomic row-level updates,…
- Databricks 22 sources — Databricks is a managed lakehouse / data-+-AI platform combining Delta Lake storage, Spark compute, SQL, ML, and governance (Unity Catalog) into one multi-cloud substrate.
- Apache Kafka 21 sources — Distributed, partitioned, replicated append-only log; the canonical open-source streaming-messaging substrate. Producers write keyed records to topics,…
- Apache Spark 20 sources — Apache Spark is the de-facto general-purpose distributed data-processing engine of the 2010s — a Scala/Java dataflow runtime with rich, safe higher-level abstractions (Spark SQL,…
All pages (A–Z)¶
- 1Password — 1Password is a commercial password manager — encrypted credential vault + browser plugin + mobile app — widely adopted as the shared-credential substrate for small-to-mid-size…
- AWS Certificate Manager (ACM) — AWS Certificate Manager (ACM) is the managed TLS certificate service for AWS accounts. ACM issues public certificates (free,…
- ACT — Anonymous Credit Tokens — ACT (Anonymous Credit Tokens) is an IETF Privacy Pass draft — draft-schlesinger-privacypass-act-01 — that extends Privacy Pass with credit-style credentials: a client contacts…
- activerecord-sql_commenter gem — activerecord-sqlcommenter is a PlanetScale-authored Ruby gem that makes Rails 7's native querylogtags feature emit query-annotation comments in the SQLCommenter format (Google's…
- Affirm — Affirm is a buy-now-pay-later (BNPL) provider. Surfaced on the wiki as one of four named non-card payment methods covered by Stripe Radar's cross- payment-method signal propagation…
- agent-browser — vercel-labs/agent-browser is an AI-driven browser-verification tool maintained by Vercel Labs. Lets an AI coding agent open a real browser, take actions,…
- Agent Lee — Agent Lee is Cloudflare's first-party in-dashboard AI assistant — launched 2026-04-15 in open beta — that understands a user's Cloudflare account and can both troubleshoot…
- Agent Skills (standard) — Agent Skills is an emerging standard for publishing task-instructional documents (skill documents) at a fixed well-known URL so AI agents can discover what specialised tasks…
- AgentCore Gateway — AgentCore Gateway is the Bedrock AgentCore surface that lets sub-agents invoke external systems (on-prem APIs, AWS services,…
- AgentCore Identity — AgentCore Identity is the Bedrock AgentCore surface responsible for authentication + authorisation of agents and their tool access — which agent is allowed to call which tool,…
- AgentCore Memory — AgentCore Memory is the Bedrock AgentCore surface that provides built-in session state + shared memory across sub-agents + automatic context preservation through asynchronous…
- Agentic Commerce Protocol (ACP) — The Agentic Commerce Protocol is an open checkout specification that lets buyers, AI agents, and sellers transact through APIs.…
- Agentic Inbox — Agentic Inbox (github.com/cloudflare/agentic-inbox) is Cloudflare's open-source reference application for building an email-client-plus-agent on the Workers developer platform…
- AI Crawl Control — AI Crawl Control (developers.cloudflare.com/ai-crawl-control) is a Cloudflare dashboard + ruleset surface that gives origin operators per-category policy over AI crawler traffic…
- Vercel AI SDK — Vercel AI SDK (ai-sdk.dev) is Vercel's open-source TypeScript toolkit for building AI- powered applications: provider-abstraction for multiple LLM vendors, streaming helpers,…
- AI Studio — AI Studio is Google's developer playground for the Gemini model family (aistudio.google.com). Named in the 2026-05-28 Google Research I/O 2026 roundup post as one of three product…
- AI Zone (Meta two-stage Clos training fabric) — AI Zone is Meta's name for the two-stage Clos topology that forms the backend training fabric of an AI cluster — a non-blocking spine+leaf design sized to host as many GPUs…
- Aidbox — Aidbox is Health Samurai's FHIR Server and Database — an operational FHIR data platform combining FHIR-native storage, RESTful FHIR API, terminology server capabilities,…
- Airbnb Destination Recommendation — Airbnb's Destination Recommendation system is a transformer-based sequence model that predicts which travel destination (city) a user is likely to want next,…
- Airbnb Knowledge Graph Infrastructure — Airbnb's internally managed, multi-tenant knowledge graph platform built on JanusGraph + DynamoDB + OpenSearch. Provides a paved-path graph data platform where each tenant operates…
- Airbnb fault-tolerant metrics storage — The storage-plane subsystem inside airbnb-observability-platform — the multi-cluster, multi-tenant time-series storage fleet that persists and serves Airbnb's metrics.…
- Airbnb observability platform — Airbnb's in-house metrics platform, built on Prometheus and PromQL, replacing a third-party vendor-managed system after a ~5-year migration.…
- Skipper (Airbnb) — Skipper is Airbnb's internal Java/Kotlin workflow engine for durable execution, disclosed in Skipper: Building Airbnb's embedded workflow engine (Ricardo Gamba and Andriy…
- Airbnb Unified Data Store (UDS) — Unified Data Store (UDS) is Airbnb's internal managed data store, referenced in the Skipper disclosure as one of Skipper's pluggable persistence backends alongside MySQL.…
- Airbyte — Airbyte is an open-source data-integration platform for moving data between sources (operational databases, SaaS APIs) and destinations (data warehouses, data lakes).…
- Alertmanager — Alertmanager is the CNCF-hosted alert-routing and -deduplication companion to Prometheus. Prometheus servers evaluate alerting rules and push firing alerts to Alertmanager,…
- Alliance for Open Media (AOMedia) — Alliance for Open Media (AOMedia / AOM) is an industry consortium founded in 2015 by Netflix, Google, Amazon, Meta, Mozilla, Cisco, Microsoft,…
- Amazon API Gateway — Amazon API Gateway is AWS's managed API ingress — fronts a REST, HTTP, or WebSocket API, handles routing, throttling, authz, request transformation, and caching,…
- Amazon Athena — Amazon Athena is AWS's serverless SQL query engine over aws-s3 — a managed Presto/Trino deployment that reads apache-parquet (and other open formats) directly from S3 with no…
- Amazon Aurora — Amazon Aurora is AWS's cloud-native relational database engine — wire-compatible with MySQL or PostgreSQL with a distributed storage layer that decouples compute from storage…
- Amazon Bedrock Knowledge Bases — Amazon Bedrock Knowledge Bases is an AWS managed service for building Retrieval-Augmented Generation (RAG) applications on top of Amazon Bedrock foundation models.…
- Amazon Bedrock — Amazon Bedrock is AWS's managed foundation-model runtime — a single API surface for inference against hosted first-party models (Amazon Titan / Nova) and third-party models…
- Amazon CloudFront — Amazon CloudFront is AWS's global content delivery network — edge locations cache + serve HTTP(S) content to end users with low latency,…
- Amazon CloudWatch Metric Streams — Amazon CloudWatch Metric Streams is the push-based export primitive on top of Amazon CloudWatch: it streams CloudWatch metrics in near real-time to an Amazon Data Firehose delivery…
- Amazon Cognito — Amazon Cognito is AWS's managed identity service — user directory + OIDC/OAuth-compatible authentication for web / mobile / machine-to-machine clients.…
- Amazon Data Firehose — Amazon Data Firehose (formerly Amazon Kinesis Data Firehose; rebranded February 2024) is AWS's fully managed capture-buffer-transform-deliver streaming service for real-time data.…
- Amazon Dynamo — Amazon Dynamo is the internal Amazon key-value storage system described in the DeCandia et al. SIGOPS 2007 paper. It is not the same system as Amazon DynamoDB (the 2012 public AWS…
- Amazon ECR (Elastic Container Registry) — Amazon ECR is AWS's managed OCI-compatible container image registry: customers push Docker / OCI images to private (or public) repositories and pull them from any AWS compute…
- Amazon ECS (Elastic Container Service) — Amazon Elastic Container Service (Amazon ECS) is AWS's proprietary container-orchestration service, the substrate for both App Mesh (deprecated) and ECS Service Connect (current).…
- Amazon EMR — Amazon EMR (Elastic MapReduce) is AWS's managed Hadoop-ecosystem runtime — hosts for apache-spark, apache-hive, Presto, Flink, HBase,…
- Amazon EventBridge — Amazon EventBridge is AWS's managed serverless event bus: producers put events onto a named bus, rules match events by content pattern and dispatch to configured targets (Lambda /…
- Amazon EVS (Elastic VMware Service) — Amazon Elastic VMware Service (Amazon EVS) is AWS's managed offering for running a VMware Cloud Foundation (VCF) stack natively inside a customer's Amazon VPC,…
- Amazon GuardDuty Malware Protection — Amazon GuardDuty Malware Protection is a feature of Amazon GuardDuty that scans backup recovery points and EC2 volumes for malware without requiring agents on the workload.
- Amazon GuardDuty — Amazon GuardDuty is AWS's managed threat-detection service: a continuously-running analytics engine over security-relevant signals (CloudTrail, VPC Flow Logs, DNS logs,…
- Amazon Inspector — Amazon Inspector is AWS's managed vulnerability-scanning service for EC2 instances, container images (Amazon ECR), and Lambda functions…
- Amazon Ion — Amazon Ion (amazon-ion.github.io/ion-docs) is Amazon's open-source richly-typed self-describing data serialization format with dual text/binary representations and a formal type…
- Amazon Key — Amazon Key is Amazon's physical-access-management product family — consumer-side In-Garage Delivery (couriers unlock + place packages inside customers' garages) and business-side…
- Amazon Kinesis Data Streams — Amazon Kinesis Data Streams is AWS's managed durable streaming substrate — a distributed, sharded, append-only log for real-time data ingestion.…
- Amazon Managed Grafana — Amazon Managed Grafana (AMG) is AWS's fully managed Grafana service — the Grafana visualization engine operated by AWS, with native integrations to AWS data sources (CloudWatch,…
- Amazon Managed Service for Prometheus — Amazon Managed Service for Prometheus (AMP) is AWS's managed Prometheus-compatible metrics backend — scales horizontally, 150-day retention by default,…
- Amazon me-central-1 (UAE) — Amazon me-central-1 is Amazon Web Services' Middle East (UAE) cloud region, launched 2022-08-30 in the United Arab Emirates.…
- Amazon me-south-1 (Bahrain) — Amazon me-south-1 is Amazon Web Services' Bahrain cloud region, launched 2019-07-29. It was AWS's first Middle-East region,…
- Amazon MSK (Managed Streaming for Apache Kafka) — Amazon MSK is AWS's managed Apache Kafka service. Customers get standard Kafka clients, topics, partitions, consumer groups,…
- Amazon OpenSearch Service — Amazon OpenSearch Service is AWS's managed service for OpenSearch (the open-source fork of Elasticsearch/Kibana). Since the addition of the k-NN plugin,…
- Amazon QuickSight — Amazon QuickSight is AWS's managed business-intelligence + analytics platform — interactive dashboards, the SPICE in-memory engine, ML Insights, pixel-perfect reports,…
- Amazon Redshift Spectrum — Amazon Redshift Spectrum is the query-against-S3 extension of Amazon Redshift: run SQL directly over data in S3 without loading it into the cluster,…
- Amazon Redshift — Amazon Redshift is AWS's managed cloud data warehouse — a columnar, MPP analytics database for petabyte-class OLAP workloads.…
- Amazon Rekognition — Amazon Rekognition is AWS's managed computer-vision API — face detection / comparison, object + scene detection, text in images, content moderation, celebrity recognition.…
- Amazon Route 53 — Amazon Route 53 is AWS's managed DNS service. In the context of this wiki, the feature of interest is weighted routing records: multiple records for the same name with per-record…
- Amazon S3 Object Lock — Amazon S3 Object Lock is an S3 feature that prevents object deletion or overwriting for a configured retention period. It provides write-once-read-many (WORM) semantics enforced…
- Amazon SageMaker Unified Studio — Amazon SageMaker Unified Studio is the next-generation unified development environment for data and AI on AWS, part of the next-generation SageMaker.…
- Amazon SOCI (Seekable OCI) — SOCI (Seekable Open Container Initiative) is an open-source index format, maintained as an AWS-originated CNCF sandbox project,…
- Amazon Textract — Amazon Textract is AWS's managed document text and metadata extraction service — OCR plus form / table / key-value / signature detection over scanned and digital documents.…
- Amazon Titan Text Embeddings — Amazon Titan Text Embeddings is AWS's family of first-party text embedding models available through Amazon Bedrock. Invoked via the Bedrock Runtime API (bedrock.invokemodel…
- Amazon Verified Permissions — Amazon Verified Permissions (AVP) is AWS's managed Cedar policy engine — a service that takes (principal, action, resource,…
- Amazon VPC Flow Logs — Amazon VPC Flow Logs is the AWS service that records network traffic metadata flowing through Elastic Network Interfaces (ENIs) in a Virtual Private Cloud (VPC).…
- Amazon WorkSpaces Connection Health Check — Amazon WorkSpaces Connection Health Check is a public-facing AWS diagnostic web page (clients.amazonworkspaces.com/Health.html) that measures round-trip-time (RTT)…
- AMD Instinct MI300X — The AMD Instinct MI300X is AMD's flagship data-center GPU for AI training and inference workloads, competitive with the NVIDIA H100 class.…
- AMD SEV-SNP — AMD Secure Encrypted Virtualization with Secure Nested Paging (SEV-SNP) is AMD's VM-granularity trusted execution environment.…
- Amundsen — Amundsen is Lyft's open-source data-discovery + metadata platform, originally built by the Lyft Data Platform team in 2018 and contributed to the Linux Foundation AI & Data…
- Android Accessibility Framework — The Android Accessibility Framework is the set of platform APIs Android apps use to expose UI semantics to assistive technologies like TalkBack.…
- Android Earthquake Alerts System (AEA) — Android Earthquake Alerts (AEA) is Google's planet-scale earthquake early-warning (EEW) system. Android devices act as a distributed seismometer fleet…
- Android Fragment — An Android Fragment is a modular, reusable portion of a user interface within an Android Activity. Fragments were introduced in Android 3.0 (Honeycomb,…
- Android System SafetyCore — Android System SafetyCore is a Google system service for Android 9+ devices that provides on-device infrastructure for privacy-preserving safety features…
- Angle (Glean query language) — Angle is the declarative logic-based language used for both schemas and queries in Meta's Glean code-indexing system. "Angle is an anagram of Glean,…
- Anthropic Project Glasswing — Project Glasswing is Anthropic's controlled-research partner program through which a small number of external organisations are given access to preview cyber frontier models…
- anthropics/claude-code-action — anthropics/claude-code-action is Anthropic's official GitHub Actions integration for Claude Code. It lets workflows invoke Claude with scoped tools (Read, Edit, Bash,…
- Antigravity — Antigravity is a Google developer environment / surface powered by Gemini 3.5 Flash. Named in the 2026-05-28 Google Research I/O 2026 roundup post as one of three product surfaces…
- Anyscale Platform — Anyscale Platform is the commercial managed ray runtime from Anyscale, the company founded by the original Berkeley RISELab Ray creators.…
- Apache Airflow — Apache Airflow is the open-source workflow orchestration system originally created at Airbnb (2014; donated to ASF, TLP in 2019).…
- Apache Arrow — Apache Arrow is a language-agnostic in-memory columnar format for tabular data. Where apache-parquet is the on-disk/object-storage columnar format,…
- Apache Cassandra — Apache Cassandra is a distributed, wide-column NoSQL database originating at Facebook in 2008 (Lakshman + Malik) and donated to the Apache Software Foundation in 2009.…
- Apache DataSketches — Apache DataSketches (datasketches.apache.org) is a top-level Apache Software Foundation project providing a production-grade library of probabilistic data structures — sketches…
- Apache Druid — Apache Druid is an open-source real-time OLAP / time-series database designed for high-ingest, low-latency slice-and-dice analytics over event data (dashboards, monitoring,…
- Apache Flink — Apache Flink is the JVM-based open-source distributed stream-processing engine that became the de-facto default for stateful event-time stream processing in the 2010s-20s.…
- Apache Hive — Apache Hive is the Hadoop-era SQL-on-HDFS query engine + metastore — the system that popularised the "tables over a data lake" idea at Facebook in the late 2000s and became…
- Apache Hudi — Apache Hudi (Hadoop Upserts Deletes and Incrementals) is one of the three canonical open table formats alongside apache-iceberg and delta-lake…
- Apache Iceberg — Apache Iceberg is an open table format that sits above columnar data files (typically apache-parquet) on an object store to provide a table abstraction — atomic row-level updates,…
- Apache Livy — Apache Livy is the open-source REST service for Apache Spark that exposes Spark job submission, interactive shell sessions, and batch-job lifecycle management as an HTTP API.…
- Apache Parquet — Apache Parquet (2013) is a columnar on-disk file format for tabular data. It became the de-facto object-level format for tables on cloud object stores,…
- Apache Pekko — Apache Pekko is an Apache Software Foundation project that is a fork of Akka — the JVM toolkit for building concurrent, distributed,…
- Apache Phoenix + Omid (Sparrow substrate) — Apache Phoenix is a SQL layer over HBase that provides JDBC-compatible SQL access, secondary indexes, and schema management on top of HBase's wide-column model.…
- Apache Polaris — Apache Polaris™ is an open-source implementation of the Iceberg REST Catalog protocol — a managed HTTP service that owns the mapping from logical table name → current Iceberg…
- Apache Spark — Apache Spark is the de-facto general-purpose distributed data-processing engine of the 2010s — a Scala/Java dataflow runtime with rich, safe higher-level abstractions (Spark SQL,…
- Apache Thrift — Apache Thrift (thrift.apache.org) is an open-source interface description language (IDL) and RPC/serialization framework,…
- Apache Tornado — Apache Tornado (tornadoweb.org) is a Python asynchronous web framework and networking library. Provides a non-blocking network I/O model (similar in spirit to Node.js's event loop)…
- Apache YARN — Apache YARN (Yet Another Resource Negotiator) is the resource manager and job scheduler that sits at the heart of Apache Hadoop.…
- Apache Yunikorn — Apache Yunikorn is an open-source resource scheduler originally developed by Cloudera and donated to the Apache Software Foundation…
- Apache Zeppelin — Apache Zeppelin is an open-source web-based notebook for interactive data analytics. It supports multiple language interpreters in a single notebook (Spark, SQL, Python, PySpark,…
- Apache ZooKeeper — Apache ZooKeeper is a long-running distributed-coordination service providing strongly-consistent hierarchical key-value storage (the zNode tree),…
- API Catalog (RFC 9727) — API Catalog (RFC 9727, published 2025) is an IETF standard that specifies a fixed well-known URL — /.well-known/api-catalog…
- Apollo Federation — Apollo Federation is Apollo's architecture for composing a single unified GraphQL schema (supergraph) from many independently-owned GraphQL services (subgraphs).…
- App Store Connect — App Store Connect is Apple's developer portal for distributing iOS apps through the App Store, including submission, review, and phased release controls.
- ArangoDB — ArangoDB is an open-source multi-model database combining document, graph, and key-value data models under a single query language (AQL — ArangoDB Query Language).…
- ARC — Anonymous Rate-Limit Credentials — ARC (Anonymous Rate-Limit Credentials) is an IETF Privacy Pass WG draft — draft-ietf-privacypass-arc-protocol — that extends Privacy Pass with rate-limit semantics: origins can…
- ArchUnit — ArchUnit (archunit.org) is a popular OSS Java library for enforcing architectural code rules as part of a JUnit suite. It analyzes compiled JVM bytecode via ASM and exposes…
- Arctic Wolf security telemetry table — The Arctic Wolf security telemetry table is [Arctic Wolf]'s production 3.8+ PB Delta Lake table on Unity Catalog managed tables ingesting 1+ trillion events per day,…
- Argo Workflows — Argo Workflows is a Kubernetes-native open-source workflow engine (CNCF project) for orchestrating parallel jobs on Kubernetes. Each step runs as a Kubernetes pod.
- ArgoCD — ArgoCD is a CNCF-graduated GitOps continuous-delivery controller for Kubernetes. A Git repository declares the desired state of a set of Kubernetes manifests (Deployments,…
- ARM64 ISA (AArch64) — ARM64 (also called AArch64) is ARM's 64-bit instruction set architecture. A fixed-length 4-byte ISA: every instruction is exactly 32 bits.…
- Armeria — Armeria is an open-source asynchronous microservice framework for the JVM (originally from LINE). Supports HTTP/1, HTTP/2, gRPC, Thrift,…
- Arpio — Arpio is a third-party SaaS product (AWS Resilience Competency Partner) that provides full-workload discovery + backup + cross-Region cross-account recovery for AWS workloads.…
- ArtifactFS — ArtifactFS (github.com/cloudflare/artifact-fs) is Cloudflare's open-source filesystem driver that mounts a Git repository as a local filesystem…
- Asiatech (AS43754) — Asiatech is an Iranian Internet service provider operating as Autonomous System 43754 (AS43754). Prior to January 2026, it was one of the two largest IPv6-announcing ASes in Iran…
- Ask Maps — Ask Maps is a Google Maps feature that "allows people to ask complex, longer questions in Google Maps" — a Gemini-powered conversational interface layered on top of Maps'…
- Ask YouTube — Ask YouTube is a YouTube feature "which helps users find videos and information easily" — a Gemini-powered conversational discovery interface layered on top of YouTube's catalog…
- ASM bytecode toolkit — ASM (asm.ow2.io) is the de-facto OSS JVM bytecode framework, hosted by the OW2 consortium. It provides both a low-level event-driven visitor API and a tree-based object model…
- ASPA (Autonomous System Provider Authorization) — ASPA is an IETF SIDROPS working-group draft standard (draft-ietf-sidrops-aspa-verification) for BGP path validation. It extends RPKI…
- Astro — Astro is a Vite- based web framework optimised for content-heavy / mostly-static sites. Islands architecture (render static HTML by default,…
- Atlas CLI — Atlas CLI (atlasgo.io) is an open-source schema-management tool from Ariga for relational databases. It treats the database schema as a file — by convention an HCL document…
- Atlas Global Clusters — Atlas Global Clusters is MongoDB Atlas's geographic-sharding feature, built on top of the MongoDB server's core sharding system.…
- Atlas Hybrid Search (MongoDB native hybrid search functions) — Atlas Hybrid Search is MongoDB's native hybrid-search primitive — a first-class MongoDB Query API (MQL) aggregation-pipeline surface that combines Atlas Search (BM25 on Lucene…
- Atlas Queryable Encryption — Atlas Queryable Encryption is MongoDB's industry-first searchable encryption scheme — a cryptographic + server-side index construction that lets applications run equality and range…
- Atlas Vector Search — Atlas Vector Search is MongoDB's native vector similarity search capability, integrated directly into the MongoDB query engine rather than provided as a separate database product…
- Atlassian Fireworks — Fireworks is Atlassian's internal Firecracker-microVM orchestrator on Kubernetes, the "secure execution engine behind Atlassian's AI agent infrastructure." It accepts an OCI…
- Atlassian Jira Optimisation Tools — Atlassian Jira Optimisation Tools is a set of Jira Cloud admin experiences plus backend async workflows that help customers stay under the limits and guardrails Atlassian…
- Atlassian Jira Site Optimiser — Site Optimiser is the Jira Cloud admin dashboard experience that "surfaces configuration issues and improvement opportunities across spaces." (Source:…
- Atlassian Long Horizon — Atlassian's Long Horizon is a reasoning-native agent orchestrator that powers Rovo Chat. It replaced the Hybrid Orchestrator (a hierarchical multi-agent system with per-product…
- Atlassian ML Studio — Atlassian ML Studio is Atlassian's unified enterprise-scale ML development platform that standardizes modular development, centralizes workflow orchestration,…
- Atlassian Pre-computation Framework — The Pre-computation Framework is the platform-layer substrate at Atlassian Jira Cloud that owns "the workflow, task workers, batching, retries, and observability" for async,…
- Atlassian Teamwork Graph — Atlassian's Teamwork Graph is Atlassian's named cross-product knowledge graph spanning Jira, Confluence, Bitbucket, and other Atlassian products.…
- Aurora DSQL — Aurora DSQL is AWS's serverless distributed SQL database, announced at re:Invent 2024. It targets what prior generations of Aurora did not: a relational database that scales out…
- Aurora Global Database — Amazon Aurora Global Database is AWS's cross-region read-replica cluster feature for Amazon Aurora. A "separate read-only Aurora cluster that your data will be replicated to"…
- Aurora PostgreSQL Limitless Database — Amazon Aurora PostgreSQL Limitless Database is AWS's horizontally-scaled, PostgreSQL-compatible offering within the Aurora family: a single logical Postgres database…
- AutoGen — AutoGen is Microsoft Research's open-source multi-agent conversation framework for LLMs (arXiv 2308.08155). On this wiki it appears as a named baseline for data-science-agent…
- AV1 codec — AV1 (AOMedia Video 1) is the royalty-free video codec developed by the Alliance for Open Media (AOM) — a consortium whose founding members include Netflix, Google, Amazon, Meta,…
- AWS Application Load Balancer (ALB) — AWS Application Load Balancer is the L7 (HTTP/HTTPS) load balancer offering in the AWS Elastic Load Balancing family. It performs TLS termination (typically with an ACM-issued…
- AWS App Mesh — AWS App Mesh is AWS's first-generation, Envoy-based service mesh for ECS, EKS, Fargate, and EC2 workloads. It exposes a four-tier abstraction stack on top of ECS services (Mesh →…
- AWS AppSync — AWS AppSync is AWS's managed GraphQL + Pub/Sub API service. Defines a GraphQL schema backed by pluggable resolvers (Lambda, DynamoDB, RDS, HTTP, OpenSearch, EventBridge).…
- AWS Auto Scaling Groups — AWS Auto Scaling Groups (ASGs) are the AWS-native primitive for maintaining a pool of EC2 instances launched from a single launch template or configuration. ASGs provide:
- AWS Backup logically air-gapped vault — The AWS Backup logically air-gapped vault is a vault type within AWS Backup that provides service-enforced deletion protection for backup recovery points.…
- AWS Backup Restore Testing — AWS Backup Restore Testing is a feature of AWS Backup that automatically tests the recoverability of backups on a schedule by performing actual restore operations and reporting…
- AWS Backup — AWS Backup is AWS's unified backup control plane — a single managed service that consolidates data-protection across AWS services behind one configuration / policy / vault surface.…
- AWS CDK — AWS Cloud Development Kit (CDK) is AWS's imperative IaC framework: developers describe infrastructure in TypeScript / Python / Java / Go / .NET,…
- AWS Certificate Manager (ACM) — AWS Certificate Manager (ACM) is the AWS service for issuing, managing, and renewing TLS/SSL certificates. ACM provides:
- AWS Cloud Map — AWS Cloud Map is AWS's service-discovery registry: customers create a namespace (the logical boundary), register service instances under it,…
- AWS CloudFormation — AWS CloudFormation is AWS's native declarative Infrastructure-as-Code service: YAML/JSON templates describe a desired set of AWS resources;…
- AWS CloudTrail — AWS CloudTrail is the AWS service that records API activity across the AWS account — every control-plane call (creating an EC2 instance, modifying an IAM policy,…
- Amazon CloudWatch — Amazon CloudWatch is AWS's managed observability service for metrics, logs, and alarms across AWS services and customer applications.…
- AWS CodePipeline — AWS CodePipeline is AWS's managed CI/CD-pipeline service — sourced by CodeCommit/GitHub/S3, building via CodeBuild (or arbitrary integrations),…
- AWS Config — AWS Config is AWS's resource-configuration tracking and compliance-evaluation service — records resource state history, evaluates Config Rules against resources,…
- AWS Control Tower — AWS Control Tower is AWS's governance service on top of AWS Organizations — a higher-level UX for setting up and managing secure,…
- AWS Cost Explorer — AWS Cost Explorer is AWS's cost-analysis UI + API over the billing data exposed by AWS Organizations' consolidated billing.…
- AWS Common Runtime (CRT) — The AWS Common Runtime (CRT) is a C-based library that implements AWS best-practice network / request behaviour — connection pooling, request parallelization, retry with jitter,…
- AWS Deep Learning AMI (DLAMI) — The AWS Deep Learning AMI is an AWS-maintained Amazon Machine Image preconfigured with GPU-oriented ML software (CUDA, cuDNN, NCCL, PyTorch / TensorFlow builds) for EC2 instances.…
- AWS DevOps Agent — AWS DevOps Agent is AWS's fully managed autonomous AI agent for EKS (and broader AWS) incident investigation and preventive recommendations.…
- AWS Direct Connect — AWS Direct Connect is AWS's dedicated private network connection service — layer-2/3 circuits terminating in AWS Direct Connect Points of Presence (PoPs),…
- AWS Distro for OpenTelemetry (ADOT) — AWS Distro for OpenTelemetry (ADOT) is AWS's open-source distribution of OpenTelemetry — production-ready agents, language SDKs, and Collector builds maintained by AWS,…
- Amazon EBS (Elastic Block Store) — Amazon Elastic Block Store (EBS) is AWS's network-attached block-storage service for EC2 instances — launched Aug 20, 2008, ~two years after EC2.…
- Amazon EC2 G7e instance family — Amazon EC2 G7e is the GPU-memory-optimised inference instance family in EC2, built around the NVIDIA RTX PRO 6000 Blackwell GPU with 96 GB of GPU memory.…
- Amazon EC2 (Elastic Compute Cloud) — Amazon EC2 (launched beta 2006) is AWS's virtual-machine compute service. Its runtime experience is tightly coupled to aws-ebs for system disks and to the networking/storage…
- Amazon ECS agent (ecs-agent) — The Amazon ECS agent (amazon/amazon-ecs-agent:latest) is the per-host daemon that joins an EC2 instance to an Amazon ECS cluster and runs containerised tasks on behalf of ECS.…
- Amazon ECS Service Connect — Amazon ECS Service Connect is AWS's current-generation, fully managed service-mesh layer for ECS workloads. Introduced at re:Invent 2022,…
- Amazon EFS (Elastic File System) — Amazon EFS (Elastic File System) is AWS's managed NFSv4 network filesystem service — an elastic, multi-AZ, POSIX-semantics filesystem accessible from EC2, containers, and Lambda.…
- AWS EKS (Elastic Kubernetes Service) — Amazon EKS (Elastic Kubernetes Service) is AWS's managed Kubernetes control plane — AWS runs the API server, etcd, and the core controllers;…
- AWS Elastic Disaster Recovery (AWS DRS) — AWS Elastic Disaster Recovery (AWS DRS) is AWS's managed service for continuous block-level replication of server workloads (EC2 instances, on-prem servers,…
- AWS ElastiCache — AWS ElastiCache is AWS's managed in-memory cache service, supporting the Redis and Memcached engines. Removes the operational burden of running Redis/Memcached clusters directly…
- AWS Elemental MediaLive — AWS Elemental MediaLive is an AWS managed live video encoding service. It ingests a source stream (over RTP / RTMP / HLS / SRT / other protocols),…
- AWS ENA driver (Elastic Network Adapter) — The ENA Linux kernel driver (amzn/amzn-drivers) is the standard Linux network driver for AWS EC2 instance types using Elastic Network Interfaces (ENIs).…
- AWS European Sovereign Cloud — AWS European Sovereign Cloud is AWS's EU-resident cloud partition — "a partition built entirely within the EU, launched in 2026" (Source:…
- AWS Fargate — AWS Fargate is AWS's serverless container runtime — a compute engine for containers where AWS operates the underlying hosts and the customer provides only the container image +…
- Amazon FSx — Amazon FSx is AWS's managed file-storage family for purpose- specific filesystems beyond the generic NFS provided by EFS: Windows File Server (SMB), Lustre (HPC),…
- AWS Glue for Ray — AWS Glue for Ray is AWS's managed serverless ray runtime, a subflavor of aws-glue. Announced as part of making Ray accessible without building your own serverless-job management…
- AWS Glue — AWS Glue is AWS's serverless ETL + data-catalog offering. It bundles a Hive-Metastore-compatible catalog (the "Glue Data Catalog") and a serverless Spark runtime (and more recently…
- AWS GovCloud (US) — AWS GovCloud (US) is AWS's US-public-sector partition. "Launched in 2011, [it] supports US public sector customers with compliance needs such as FedRAMP and ITAR." (Source:…
- AWS Health Dashboard — The AWS Health Dashboard (health.aws.amazon.com) is Amazon Web Services' official service-health disclosure surface. It publishes first-party,…
- AWS IAM Access Analyzer — AWS IAM Access Analyzer is the AWS service that uses automated reasoning to identify resources accessible from outside an AWS account / Organization, surface unintended access,…
- AWS IAM Identity Center — AWS IAM Identity Center (formerly AWS SSO) is the AWS service for centralised workforce identity management across an AWS Organization.…
- AWS Identity and Access Management (IAM) — AWS Identity and Access Management (IAM) is AWS's per-partition authorization system — the service that evaluates whether a given principal is allowed to take a given action…
- AWS KMS — AWS Key Management Service (KMS) is AWS's managed key-management service. It hosts customer keys (HSM-backed), exposes Wrap/Unwrap / Encrypt/Decrypt / Sign APIs under IAM,…
- AWS Lambda SnapStart — Lambda SnapStart (launched 2022) is AWS Lambda's snapshot-based cold-start acceleration, built on Firecracker VM snapshotting.…
- AWS Lambda — AWS Lambda is AWS's function-as-a-service compute platform, launched Nov 2014. Runs customer code in stateless invocations on AWS-managed infrastructure,…
- AWS Managed Flink (Managed Service for Apache Flink) — AWS Managed Service for Apache Flink (formerly Kinesis Data Analytics for Apache Flink) is AWS's managed runtime for Apache Flink jobs.…
- AWS Multi-party approval (MPA) — AWS Multi-party approval (MPA) is an AWS service primitive that requires a predefined set of approvers — configured via IAM Identity Center…
- AWS Network Firewall — AWS Network Firewall is a managed stateful network firewall deployable as a VPC endpoint: incoming and outgoing traffic routed through it is filtered against Suricata-compatible…
- AWS Nitro SSD — AWS Nitro SSD is Amazon's in-house custom SSD, with its firmware/hardware stack tailored specifically to the needs of aws-ebs (and IO-intensive EC2 instances).…
- AWS Network Load Balancer (NLB) — AWS Network Load Balancer is the Layer-4 TCP/UDP member of Elastic Load Balancing: a fleet-scaled TCP proxy that routes connections from one or more front-end listeners (on Elastic…
- Amazon CloudWatch Observability Access Manager (OAM) — Amazon CloudWatch Observability Access Manager (OAM) is AWS's native primitive for cross-account CloudWatch observability.…
- AWS Organizations — AWS Organizations is the AWS service that manages multiple AWS accounts as a tree of organizational units (OUs), with policy inheritance (Service Control Policies / SCPs),…
- AWS Systems Manager Parameter Store — AWS Systems Manager Parameter Store is the configuration-store subsystem of AWS Systems Manager. It's a managed hierarchical key-value store for configuration values…
- AWS Performance Insights — AWS Performance Insights is the managed observability surface Amazon RDS exposes for database performance monitoring. It collects time-series metrics at two altitudes…
- AWS policy interpreter (IAM / Cedar) — AWS's authorization engine — the component that evaluates whether a given principal is allowed to take a given action on a given resource under a given set of policies.…
- AWS Private CA (AWS Certificate Manager Private Certificate Authority) — AWS Private CA (AWS Certificate Manager Private Certificate Authority, AWS PCA) is AWS's managed private certificate authority.…
- AWS PrivateLink — AWS PrivateLink exposes AWS services and customer-operated services as interface VPC endpoints that can be consumed from a consumer VPC over the AWS private network…
- AWS RDS Proxy — Amazon RDS Proxy is a fully-managed, highly available proxy layer for Amazon RDS and Amazon Aurora databases. It speaks the MySQL / Postgres wire protocol on both sides…
- AWS RDS — Amazon RDS (Relational Database Service) is AWS's managed-relational- database offering, covering MySQL, Postgres, MariaDB, SQL Server, and Oracle.…
- AWS Resource Access Manager (RAM) — AWS Resource Access Manager (RAM) is the AWS service that shares resources across AWS accounts without requiring resource duplication.…
- Amazon Route 53 — Amazon Route 53 is AWS's managed DNS service. It hosts public DNS zones for customer domains and private hosted zones scoped to VPCs.…
- Amazon S3 Glacier — S3 Glacier is the cold-storage class family within Amazon S3 for archival data — objects stored for long durations with infrequent access.…
- Amazon S3 Intelligent Tiering — S3 Intelligent Tiering (IT) is an Amazon S3 storage class that automatically moves objects between access tiers based on observed access age…
- Amazon S3 (Simple Storage Service) — Amazon S3 is AWS's foundational object storage service, launched March 14, 2006 as the first public AWS service. By early 2025 it holds hundreds of trillions of objects across 36…
- Amazon SageMaker AI — Amazon SageMaker AI is AWS's unified managed ML platform, launched in 2017 with the stated mission of "put[ting] machine learning in the hands of any developer,…
- Amazon SageMaker Batch Transform — Amazon SageMaker Batch Transform is AWS's managed batch- inference runtime within the SageMaker AI family. Runs a model over a large input dataset in S3,…
- Amazon SageMaker Endpoint — Amazon SageMaker Endpoint is AWS's managed model-serving surface within the SageMaker AI family. Two deployment shapes:
- Amazon SageMaker Feature Store — Amazon SageMaker Feature Store is a managed repository inside SageMaker AI for storing, updating, and retrieving machine-learning feature vectors.…
- Amazon SageMaker Ground Truth — Amazon SageMaker Ground Truth is AWS's managed data-labeling service within the SageMaker AI family: defines labelling jobs + assigns them to a workforce (public / private /…
- Amazon SageMaker HyperPod — Amazon SageMaker HyperPod is the large-scale distributed-training / inference compute substrate under aws-sagemaker-ai. It targets workloads that run across hundreds to thousands…
- Amazon SageMaker AI Pipelines — Amazon SageMaker AI Pipelines is AWS's managed ML-workflow orchestration service within the SageMaker AI family. Pipelines are defined as a directed graph of steps (data prep,…
- AWS SageMaker Studio — SageMaker Studio is AWS's web-based IDE for ML development, part of the SageMaker AI product line. It hosts JupyterLab notebooks, code editors,…
- AWS SAM (Serverless Application Model) — AWS Serverless Application Model (SAM) is AWS's open-source framework for defining + deploying serverless applications. A SAM template is a superset of CloudFormation…
- AWS SDK retry — AWS SDK retry is the built-in client-side retry behaviour shipped with the AWS SDKs (v2 across Java, Python/boto3, Go, JavaScript, .NET, Ruby).…
- AWS Secrets Manager — AWS Secrets Manager is AWS's managed service for storing, retrieving, and rotating secrets — API keys, database passwords, third-party credentials,…
- AWS Security Hub — AWS Security Hub is AWS's security-posture aggregation service — centralizes findings from GuardDuty, Inspector, Macie, Config, and third-party tools;…
- AWS Security Incident Response (SIR) — AWS Security Incident Response (SIR) is an AWS service that provides coordinated triage and response support for security events.…
- Amazon SNS — Amazon SNS (Simple Notification Service) is AWS's managed pub/sub fanout messaging service. Publishers post to a topic; subscribers (SQS queues, Lambda functions, HTTP endpoints,…
- AWS SQS — Amazon SQS (Simple Queue Service) is AWS's managed message queue: durable, at-least-once delivery, essentially unlimited scale, with standard and FIFO variants.…
- AWS Scalable Reliable Datagram (SRD) — SRD is Amazon's in-house non-TCP datacenter transport protocol. Described in the 2022 AWS HPC blog post "In the search for performance,…
- AWS CloudFormation StackSets — AWS CloudFormation StackSets is the CloudFormation feature that deploys a single CloudFormation template as parallel stacks into many target AWS accounts and Regions at once,…
- AWS Step Functions — AWS Step Functions is AWS's managed serverless workflow / state-machine service. Workflows are defined declaratively in Amazon States Language (ASL);…
- AWS Security Token Service (STS) — AWS Security Token Service (STS) is the AWS service that mints short-lived credentials for IAM principals — the output of AssumeRole, AssumeRoleWithSAML,…
- AWS Systems Manager (SSM) — AWS Systems Manager (SSM) is AWS's managed-instance control plane — a family of sub-services sharing the ssm API surface, most of which are orthogonal to this wiki's focus.…
- AWS Transit Gateway — AWS Transit Gateway is AWS's regional network transit hub — a hub-and-spoke router that interconnects multiple VPCs, VPN connections,…
- Amazon VPC Lattice — Amazon VPC Lattice is AWS's application-networking service positioned as the recommended replacement for customers running AWS App Mesh on EKS / Kubernetes.…
- AWS VPC Resolver — The AWS VPC Resolver (also called AmazonProvidedDNS or the .2 resolver) is the DNS resolver AWS exposes inside every VPC,…
- Amazon VPC Route Server — Amazon VPC Route Server is an AWS networking primitive that speaks BGP inside a VPC and propagates dynamically-learned routes into AWS-native VPC route tables.…
- AWS WAF (Web Application Firewall) — AWS WAF is AWS's managed web-application firewall. Inspects HTTP(S) traffic at CloudFront, API Gateway, ALB, or App Runner endpoints;…
- AWS X-Ray — AWS X-Ray is AWS's managed distributed-tracing service — service-map visualization, request-path tracing across AWS services,…
- @axe-core/playwright — axe-core/playwright is Deque Systems' official binding from Axe Core into Playwright. It ships as an npm package that exposes an AxeBuilder class: a chainable builder…
- Axe Core — Axe Core is Deque Systems' open-source accessibility rule engine — a JavaScript library that audits a rendered DOM for WCAG (Web Content Accessibility Guidelines) and best-practice…
- Azure Cosmos DB — Azure Cosmos DB is Microsoft's globally-distributed, multi-model NoSQL database. Its internal architecture was publicly described in the 2022 InfoQ piece "Azure Cosmos DB: Low…
- Azure Key Vault — Azure Key Vault is Microsoft Azure's managed secrets, keys, and certificates service. It is the Azure endpoint of the Customer-Managed Key pattern,…
- Backstage — Backstage is an open-source Internal Developer Portal (IDP) framework originally built by Spotify and now a CNCF incubating project.…
- BastionZero — BastionZero was a zero-trust infrastructure-access company that built the original (closed-source) OPKSSH implementation.
- BayesQO — BayesQO is an offline query optimizer that applies Bayesian optimization to the join- order search problem. Given a query and a fixed iteration budget,…
- bazel-remote — bazel-remote is an OSS implementation of the Bazel remote cache gRPC protocol, typically deployed as a local sidecar on each CI worker with a shared object-store (S3, GCS,…
- Bazel — Bazel (Google-originated, OSS) is a hermetic, content-addressed, multi-language build system designed for large monorepos.…
- BBRv3 — BBRv3 is the third iteration of BBR (Bottleneck Bandwidth and Round-trip propagation time) — Google's model-based congestion-control algorithm.…
- Bedrock AgentCore — AWS's agent-runtime service for deploying agentic AI systems inside mechanically-enforced capability envelopes. AgentCore mediates agent actions — tool calls, outputs,…
- Bedrock Guardrails — automated reasoning checks — A 2025/2026-era capability within Amazon Bedrock Guardrails that lets customers formally verify the correctness of AI outputs against a specification.…
- BERT — BERT ("Bidirectional Encoder Representations from Transformers") is Google's 2018 transformer-encoder pre- training architecture.…
- BewAIre — BewAIre is Datadog's LLM-driven malicious-PR detection pipeline. It continuously ingests GitHub events across internal + external repositories (≈10,000 PRs per week),…
- BGPKIT monocle — monocle is an open-source BGP command-line tool from BGPKIT. It queries precomputed datasets derived from public route-collector feeds (RIPE RIS, RouteViews,…
- Big Pineapple — Big Pineapple is Cloudflare's in-house recursive DNS resolver. It is the software that powers 1.1.1.1, 1.1.1.1 for Families, Gateway DNS, and DNS Firewall — i.e.…
- Bitbucket Merge Queues — Bitbucket Merge Queues is Atlassian's pre-merge validation queue for Bitbucket Cloud repositories. Its job is to prevent semantic merge conflicts…
- Bitbucket Pipelines — Atlassian's hosted CI/CD product, integrated directly with Bitbucket. On the sysdesign-wiki, the relevant surface is its role as an automated quality gate that the Rovo Dev agent…
- Bitbucket — Bitbucket (Bitbucket Cloud) is Atlassian's hosted git-repository product. It hosts source code, pull requests, and code-review flows,…
- Bitcoin P2P gossip — The Bitcoin P2P network propagates transactions and blocks across a fully-decentralised peer-to-peer mesh via a flood-and-gossip protocol…
- Bits AI SRE evaluation platform — The Bits AI SRE evaluation platform is the offline, replayable test harness for Datadog's Bits AI SRE agent. Not the agent itself…
- Bits AI SRE — Bits AI SRE is Datadog's hosted SRE agent — a web-UI agent purpose-built to investigate alerts and suggest remediations. Named in the datadog-mcp-server design retrospective…
- blazesym — blazesym is an open-source multi-language symbolization library — converts instruction addresses into function + file + line + type info.…
- BM25 — BM25 (Best Matching 25, Okapi BM25) is the standard lexical retrieval scoring algorithm — a probabilistic extension of TF-IDF with saturating term-frequency and length…
- BoltDB — BoltDB (github.com/boltdb/bolt) is an embedded key-value store for Go, modelled after LMDB: a single B+tree in an mmap'd file, single-writer / many-reader,…
- Borg — Borg is Google's large-scale cluster-management system — the platform that packs jobs onto machines across Google's fleet, enforcing isolation, reclaiming resources,…
- Bottlerocket — Bottlerocket is AWS's open-source, container-optimised Linux distribution — a minimal OS (no shell by default, no package manager,…
- bpftrace — bpftrace is an open-source high-level tracing language for Linux eBPF, modelled on DTrace and SystemTap. Source: github.com/bpftrace/bpftrace.…
- Bref — Bref is an open-source project by Matthieu Napoli that provides PHP runtime support on AWS Lambda, including pre-built Lambda runtime layers, a Serverless Framework integration,…
- Bright Data — Bright Data is a commercial web-scraping infrastructure provider that captures real-time information from across the public internet at industrial scale.…
- Buck2 — Buck2 is Meta's large-scale open-source build system (the Rust-based successor to the original Buck). It is the build system for Meta's monorepo and was open-sourced in April 2023…
- Buildkite — Buildkite is a commercial hosted CI orchestrator: the control plane / UI / job-scheduler is hosted; agents (the workers that actually run steps) are customer-owned…
- Bun — Bun (bun.com) is a JavaScript and TypeScript runtime, bundler, test runner, and package manager, built in Zig. Positioned as a Node.js-API-compatible alternative,…
- Cadence (Uber) — Cadence (cadenceworkflow.io) is the durable-workflow engine originally built at Uber. A user writes workflow logic as ordinary code;…
- Caffeine (Java in-process cache) — Caffeine (github.com/ben-manes/caffeine) is a high-performance Java 8+ in-process cache library by Ben Manes. It is widely used as the default JVM local-cache primitive…
- callstack/react-native-brownfield — callstack/react-native-brownfield is an open-source npm package from Callstack that generalises the "React Native as a package" integration pattern…
- CanopyCheck — CanopyCheck is Dropbox's narrowly-scoped randomized property-based testing framework for the Nucleus planner. Named after QuickCheck,…
- CANTV (AS8048) — CANTV — Compañía Anónima Nacional Teléfonos de Venezuela — is Venezuela's state-run telephone and Internet Service Provider,…
- Canva CI — Canva CI is Canva's internal continuous-integration system: a Buildkite-orchestrated, Bazel-centric pipeline running on AWS EC2 worker pools.…
- Canva Print Routing Engine — Canva Print Routing Engine decides, for every Canva Print checkout, which suppliers in Canva's global print network produce which items in the cart and how shipments are grouped.…
- Canva Usage-Counting Pipeline — Canva's usage-counting pipeline tracks content-usage events (templates, images, videos) across the Canva Creators program to compute how much each creator gets paid.…
- Cap'n Proto — Cap'n Proto (capnproto.org) is an RPC protocol and serialization format created by Kenton Varda ~2013. It was the first widely-deployed system to combine object-capability RPC…
- Cap'n Web — Cap'n Web is a pure-TypeScript object-capability RPC library from Cloudflare (GitHub, MIT, announced 2025-09-22). Minify+gzip is under 10 kB with no dependencies;…
- Capsight — Capsight is Instacart's end-to-end ML data platform for the Caper smart-cart fleet. It converts the deployed fleet into a distributed data-collection system that improves its own…
- Cascade ASR — Cascade ASR is Google Research's label for the production-standard voice search architecture that has defined the field for most of its history:
- Cash App — Cash App is Block's peer-to-peer / digital-wallet payment service. Surfaced on the wiki as one of four named non-card payment methods covered by Stripe Radar's cross-…
- Cassandra Source Connector (Yelp) — The Cassandra Source Connector (CSource) is a Yelp in-house CDC system that streams row-level changes from Cassandra into Yelp's data pipeline,…
- Catalina (Meta OCP AI rack) — Catalina is Meta's next-generation high-powered AI rack, announced at OCP Global Summit 2024. It is built on the NVIDIA Blackwell platform full rack-scale solution,…
- CatBoost — CatBoost is a gradient-boosted decision-tree library originated at Yandex. Distinguishing design choices (from the original release): native support for categorical features…
- Cedar (policy language) — Cedar is AWS's open-source policy language for fine-grained authorization, designed from the start to be analyzable — the language constrains itself so that policies admit formal…
- Celery — Celery is a Python distributed task queue — a worker-pool + broker-based framework for running asynchronous and scheduled tasks outside the request/response path.…
- Centrifuge (Microsoft) — Centrifuge is Microsoft's cloud-service partitioning / lease-management system, published at NSDI 2010 (Adya, Dunagan, Wolman).…
- Certificate Transparency — Certificate Transparency (CT, RFC 6962) is a public-audit-log framework for TLS certificates: every certificate issued by a participating CA is appended to a public,…
- cf CLI (next-generation Wrangler, Technical Preview) — cf is the Technical Preview of the next-generation Wrangler CLI — a single command-line tool intended to expose every one of Cloudflare's 100+ products and ~3,000 HTTP API…
- cfn-lint — cfn-lint (AWS CloudFormation Linter) is the AWS-maintained linter for CloudFormation templates (YAML and JSON). It validates a template against the CloudFormation resource provider…
- ChatGPT-User — ChatGPT-User is OpenAI's on-demand, user-triggered web crawler — documented alongside other OpenAI crawlers. Positive-control counterpart to Perplexity in Cloudflare's 2025-08-04…
- Chef Librarian (Slack) — Chef Librarian is Slack's internal service responsible for uploading cookbook artifacts to every Chef stack and promoting specific cookbook versions to specific environments.…
- Chef Policyfiles — Chef Policyfiles are Chef's newer configuration-bundling feature: a single Policyfile.rb replaces the role + environment + run-list model with one versioned,…
- Chef Summoner (Slack) — Chef Summoner is Slack's per-node service (introduced in the 2025-10-23 phase-2 rollout) that replaces the fixed-cron Chef trigger with a signal-driven pull from an S3 signal…
- Chef — Chef is a configuration-management substrate for declaring and enforcing the desired state of servers (files, packages, users, services, network configuration, etc.).…
- Chrome DevTools Protocol (CDP) — Chrome DevTools Protocol (CDP) is the wire protocol (spec) that Chromium-based browsers expose to instrument themselves — the same protocol powering Chrome's DevTools UI,…
- Chromium Git — The Git repository + release-tagging + contribution tooling system used by the Chromium open-source project, which hosts both the Chromium browser and libwebrtc. Tooling:
- Cilium — Cilium is a widely-adopted Kubernetes CNI (cilium.io) built on ebpf: pod networking, L3/L4/L7 policy enforcement, service-mesh data plane,…
- Cisco 8000 Series Secure Routers — The Cisco 8000 Series Secure Routers (cisco.com/8000-series) is Cisco's branch-connector / SD-WAN / secure-router hardware family,…
- Clang — Clang is the LLVM-project C / C++ / Objective-C compiler frontend. Canonical project documentation at clang.llvm.org.
- Claroty CPS Library — The Claroty AI-Powered CPS Library is the asset-identity layer that backs Claroty's xDome Cyber-Physical Systems protection platform.…
- Claude 2.1 (Anthropic) — Claude 2.1 is Anthropic's frontier large language model released November 2023 — the successor to Claude 2 and predecessor to the Claude 3 family (Haiku / Sonnet / Opus).…
- Claude Code — Claude Code is Anthropic's coding-agent CLI, one of the tools Databricks' own engineers mix with Cursor, Codex, and others ("often using multiple tools at the same time") according…
- Claude Managed Agents — Claude Managed Agents is Anthropic's managed agent platform: the agent loop (model inference, prompt caching, automatic compaction, tool-use orchestration,…
- Claude Sonnet 4 — Claude Sonnet 4 is Anthropic's frontier-tier Sonnet-class model, positioned as the middle-capacity rung of the Claude family (between Haiku and Opus).…
- Clay (Uber) — Clay (github.com/uber/clay) is Uber's Python microservice framework — a wrapper around Flask providing standardized RESTful backend services with consistent monitoring, logging,…
- ClickHouse — ClickHouse is an open-source columnar OLAP database originally from Yandex, widely used for high-volume analytics and telemetry workloads.…
- CLIP (Contrastive Language-Image Pretraining) — CLIP (Contrastive Language-Image Pretraining) is OpenAI's open-source multimodal embedding model (paper, arXiv:2103.00020) that learns to map both images and text into a shared…
- Google Cloud Spanner — Google Cloud Spanner is Google's managed, globally-distributed, strongly-consistent relational database — the commercial product derived from Google's internal Spanner research…
- Cloudflare 1.1.1.1 Resolver — 1.1.1.1 is Cloudflare's free public DNS Resolver service, introduced in 2018. It is one of the most widely used public DNS resolver IPs on the Internet,…
- Cloudflare Access — Cloudflare Access is Cloudflare's identity-aware application-proxy product — sits in front of applications (self-hosted or SaaS) and enforces identity + device + network policy via…
- Cloudflare Agent Memory — Agent Memory is Cloudflare's managed memory service for AI agents, announced in private beta on 2026-04-17 (blog.cloudflare.com/introducing-agent-memory).…
- Cloudflare Agents SDK — The Cloudflare Agents SDK (cloudflare/agents) is Cloudflare's TypeScript / JavaScript SDK for building AI agents on the Workers developer platform.…
- Cloudflare AI Code Review — Cloudflare AI Code Review is Cloudflare's internal CI-native AI code-review orchestration system, shipped as a GitLab CI component ($CISERVERFQDN/ci/ai/opencode@~latest).…
- Cloudflare AI Gateway — AI Gateway is Cloudflare's LLM proxy tier that sits between an application and any of the supported AI providers (Anthropic, OpenAI, Google, Workers AI, and others).…
- Cloudflare AI Search — AI Search (formerly AutoRAG) is Cloudflare's managed search primitive for AI agents: hybrid BM25 + vector retrieval on built-in storage + vector index,…
- Cloudflare API Shield — Cloudflare API Shield is Cloudflare's edge-layer API security product that implements a positive security model: instead of blocking known-bad requests,…
- Cloudflare Artifacts — Cloudflare Artifacts (blog.cloudflare.com/artifacts-git-for-agents-beta, developers.cloudflare.com/artifacts) is Cloudflare's distributed, versioned filesystem, built for agents,…
- Cloudflare Bot Management — Cloudflare Bot Management is Cloudflare's edge product for classifying incoming traffic as human, good bot (verified), or bad bot, and emitting a bot score used by WAF rules,…
- Cloudflare bpf-lsm — Cloudflare bpf-lsm is Cloudflare's production framework for live-patching kernel security vulnerabilities without rebooting,…
- Cloudflare Browser Isolation (BISO) — Browser Isolation (BISO) is Cloudflare's remote-browser product within the Zero Trust portfolio: a tenant's user opens a URL,…
- Cloudflare Browser Rendering — Browser Rendering is Cloudflare's managed headless-browser tier: programmatically-controllable Chromium instances running at scale in Cloudflare's edge network,…
- Cloudflare Cache — Cloudflare Cache is the HTTP cache layer embedded in every Cloudflare POP (point-of-presence) that sits between client requests and customer origins.…
- Cloudflare Cloud Observatory — Cloudflare Cloud Observatory is a Cloudflare Radar surface at radar.cloudflare.com/cloud-observatory that publishes per-cloud-provider,…
- Cloudflare Codex — The Codex is Cloudflare's internal living repository of engineering standards — rules authored by domain experts via the RFC process, distilled into machine-consumable form,…
- Cloudflare Containers — Cloudflare Containers is Cloudflare's Docker-container runtime on the Developer Platform, intended for workloads that don't fit the Workers isolate model…
- Cloudflare D1 — D1 is Cloudflare's serverless SQLite database offered as a first-class Workers binding (developers.cloudflare.com/d1). Each database is a SQLite file hosted by Cloudflare…
- Cloudflare Dashboard — Cloudflare Dashboard is the web UI customers use to configure zones, Workers, DNS, security rules, etc.
- Cloudflare Data Localization Suite — Data Localization Suite (DLS) is the Cloudflare product line that lets customers constrain Cloudflare services to specific countries / regions to meet data-residency and compliance…
- Cloudflare Developer Documentation — developers.cloudflare.com is Cloudflare's public developer-documentation site covering its entire product surface (Workers, R2, KV, D1, Durable Objects, Pages, Access,…
- Cloudflare Durable Objects — Durable Objects (DO) is Cloudflare's globally-addressable, single-writer, stateful actor primitive on top of Workers (developers.cloudflare.com/durable-objects).…
- Cloudflare Dynamic Workflows — Dynamic Workflows (cloudflare/dynamic-workflows) is Cloudflare's dispatch library that bridges Workflows (durable execution) with Dynamic Workers (per-request V8-isolate…
- Cloudflare Edge Reboot Release (ERR) — Edge Reboot Release (ERR) is Cloudflare's scheduled pipeline for rolling updated Linux kernels through the global edge fleet via coordinated server reboots on a four-week cycle.…
- Cloudflare Email Service — Cloudflare Email Service is Cloudflare's bidirectional email primitive on the developer platform — two products under one name:
- Cloudflare FL1 proxy — FL1 is Cloudflare's legacy front-line edge HTTP proxy — the Lua-on-nginx (OpenResty) implementation that handles a portion of customer traffic on Cloudflare's edge.…
- Cloudflare FL2 proxy — FL2 is Cloudflare's newer Rust-based front-line edge HTTP proxy, the successor to FL1's Lua-on-nginx stack. Cloudflare is migrating customer traffic from FL1 to FL2 as part…
- Cloudflare Flagship — Flagship is Cloudflare's native feature flag service (blog.cloudflare.com/flagship), announced 2026-04-17 in private beta.…
- Cloudflare Gen12 server — The Gen12 generation of Cloudflare core servers — bare-metal hardware running Cloudflare's centralised infrastructure (control plane, billing, analytics),…
- Cloudflare Workers KV — Workers KV is Cloudflare's edge-distributed, eventually-consistent key-value store exposed as a first-class Workers binding (developers.cloudflare.com/kv).…
- Lifeguard (Cloudflare Town Lake access control) — Lifeguard is the access-control service for Town Lake — Cloudflare's data platform. Introduced publicly in the
- Cloudflare Local Explorer — Local Explorer is an open-beta introspection UI + API layer released by Cloudflare on 2026-04-13 alongside the cf CLI Technical Preview.…
- Cloudflare Magic WAN IPsec — Cloudflare Magic WAN IPsec is Cloudflare's WAN Network-as-a- Service product: customer data centres, branch offices, and cloud VPCs connect to Cloudflare's global IP Anycast…
- Cloudflare Managed Ruleset — Cloudflare Managed Ruleset is the Cloudflare-maintained default WAF rule set that customers can deploy on their zones. It runs inside the rulesets engine on the edge proxy (FL1…
- Cloudflare Mesh — Cloudflare Mesh (documentation) is Cloudflare's private network overlay for connecting Workers (and other Cloudflare Developer Platform compute) to internal services that should…
- Cloudflare One (SASE) — Cloudflare One is Cloudflare's SASE (Secure Access Service Edge) product suite: the set of zero-trust / network-security / enterprise-access products built on top of the Cloudflare…
- Cloudflare Private Origins — Application Services for Private Origins (closed beta June 2026, Enterprise; GA target Q4 2026) extends Cloudflare's full L7 application services stack — WAF, bot management,…
- Cloudflare Queues — Cloudflare Queues is Cloudflare's messaging primitive on the Developer Platform: producers write messages from Workers, a configured consumer Worker receives batches with tunable…
- R2 Data Catalog (Cloudflare managed Iceberg) — R2 Data Catalog is Cloudflare's managed Apache Iceberg service — the cold/warm storage tier of Town Lake. Tables live as Parquet files on R2 under Iceberg's open table format;…
- Cloudflare R2 — R2 is Cloudflare's object-storage tier on the Developer Platform — S3-compatible, with zero egress fees, a generous free tier,…
- Cloudflare Radar Outage Center — The Cloudflare Radar Outage Center is the public catalogue of Internet disruptions maintained by the Cloudflare Radar team at radar.cloudflare.com/outage-center.…
- Cloudflare Radar — Cloudflare Radar (radar.cloudflare.com) is Cloudflare's public Internet observatory: an always-on telemetry platform that publishes per-AS, per-country,…
- Cloudflare Ready-Analytics — Ready-Analytics is Cloudflare's internal multi-tenant analytics platform, built on top of ClickHouse in early 2022 to simplify onboarding for our many internal teams.…
- Cloudflare Registrar — Cloudflare Registrar (domains.cloudflare.com) is Cloudflare's ICANN-accredited domain-registration service. Customers register or transfer domains directly through Cloudflare…
- Cloudflare rulesets engine — Cloudflare's rulesets engine is the edge component that evaluates sets of (filter, action) rules against each request entering Cloudflare's network.…
- Cloudflare Sandbox SDK — Sandbox SDK is Cloudflare's higher-level developer API for running untrusted or agent-generated code inside isolated Cloudflare Containers from a Workers application.…
- Cloudflare Security Insights — Security Insights is Cloudflare's system for providing actionable security recommendations to every Cloudflare account. It performs automated scans across all accounts, zones,…
- Cloudflare Shared Dictionaries — Cloudflare Shared Dictionaries is Cloudflare's edge implementation of RFC 9842: Compression Dictionary Transport, announced with an open beta opening 2026-04-30.…
- Cloudflare Shell — cloudflare/shell (github.com/cloudflare/agents/tree/main/packages/shell) provides a durable virtual filesystem inside a Durable Object, backed by SQLite.…
- Skimmer (Cloudflare PII detection scanner) — Skimmer is the PII detection scanner inside Town Lake — Cloudflare's data platform. Introduced publicly in the
- Skipper (Cloudflare AI data agent) — Skipper is Cloudflare's AI data agent that runs on top of Town Lake — a conversational interface that turns natural-language questions into validated SQL,…
- Town Lake (Cloudflare data platform) — Town Lake — named after its namesake reservoir in Austin, Texas — is Cloudflare's unified data analytics platform: a data lakehouse with a single SQL interface to everything…
- Cloudflare Transform Rules — Cloudflare Transform Rules is a Cloudflare product family for customer-authored edge rules that rewrite requests and responses.…
- Transformer (Cloudflare ELT engine) — Transformer is Cloudflare's ELT (extract, load, transform) engine inside Town Lake. It is a SQL-DAG orchestrator built on the customer Developer Platform…
- Cloudflare Universal SSL — Cloudflare Universal SSL (September 2014) is the Cloudflare product that auto-issues and auto-renews TLS certificates for every domain on Cloudflare…
- Cloudflare URL Scanner — Cloudflare URL Scanner is a public tool: enter any URL, get a detailed report covering HTTP response headers, TLS certificate chain, DNS records,…
- Cloudflare Vectorize — Vectorize is Cloudflare's managed vector database on the Workers developer platform — the vector-index substrate for semantic / ANN similarity queries.
- Cloudflare Vite Plugin — The Cloudflare Vite plugin lets Vite-powered web-app projects run their server-side code inside Cloudflare's local Workers runtime during development, backed by Miniflare.…
- Cloudflare Vulnerability Discovery Harness — Cloudflare's vulnerability discovery harness is an 8-stage multi-agent pipeline built around Mythos Preview for AI-driven vulnerability research at coverage.…
- Cloudflare Vulnerability Validation System — The Vulnerability Validation System (VVS) is Cloudflare's second-stage triage engine that receives findings from the VDH and other automated harnesses,…
- Cloudflare WAF — Cloudflare WAF (Web Application Firewall) is Cloudflare's edge layer-7 request-filtering product — customer-configured and Cloudflare-managed rulesets that run on every request…
- Cloudflare WebSockets — Cloudflare WebSockets is the long-lived bidirectional connection primitive exposed to Workers and (more commonly for real-time fan-out) Durable Objects inside Cloudflare's global…
- Cloudflare Workers VPC — Cloudflare Workers VPC (documentation) is Cloudflare's primitive for connecting Workers directly to private cloud or on-premises VPC resources — internal databases, admin APIs,…
- Cloudflare Workers — Cloudflare Workers is Cloudflare's serverless JavaScript / WebAssembly compute tier, deployed across 330+ Cloudflare POPs.…
- Cloudflare Workflows — Workflows is Cloudflare's durable-execution primitive for long-running, retriable, step-checkpointed workflows built on Workers (developers.cloudflare.com/workflows).…
- Cloudflare Workspace — cloudflare/workspace (github.com/cloudflare/workspace) keeps the virtual filesystem of a cloudflare/shell Durable Object in sync with a Cloudflare Container's filesystem.…
- Cloudflare Zero Trust Access — Zero Trust Access is Cloudflare's identity- aware application-proxy tier: it sits in front of an origin application (Worker, container,…
- Cloudforce One — Cloudforce One is Cloudflare's threat intelligence, research, and operations team — sits within the Cloudflare security organisation.…
- CloudFormation — AWS CloudFormation is AWS's declarative infrastructure-as-code service. You declare a template (YAML or JSON) listing AWS resources and their properties;…
- Cluster Autoscaler — Cluster Autoscaler (CA) is the CNCF Kubernetes node-level autoscaler that scales cloud-provider node groups up or down based on unschedulable pods and under-utilised nodes.…
- CO-RE (Compile Once – Run Everywhere) — CO-RE (Compile Once – Run Everywhere) is the eBPF portability mechanism that lets a single compiled eBPF program adjust to the kernel it's being loaded on…
- CockroachDB — CockroachDB is a distributed SQL database by Cockroach Labs, design-inspired by Google Spanner and implemented on Raft for strong consistency + Range-based partitioning.…
- Code Mode (Cloudflare) — Code Mode is Cloudflare's approach to exposing MCP tool surfaces to LLM agents — instead of handing the model MCP tool definitions directly,…
- Codex CLI — Codex CLI is OpenAI's coding-agent CLI, one of the tools Databricks' own engineers mix simultaneously with Cursor, Claude Code, and others per the 2026-04-17 coding-agent post.
- Commit Cloud (Meta) — Commit Cloud is a Meta / Sapling feature (preview, not yet publicly available as of the 2022-11-15 announcement) in which every commit in an organization is uploaded to the server…
- Confidant — Confidant is Lyft's open-source secret management solution, originally released in 2015. In Lyft's engineering stack it is the canonical store of credentials used by services…
- Confluence Streaming SSR — Atlassian Confluence's server-side rendering tier, rebuilt in 2025–26 on top of React 18's renderToPipeableStream to emit HTML progressively at
boundaries instead… - Confluent Kora — Kora is Confluent's cloud-native Kafka engine — a re-implementation of the Apache Kafka API designed to run as a multi-tenant managed cloud service.…
- connect-go — connect-go is a Go RPC framework that is wire-compatible with gRPC but supports additional transports and encodings beyond gRPC's standard HTTP/2 + protobuf shape…
- HashiCorp Consul — Consul is HashiCorp's service-discovery + KV store. Uses Raft for consensus over the KV store and a SWIM-based gossip layer (Serf) for membership.
- containerd — containerd (containerd.io, github.com/containerd/containerd) is the OCI-compatible container runtime that powers Kubernetes (by default) and Docker. CNCF graduated.…
- Contentful — Contentful (contentful.com) is a commercial headless content-management system — a SaaS product that provides a structured authoring UI, a content data-model editor,…
- continue.dev — continue.dev is an open-source IDE-integrated coding-assistant platform (VS Code + JetBrains plugins) that lets developers attach source files, selections,…
- Convex — Convex (convex.dev) is a "complete backend solution for app developers" centred on a reactive database primitive — client-subscribed queries that auto-update on write,…
- Coral NPU — Coral NPU is Google Research's reference neural-processing-unit architecture for low-power on-device ML. It's delivered as a set of RISC-V ISA-compliant architectural IP blocks…
- CoreDNS — CoreDNS is the default DNS server for Kubernetes clusters (CNCF graduated, replaced kube-dns as the default). It resolves service names like my-service.default.svc.cluster.local…
- Corrosion / corrosion2 (Fly SWIM-gossip CRDT-SQLite database) — Corrosion (and its successor corrosion2) is Fly.io's state-distribution system — a Rust service that does SWIM gossip to propagate Machine / routing state across Fly's global…
- Cortex — Cortex (cortexmetrics.io) is the CNCF open-source horizontally-scalable Prometheus-compatible metrics backend. Originally started by Grafana Labs engineers,…
- cr-sqlite (CRDT SQLite extension) — cr-sqlite is an open-source SQLite extension from vlcn-io that turns specified SQLite tables into CRDT-managed tables. Writes to CRDT tables are logged in a crsqlchanges table;…
- criterion (Rust) — criterion (crates.io/crates/criterion) is the de-facto Rust statistical benchmarking crate. It measures isolated per-function runtime down to the nanosecond by aggregating many…
- Crossplane — Crossplane is a CNCF project that turns Kubernetes into a universal control plane for provisioning cloud resources — databases, buckets, VPCs, SaaS accounts,…
- Cruise Control — Cruise Control is LinkedIn-originated open-source software for automatically rebalancing Apache Kafka clusters. It reads per-broker metrics from a Kafka topic,…
- Crush (Dropbox 7th-gen compute platform) — Crush is Dropbox's 7th-generation compute platform, replacing the 6th-gen Cartman platform from ~2020. Rolled out 2025 as part of the same hardware refresh that introduced dexter…
- cryptsetup — cryptsetup is the Linux userland bridge between LUKS2 on-disk headers and the kernel dm-crypt driver. Upstream: GitLab project.
- CUBIC congestion control — CUBIC is a loss-based congestion control algorithm (CCA) standardised in RFC 9438. It is the default congestion controller in the Linux TCP stack and the default CCA shipped…
- Cursor — Cursor is a commercial AI-native code editor / coding-agent client, one of the tools named in the 2026-04-17 Databricks launch post as routinely mixed with Codex, Claude Code,…
- CuTe DSL (CUTLASS Tensor DSL) — CuTe is NVIDIA's tensor-layout abstraction + DSL that underpins the CUTLASS CUDA template library. It provides a unified algebra over tensors, layouts,…
- Confidential Virtual Machine (CVM) — A Confidential Virtual Machine (CVM) is a hardware-isolated VM instance whose memory, register state, and (with confidential-GPU extensions) accelerator state are inaccessible…
- CycloneDX — CycloneDX is an OWASP project — an open, lightweight, machine-readable Software Bill of Materials (SBOM) standard. It encodes the inventory of components that make up a software…
- Cypress — Cypress is an end-to-end testing framework for JavaScript web applications. It runs tests in a real browser, provides a rich interactive runner for development,…
- DABStep — DABStep is a public benchmark for data-science agents, hosted as a Hugging Face Space by Adyen with a public leaderboard.…
- Daft — Daft (github.com/Eventual-Inc/Daft) is a Python + Rust distributed DataFrame library optimised for multimodal and columnar data on cloud object storage.…
- Dash Feature Store — Dash Feature Store is Dropbox's internal ML feature-store powering ranking in Dropbox Dash. A single Dash query fans out across many candidate documents,…
- Dash MCP Server — Dash MCP Server (github.com/dropbox/mcp-server-dash) is Dropbox's open-source Model Context Protocol server that exposes Dash's cross-source retrieval to MCP-compatible clients…
- Dash Relevance Ranker — Dash Relevance Ranker is the learning-to-rank model that scores each candidate document against a query inside Dash's unified search index and produces the top-K ordering passed…
- Dash Search Index — Dash Search Index (referred to in the post as the "Dash universal search index" or just "the Dash index") is the pre-built,…
- Databricks AI/BI Dashboards — AI/BI Dashboards are the first-party Databricks dashboard surface that resolves Metric View MEASURE() calls against DBSQL warehouses,…
- Databricks AI Functions — Databricks AI Functions are SQL-callable LLM inference primitives exposed as built-in functions (the canonical one is aiquery) inside Databricks SQL / DataFrame / Structured…
- Databricks Apps — Databricks Apps is Databricks' deployment model for running web applications inside the workspace boundary. The application is hosted by the platform itself,…
- Databricks Asset Bundles — Databricks Asset Bundles (DABs) are the deployable packaging unit for Databricks projects — a declarative, version-controlled bundle of notebooks, jobs, ML pipelines, dashboards,…
- Databricks Auto Loader — Databricks Auto Loader is a high-throughput Spark Structured Streaming source that incrementally discovers and processes new files landing in cloud object storage (S3 / ADLS / GCS)…
- AutoCDC — AutoCDC is Databricks' declarative Change Data Capture API inside Lakeflow Spark Declarative Pipelines. Pipeline authors declare the semantics they want (keys, sequence column,…
- Databricks AutoPilot Pod Autoscaler (APA) — AutoPilot Pod Autoscaler (APA) is a custom Kubernetes controller at the center of Databricks Custom Model Serving. It continuously collects signals from the load balancer (active…
- Axon (Databricks LLM router) — Axon is the Databricks LLM-inference data-plane router — the component that receives post-rate-limited requests and dispatches them across replicas of a target model deployment.…
- Databricks Custom Model Serving — Databricks Custom Model Serving is the fully managed real-time inference platform for any model packaged in MLflow. Unlike the foundation-model-serving path (which optimises deeply…
- Databricks Endpoint Discovery Service (EDS) — Databricks' in-house xDS control plane for Kubernetes service discovery and load balancing. A lightweight server that watches the Kubernetes API for Services and EndpointSlices,…
- Databricks FMAPI Prompt Caching — Databricks FMAPI Prompt Caching is the named platform feature (GA on open-weights models 2026-05-22) that ships KV-cache reuse for repeated prompt prefixes as a default-on,…
- Databricks Foundation Model API — Databricks Foundation Model API is the managed model-endpoint product that hosts Databricks-curated and customer-curated foundation models (text + multimodal) behind a stable API.…
- Genie Code — Genie Code is Databricks' AI-assisted pipeline-generation product. Named in the 2026-04-22 AutoCDC post as the LLM-codegen surface that builds on top of AutoCDC declarations…
- Databricks Genie — Databricks Genie is the natural-language analytics interface on top of Databricks lakehouses — users ask questions in English inside a "Genie room",…
- Databricks Glow — Glow is Databricks' open-source distributed genomics toolkit on Spark. It provides Spark-native readers and transformations for common genomics file formats — VCF, BGEN,…
- Databricks Join Order Agent — Databricks Join Order Agent is a research prototype (Source: 2026-04-22-databricks-are-llm-agents-good-at-join-order-optimization) developed by Databricks in collaboration…
- Databricks Metric Views — Metric Views are a Unity Catalog primitive that provides a headless-BI semantic layer: define your data model and KPIs once in UC, and every consumer — AI/BI Dashboards, Genie,…
- Databricks Model Serving — Databricks Model Serving is the managed real-time inference product on the Databricks Data Intelligence Platform. The 2026-05-08 joint Databricks / Superhuman post is the wiki's…
- Databricks Postgres CLI — Databricks Postgres CLI is the databricks postgres ... sub-command family inside the broader Databricks CLI — specifically the intended auth path for applications + CI talking…
- Databricks Predictive Optimization — Predictive Optimization is a Databricks-managed, default-on-for-UC-managed-tables substrate that automatically runs OPTIMIZE, VACUUM,…
- Databricks Serverless Autoscaler — The Databricks Serverless Autoscaler is the adaptive cluster- sizing controller in Databricks Serverless Compute. It scales clusters both horizontally and vertically,…
- Databricks Serverless Compute — Databricks Serverless Compute is the product umbrella composing three systems — Spark Connect, the Serverless Gateway, and the adaptive autoscaler…
- Databricks Serverless Gateway — The Databricks Serverless Gateway is the workload-aware routing tier sitting between Spark Connect clients and the underlying cluster pool in Databricks Serverless Compute.…
- Databricks SQL Warehouses — Databricks SQL warehouses (DBSQL warehouses) are the compute layer for BI / analytical SQL queries on the Databricks Lakehouse.…
- Databricks — Databricks is a managed lakehouse / data-+-AI platform combining Delta Lake storage, Spark compute, SQL, ML, and governance (Unity Catalog) into one multi-cloud substrate.
- Datadog Agent — The Datadog Agent is the on-host telemetry collector + forwarder shipped to customers. A single product to users, but internally a family of Go binaries built from one codebase…
- Datadog Cloud SIEM — Datadog Cloud SIEM is Datadog's Security Information and Event Management product: a Datadog-native SIEM that ingests security-relevant events from customer + internal telemetry…
- Datadog MCP Server — Datadog MCP Server is Datadog's official Model Context Protocol server — the company's first observability interface designed specifically for customer AI agents (Claude Code,…
- Datadog Workload Protection — File Integrity Monitoring — Datadog Workload Protection File Integrity Monitoring (FIM) is the file-monitoring subsystem of datadog-workload-protection, built on ebpf.…
- Datadog Workload Protection — Datadog Workload Protection is Datadog's Linux runtime-security product — an on-host agent powered by ebpf that detects active threats (file-integrity violations,…
- Datadog — Datadog is a SaaS observability platform covering infrastructure monitoring, APM, logs, synthetics, RUM (real user monitoring), and security.…
- DataHub — DataHub (datahubproject.io) is an open-source metadata platform — a data catalog that tracks tables, columns, ownership, lineage, glossary terms,…
- Datalab (Zalando) — Datalab is Zalando's internal name for a hosted multi-tool notebook environment that exposes JupyterHub, R Studio, "and other tools" behind a single web-browser URL,…
- Datomic — Datomic is a transactional database with an immutable fact model — every transaction appends new facts; existing facts are never overwritten.…
- dav1d — dav1d ("dav1d is an AV1 decoder") is the open-source, cross-platform AV1 software decoder sponsored by AOMedia and developed by VideoLAN and FFmpeg contributors.…
- Dawn — Dawn is the open-source WebGPU implementation shared by Chromium. It exposes a stable C/C++ API that accepts WebGPU calls and translates them into the underlying platform's native…
- Dayco Telecom (AS21980) — Dayco Telecom is a Venezuelan telecommunications company, operating AS AS21980.
- DBProxy (Figma) — DBProxy is Figma's in-house Go service interposed between the application layer and PGBouncer to enable horizontal sharding of RDS Postgres.…
- DBT (data build tool) — DBT (data build tool) is the transformation layer of modern ELT pipelines. Engineers write SQL SELECT queries as "models";…
- DCNv2 (Deep & Cross Network v2) — DCNv2 (Deep & Cross Network v2) is a neural network architecture for learning explicit feature crosses, introduced by Wang et al.…
- DCPerf — DCPerf is Meta's open-source benchmark suite for hyperscale compute workloads. Each benchmark is designed by referencing a large Meta production application and validated against…
- dd-octo-sts-action — dd-octo-sts-action is Datadog's adaptation of Chainguard's octo-sts for internal use as a GitHub Actions action. It allows Datadog's workflows to "dynamically generate minimally…
- DDX (Dynamic Data eXchange) Orchestrator — DDX (Dynamic Data eXchange) is Mercedes-Benz's internal self-service meta-catalog on top of Unity Catalog + Delta Sharing.…
- DeBERTa — DeBERTa (Decoding-enhanced BERT with disentangled Attention) is a Microsoft Research transformer encoder architecture improving on BERT + RoBERTa by (a) disentangled attention…
- Debezium Engine — Debezium Engine is the embedded-library mode of Debezium — the same CDC source connectors, but loaded directly into a host JVM application rather than run under Kafka Connect.…
- Debezium — Debezium is an open-source Change Data Capture (CDC) platform built on top of Apache Kafka Connect. It exposes per-database source connectors that tail a database's replication log…
- Delta Kernel — Delta Kernel is the open-source Java and Rust library (delta-io/delta — kernel) for reading, writing, and committing to Delta tables.…
- Delta Lake — Delta Lake is an open-source open-table-format built over apache-parquet on object storage. It is one of the three canonical OTFs alongside apache-iceberg and Apache Hudi,…
- Delta Sharing — Delta Sharing is an open protocol (originated at Databricks, 2021) for secure data exchange between parties without copying the data first.…
- DeltaCAT — DeltaCAT is an open-source Ray project (ray-project/deltacat) that provides Ray-native data-catalog and compaction tooling for open table formats on object storage…
- DENIC — DENIC eG is the registry operator for the .de country-code top-level domain (ccTLD) — the TLD for Germany and one of the largest on the Internet.…
- Dependabot — Dependabot is a GitHub-native bot (docs.github.com/.../dependabot) that opens pull requests against a repository to update dependencies — for security patches, version bumps,…
- Zeppelin to Databricks Notebook Converter — The Zeppelin to Databricks Notebook Converter is a customer-built Databricks App developed by Deutsche Börse Group to migrate the StatistiX platform's Zeppelin notebooks (running…
- Dexter (Dropbox 7th-gen database platform) — Dexter is Dropbox's 7th-generation database platform, rolled out in 2025 alongside crush (compute) and sonic (storage). Differentiated from Crush by being single-socket rather than…
- Dicer (Databricks auto-sharder) — Dicer is Databricks' open-sourced auto-sharder: a control plane that continuously and asynchronously updates a service's shard assignment in response to pod health, load,…
- dictionary-worker — dictionary-worker is Patrick Meenan's open-source reference implementation of RFC 9842: Compression Dictionary Transport,…
- dig — dig) (domain information groper) is the canonical DNS debugging CLI from BIND. It sends a single DNS query to a specified resolver and prints the full response — query latency,…
- DiskANN — DiskANN is an SSD-resident graph ANN index from Microsoft Research, based on the Vamana graph-construction algorithm. Published at NeurIPS 2019 (Subramanya et al., paper).
- DIWYDU (Don't Include What You Don't Use) — DIWYDU (Don't Include What You Don't Use) is Figma's internal static- analysis tool for detecting unnecessary #include directives in C++ source and header files.…
- dm-clone (Linux Device Mapper) — dm-clone is a Linux kernel device-mapper target that creates a block-level asynchronous clone of a source block device. Given a readable source device,…
- dm-crypt + LUKS2 — dm-crypt is the Linux kernel's device-mapper target for full-disk encryption. LUKS2 (Linux Unified Key Setup, version 2) is the on-disk format that sits between dm-crypt…
- DNS-OARC — DNS Operations, Analysis, and Research Center (DNS-OARC) (dns-oarc.net) is a non-profit organisation that operates shared communication channels and research resources…
- Docker — Docker is the container platform whose default Linux runtime, runC, composes kernel namespaces, cgroups, privilege dropping, seccomp,…
- Doczy.ai — Doczy.ai is AArete's intelligent contract interpretation SaaS solution — an LLM-grounded document-intelligence platform built on AWS that converts unstructured contracts and legal…
- DoLa (Decoding by Contrasting Layers) — DoLa (Decoding by Contrasting Layers, arXiv:2309.03883, code at voidism/DoLa) is a factuality-decoding method that improves LLM factual accuracy by contrasting the next-token…
- dosd (denial-of-service daemon) — dosd (denial-of-service daemon) is Cloudflare's per-server user-space heuristic engine that analyses packet samples from XDP/eBPF and generates the packet-dropping eBPF programs…
- DragonflyDB — DragonflyDB is a modern in-memory datastore fully compatible with Redis and Memcached APIs but built on a multi-threaded,…
- DRBD — DRBD (Distributed Replicated Block Device — en.wikipedia.org/wiki/DistributedReplicatedBlock_Device) is a Linux kernel module that replicates block-level writes from an active node…
- DreamBooth — DreamBooth (dreambooth.github.io, arXiv:2208.12242, 2022, Ruiz et al. / Google Research) is a technique for fine-tuning pre-trained text-to-image diffusion models…
- Dropbox Dash — Dropbox Dash is Dropbox's universal-search and knowledge-management product — an AI-powered retrieval, summarization and action layer across a user/team's Dropbox content…
- Dropbox Nucleus — Nucleus is Dropbox's rewritten sync engine — the process that synchronizes files between the local Dropbox folder on a user's machine and the user's Dropbox on the server.…
- Robinhood (Dropbox in-house load balancing service) — Robinhood is Dropbox's in-house load balancing service for internal traffic. Deployed in 2020 to unify routing across Dropbox services and datacenters;…
- Dropbox server monorepo — Dropbox server monorepo is the single Git repository that holds the majority of Dropbox's backend services and libraries.…
- Dropbox Sync Engine Classic — Sync Engine Classic is Dropbox's original sync engine — the 12+-year-evolutionary-descendant of the 2008-era design — replaced by Nucleus in the ~2020 rewrite.…
- DS-STAR — DS-STAR (introduced by Google Research, 2025-11-06) is a versatile data-science agent built from four specialised LLM sub-agents (Data File Analyzer, Planner, Coder,…
- DsPy — DsPy (originally from Stanford NLP, now Databricks-sponsored) is a framework for programmatic LLM pipeline construction — you declare what a step should do via typed signatures +…
- DuckDB — DuckDB is an open-source, in-process columnar analytical database (duckdb.org) — designed for single-node analytical workloads,…
- Durable Object Facets — Durable Object Facets is Cloudflare's dynamic-binding counterpart to Durable Objects: each dynamically-loaded app can spin up its own SQLite database on demand,…
- Dynamic Workers — Dynamic Workers is Cloudflare's per-request isolate-spawning variant of Workers: a fresh V8 isolate minted at runtime, in milliseconds, with a few megabytes of memory, used once,…
- DynamoDB Local — DynamoDB Local is AWS's downloadable emulator of Amazon DynamoDB — a Java-based server that implements the DynamoDB API surface (Query, Scan, PutItem, GetItem, UpdateItem,…
- DynamoDB — Amazon DynamoDB is AWS's managed serverless key-value / document database. It's horizontally scalable by partition key, JSON-friendly,…
- Dynovault — Dynovault is Dropbox's in-house DynamoDB-compatible key-value store. It exposes the same API surface as Amazon DynamoDB so existing DynamoDB-oriented adapters (e.g.…
- e-Llama — e-Llama is eBay's family of Llama-3.1-derived 8-billion and 70-billion parameter LLMs, adapted to the e-commerce domain via continued pretraining on a 1-trillion-token mixture…
- E1.S form factor (EDSFF) — E1.S is an EDSFF (Enterprise & Datacenter Standard Form Factor) SSD variant — a thin, ruler-shaped enterprise flash module roughly equivalent in volume to a 2.5" U.2 drive…
- EAGLE-3 (drafter model) — EAGLE-3 (Extrapolation Algorithm for Greater Language-model Efficiency, version 3) is NVIDIA's drafter model for speculative decoding,…
- ebpf-manager — ebpf-manager is Datadog's open-source Go library (DataDog/ebpf-manager) that abstracts the eBPF program lifecycle — load, attach, manage,…
- eBPF — eBPF (extended Berkeley Packet Filter) is a Linux kernel subsystem that lets user-space load small, verifier-gated programs that run in kernel context in response to system events…
- ECLeKTic benchmark — ECLeKTic (Evaluating Cross-Lingual Knowledge Transfer in LLMs) is a Google Research benchmark for measuring how well an LLM transfers knowledge it has learned in one language…
- Amazon EKS Auto Mode — Amazon EKS Auto Mode is a variant of Amazon EKS where AWS manages the Kubernetes data plane (nodes, OS, default add-ons, cluster upgrades) in addition to the control plane…
- EKS MCP Server — EKS MCP Server (awslabs.github.io/mcp/servers/eks-mcp-server/) is an AWS-Labs-published Model Context Protocol server that exposes Kubernetes / Amazon EKS operations as MCP tools.…
- elastic4s — elastic4s ([github.com/sksamuel/elastic4s][repo]) is an unofficial Scala client for Elasticsearch by Stephen Samuel, long popular in the Scala ecosystem for its idiomatic type-safe…
- Elasticsearch Java API Client — Elasticsearch Java API Client is [Elastic][elastic]'s officially-supported Java client for Elasticsearch 8.x, introduced alongside Elasticsearch 7.15.0 when the High Level REST…
- Elasticsearch — Elasticsearch is the Apache-Lucene-based distributed search engine that powers a large share of production full-text + filtered search at scale.…
- ElevenLabs — ElevenLabs is an AI voice-generation platform. Surfaced on the wiki as a Stripe Radar customer in the 2026-05-27 multi-account-abuse-detection production reference.…
- Emacs Tramp — Tramp (Transparent Remote Access, Multiple Protocols) is GNU Emacs's remote file access package — "a blob of hyper-useful Elisp" (Tramp homepage).…
- Embedded Tomcat — Apache Tomcat as an embedded HTTP + servlet container inside a JVM application — the default in Spring Boot. It uses a blocking-I/O worker model: one thread is held for the full…
- EmDash — EmDash (emdash-cms/emdash, emdashcms.com) is Cloudflare's open-source TypeScript CMS, positioned as "the spiritual successor to WordPress." v0.1.0 preview launched 2026-04-01.…
- Emscripten — Emscripten is a compiler toolchain that translates C and C++ source code into WebAssembly (plus JavaScript glue) runnable in browsers.…
- Elastic Network Adapter (ENA) Express — ENA Express is AWS's guest-networking feature that runs guest-originated TCP traffic over srd on the underlying network. Announced Nov 2022.…
- Enterprise Grid (Slack) — Enterprise Grid is Slack's product tier for its largest customers, introduced in 2017. It lets a single customer administer multiple Slack workspaces under one org container:…
- Envoy — Envoy is an open-source L7 proxy originally developed at Lyft, now a CNCF graduated project. It's the canonical data-plane component of sidecar-based service meshes (Istio,…
- Enzyme (Databricks IVM engine) — Enzyme is the incremental-view-maintenance (IVM) engine that sits behind the @dp.materializedview decorator in Spark Declarative Pipelines (SDP).…
- enzyme-to-rtl-codemod — Slack's open-sourced AI-powered codemod that converts Enzyme test code to React Testing Library (RTL) test code. Packaged on npm as slack/enzyme-to-rtl-codemod (open-sourced…
- Enzyme (React testing utility) — Enzyme is a JavaScript testing utility for React originally developed by Airbnb. It exposes a jQuery-like API for traversing React component trees — wrapper.find('selector'),…
- Erlang VM (BEAM) — BEAM is the virtual machine that runs Erlang and Elixir. On the sysdesign-wiki it shows up as the substrate whose native cluster-computing primitives — distributed Erlang,…
- es-operator — es-operator is Zalando's open-source Kubernetes operator for running Elasticsearch on Kubernetes. It defines an ElasticsearchDataSet (EDS) Custom Resource, watches for changes,…
- esbuild — esbuild (esbuild.github.io) is an extremely fast JavaScript / TypeScript bundler written in Go. Positioned for server-side bundling workloads and SDK build phases where Rollup's…
- ESPHome — ESPHome is an open-source firmware / system for ESP-family microcontrollers (ESP8266, ESP32) that generates device firmware from a YAML configuration and integrates natively…
- etcd — etcd is a strongly consistent, distributed key-value store (CNCF graduated) using the Raft consensus protocol. It's the default backing store for the Kubernetes API server (stores…
- EVCache — EVCache is Netflix's distributed in-memory caching solution, a wrapper around Memcached with Netflix-specific enhancements for high availability, global replication,…
- Expedia Embedding Store Service — Expedia Embedding Store Service is Expedia Group ML Platform team's centralized embedding platform: a vector-database-backed service exposing standardized APIs for creating…
- Expedia generative-AI proxy — Expedia's internal generative-AI proxy is a company-level LLM choke point: a central service that brokers LLM invocations for internal consumers,…
- Expedia Lodging Ranker — The Expedia Lodging Ranker is the ranking algorithm behind the search-results list on Expedia Group lodging surfaces (hotels, properties).…
- Expedia STAR (Service Telemetry Analyzer) — STAR (Service Telemetry Analyzer) is Expedia's web service for investigating service degradations and outages using observability metrics and LLMs.…
- Express — Express (expressjs.com) is the historical-default Node.js web framework — minimalist, imperative, bare-HTTP-server with middleware-chain-as-architecture.…
- External DNS — External DNS (github.com/kubernetes-sigs/external-dns) is a Kubernetes SIG controller that synchronizes exposed Kubernetes Service and Ingress resources with external DNS…
- External Secrets Operator (ESO) — External Secrets Operator (ESO) is a CNCF Kubernetes operator that reads secrets from external secret stores (AWS Secrets Manager, AWS Systems Manager Parameter Store,…
- Fabric Gateway (Zalando) — Fabric Gateway (zalando-incubator.github.io/fabric-gateway) is Zalando's open-source declarative API gateway for Kubernetes.…
- Facebook Reels — Facebook Reels is Meta's short-form vertical-video surface inside the Facebook app — the product analogue to Instagram Reels and TikTok.…
- FACTS Grounding benchmark — FACTS Grounding is a Google DeepMind benchmark family for "systematically evaluating the factuality of large language models"…
- Faiss — Faiss — Facebook AI Similarity Search — is Meta's open-source library for efficient similarity search and clustering of dense vectors.…
- fast-webstreams — fast-webstreams is Vercel's experimental npm package (experimental-fast-webstreams) reimplementing the WHATWG Streams API surface (ReadableStream, WritableStream,…
- FastAPI — FastAPI is a modern async Python web framework built on Starlette + Pydantic. It provides native support for Server-Sent Events (SSE) and async request handlers,…
- Fastly — Fastly is a commercial CDN + edge-compute platform, historically Varnish-based with VCL as the configuration language; widely used as the origin-fronting cache for high-profile…
- fast_page gem — fastpage is a PlanetScale-authored Ruby gem that applies the MySQL deferred-join optimisation to ActiveRecord::Relation objects via a single .fastpage method:
- FBCrypto — FBCrypto is Meta's managed cryptographic library — the unified crypto implementation used by "the majority of our core infrastructure services" at Meta.…
- FBDetect — FBDetect is Meta's in-house performance-regression-detection tool that can catch regressions as small as 0.005 % in noisy production environments and surfaces "thousands…
- FBNIC (Meta NIC module with Meta-design network ASIC) — FBNIC is Meta's first in-house network ASIC, announced at OCP Summit 2024 as a new NIC module that Meta is sharing with the OCP community.…
- FBOSS (Meta network operating system) — FBOSS is Meta's open-source network operating system, originally introduced in 2018 (research-in-brief blog post) and positioned as the software layer controlling Meta's network…
- fbthrift — fbthrift is Meta / Facebook's fork of Apache Thrift — an RPC + serialization framework with a strongly-typed IDL that generates client + server stubs in many languages.…
- Feast — Feast (feast.dev) is an open-source feature store — feature definitions + orchestration layer + serving APIs for ML teams.…
- FFmpeg — FFmpeg is the open-source command-line multimedia toolchain for decoding, encoding, transcoding, muxing, demuxing, streaming, filtering, and analysing audio and video.…
- ffprobe — ffprobe is the companion CLI to FFmpeg for inspecting media file properties: container format, stream layout, per-stream codec, bitrate, resolution, framerate, duration,…
- FigCache — FigCache is Figma's in-house stateless, horizontally-scalable, RESP-wire-protocol proxy service sitting between Figma's applications and a fleet of AWS ElastiCache Redis clusters.…
- Figma AI Search — Figma AI Search is Figma's AI-powered search feature (shipped at Config 2024), combining two query modes over Figma's design-file corpus:
- Figma Commit Signature Verification (GitHub App + Lambda) — Commit Signature Verification is Figma's internal security system that verifies every Git commit pushed to the Figma monorepo was S/MIME-signed with a current device-trust X.509…
- Figma Instance Updater (retired 2026) — Instance Updater was Figma's 2016-era runtime responsible for maintaining component instances — smart copies of a main component that stay in sync as the main component changes.…
- Figma Materializer — Materializer is Figma's generic client-runtime framework (shipped 2026 after a year-long rewrite) for creating and maintaining derived subtrees of the document tree…
- Figma Multiplayer + QueryGraph — Multiplayer is Figma's real-time-collaboration server for design files. It holds, in memory per loaded file, both:
- Figma Parameter Runtime — Figma Parameter Runtime is the unified substrate (2024–2026) that powers both of Figma's parameter systems — component properties (scoped, on-layer,…
- Figma Permissions DSL — Figma's in-house authorization engine (rolled out from early 2021 on), replacing a Ruby-monolith hasaccess? method that mixed policy logic with ActiveRecord database calls.…
- Figma RenderServer — RenderServer is a server version of the Figma editor — a C++ application that performs Figma-file rendering in backend services rather than a browser.…
- Figma Response Sampling — Figma's in-house security-detection system for sensitive data exposure in API responses. A configurable fraction of outbound responses from Figma's Ruby application server…
- FigTag — Figma's internal data-categorization tool — a metadata layer that annotates every database column with a category describing its sensitivity and intended usage.…
- FilmLight Baselight — Baselight (and its sibling Daylight) are FilmLight's professional color-grading, dailies, and transcoding applications — widely used across the film + television industry.…
- FilmLight API (FLAPI) — FLAPI is the API surface of FilmLight's color-science + image-processing engine — the same engine that powers FilmLight's Baselight and Daylight products used across…
- Firecracker — Firecracker is AWS's open-source KVM-based micro-VM monitor, used under AWS Lambda (and Fargate) to run many tenants densely on shared bare metal while preserving hardware-level…
- firejail — firejail is a SUID (Set-owner User ID) command-line sandbox for Linux that lets unprivileged users place processes inside a restricted environment combining Linux namespaces,…
- FLAME (Elixir) — FLAME is an Elixir framework — introduced in Fly.io's Rethinking Serverless with FLAME post — that lets an application treat itself as elastically scalable without being rewritten…
- Flamescope — Flamescope (github.com/Netflix/flamescope) is a Netflix-authored open-source visualisation tool for temporal CPU profiling data.…
- flaps (Fly Machines API gateway) — flaps is the API server behind Fly.io's Machines API — the front door for POST /apps/{appname}/machines, GET /apps/{appname}/machines/{id},…
- FlashAttention-2 — FlashAttention-2 (Dao 2023) is the IO-aware attention kernel that cuts transformer attention memory from O(N²) to O(N) by tiling the softmax + attention-output computation into…
- FlashAttention — FlashAttention is a family of IO-aware GPU attention kernels (Dao et al., 2022+) that compute softmax-attention in tiles directly against shared memory,…
- FlashAttention — FlashAttention is a family of IO-aware GPU attention kernels (Dao et al., 2022+) that compute softmax-attention in tiles directly against shared memory,…
- FlashList (Shopify) — FlashList is Shopify's open-source high-performance list component for React Native (github.com/shopify/flash-list). It is the canonical Shopify-owned third-party library consumed…
- FlexAttention — FlexAttention is PyTorch's API for customisable-yet-efficient attention: users write a Python score_mod function (attention-bias logic, masking,…
- Flink DataStream API — Flink DataStream API is Apache Flink's imperative streaming API: users construct the operator graph explicitly (sources, transformations, process functions,…
- Flink MultiJoin Operator (FLIP-516) — MultiJoin Operator is an experimental Flink 2.1 feature (introduced via FLIP-516, 2025-05-19 ) that plans an N-way streaming join into a single keyed operator holding one shared…
- Flink Table API & SQL — Flink Table API & SQL is Apache Flink's declarative streaming API: users express queries as SQL or as table-builder method chains (select, join, group-by-window),…
- Flipper (Ruby gem) — Flipper is a Ruby feature-flag library by John Nunemaker (jnunemaker/flipper). Widely used in Rails-based production applications, including PlanetScale's Rails backend.…
- Flipr (Uber) — Flipr is Uber's in-house feature-flag and configuration-control system. Used to feature-flag code changes, control rollouts,…
- Flue — Flue (flueframework.com) is an open-source declarative agent framework (1.0 Beta, June 2026) built by the team behind Astro.…
- Fluent Bit — Fluent Bit is a CNCF-graduated open-source telemetry processor and forwarder — a lightweight in-pod or DaemonSet agent that collects logs, metrics,…
- FluxCD — FluxCD is a CNCF-graduated GitOps continuous-delivery controller for Kubernetes, a peer of ArgoCD. Like ArgoCD, Flux watches a Git repository containing Kubernetes manifests…
- flyctl — flyctl is Fly.io's official CLI and "lovable, sprawling" customer-facing command surface. A Fly.io-distinctive design choice: every flyctl invocation conjures a TCP/IP stack out…
- Fly gateway — Fly gateways are a fleet of dozens of servers around the world whose sole job is to accept incoming WireGuard connections from flyctl (and other external clients) and connect them…
- Fly GraphQL API — The Fly GraphQL API is Fly.io's customer-facing control plane for CLI + programmatic operations. The 2024-03-12 JIT WireGuard post narrates its role in the peer-provisioning path:
- Fly init (Fly Machines init binary) — Fly init is the Rust-written process-zero binary that every Fly Machine (Firecracker micro-VM) boots into. It does the usual init responsibilities (reap zombies, set up /proc,…
- Fly Kubernetes (FKS) — Fly Kubernetes (FKS) is Fly.io's managed Kubernetes service — announced in early-access 2023, moved to closed beta 2024-03-07.…
- Fly Machines — Fly Machines are Fly.io's universal compute primitive: Firecracker micro-VMs orchestrated by flyd and created / managed through the Machines API.…
- fly mcp launch — fly mcp launch is a flyctl subcommand (shipped in flyctl v0.3.125, announced 2025-05-19) that takes an existing local / stdio-style MCP server command and one-shots it into…
- pilot (Fly Machines next-generation init) — pilot is Fly.io's next-generation init binary for Fly Machines — the successor to the original Rust Fly init described in the 2024-06-19 AWS without Access Keys post.…
- Fly Proxy — Fly Proxy is Fly.io's in-house proxy — the shared edge- and private-network proxy fabric backing Fly Machines' ingress, load balancing, and internal .flycast private endpoints.
- Fly Sprites — Fly.io's durable, checkpointable, Anycast-addressed per-user micro-VM primitive for coding-agent tenancy, announced 2026-01-09.…
- Fly Volumes — Fly Volumes are Fly.io's local-NVMe block storage primitive for stateful Fly Machines. Added in 2021 to support stateful apps on top of a platform that had previously been…
- Fly WireGuard mesh (6PN) — Fly.io runs an internal IPv6 WireGuard mesh — referred to internally as 6PN ("Six Private Network") — connecting every Fly Machine across hosts and regions inside a given org.…
- flycast — flycast is Fly.io's private-network load-balancing entrypoint — an internal, 6PN-reachable hostname (
.flycast) that resolves to the pooled set of private endpoints for a Fly… - flyd — flyd is Fly.io's in-house scheduler / orchestrator for Fly Machines (Firecracker micro-VMs). Carved out of Fly's earlier Nomad-based orchestrator per Carving the scheduler out…
- flymcp — flymcp (github.com/superfly/flymcp) is Fly.io's "most basic" MCP server for flyctl. Thomas Ptacek's stated design brief: "the most basic MCP server for flyctl I could think of … it…
- folly::ConcurrentHashMap — folly::ConcurrentHashMap is the concurrent hash-map primitive in folly, Meta's open-source C++ library of general-purpose building blocks.…
- folly::Singleton — folly::Singleton is Meta's canonical C++ singleton primitive in folly. Source: folly/Singleton.h. Cited in the 2024-12-02 cryptographic monitoring post as "Meta's go-to library…
- Fortinet FortiOS — FortiOS is the operating system running on Fortinet's FortiGate firewall / branch-connector appliance family (docs.fortinet.com/document/fortigate/).…
- FoundationDB — FoundationDB (FDB) is an open-source, strictly serializable, ordered key-value store with multi-key ACID transactions, originally built by the FoundationDB company,…
- Gboard — Gboard is Google's keyboard app for Android and iOS (Play Store), shipping a per-device language model that powers next-word prediction, auto-correction, gesture typing,…
- GCP Private Service Connect (PSC) — Private Service Connect (PSC) is Google Cloud's private- endpoint networking primitive — GCP's equivalent of AWS PrivateLink.…
- GCP Secret Manager — GCP Secret Manager is Google Cloud's managed secret-storage service — secure storage + IAM-gated access + audit logging for API keys, passwords, certificates,…
- GCP Vertex AI — Google Cloud Platform Vertex AI is GCP's unified managed ML platform that includes a hosted LLM model garden — Google's own Gemini family plus third-party models including…
- Google Cloud Platform (GCP) — Google Cloud Platform (GCP) is Google's public-cloud infrastructure service — one of the three hyperscaler clouds alongside AWS and Azure.…
- gcx (Grafana Cloud CLI) — gcx is Grafana Labs' open-source command-line tool (github.com/grafana/gcx) that exposes Grafana Cloud's full observability lifecycle — instrumentation, alerts, SLOs,…
- Gemini 3.5 Flash — Gemini 3.5 Flash is a Google DeepMind LLM in the Gemini family, positioned as the latency-optimised serving target in Google's production AI stack.…
- Gemini CLI — Gemini CLI is Google's coding-agent CLI, one of the tools Databricks' own engineers mix simultaneously with Cursor, Claude Code, Codex,…
- Gemini — Gemini is Google DeepMind's multimodal LLM family, served as Google's primary consumer-facing AI assistant (gemini.google.com) and as the foundation-model substrate for Google…
- Gemma — Gemma is Google's family of open-weight LLMs (currently up to Gemma3). First wiki mention: 2026-02-13-netflix-scaling-llm-post-training-at-netflix…
- Generali Malaysia EKS platform — Generali Malaysia's EKS platform is the multi-tenant, AWS-managed EKS cluster (operated in EKS Auto Mode — AWS-managed K8s data plane on Bottlerocket nodes) that hosts Generali…
- GEPA prompt optimizer — GEPA is a prompt-optimisation method published in arXiv 2507.19457 and referenced by Databricks Genie as the technique used to optimise per-sub-agent prompts in its Multi-LLM…
- GitHub CLI (gh) — gh is GitHub's official command-line interface for interacting with repositories, issues, pull requests, releases, actions,…
- gh-ost — gh-ost (GitHub Online Schema Migration Tool) is a triggerless, binlog-based online schema change tool for MySQL, open-sourced by GitHub in 2016.…
- Git LFS — Git Large File Storage (LFS) is an open-source extension to Git that replaces large binary files in a Git repository with small text pointer files,…
- git-replay — git-replay was PlanetScale's internal tool for replaying a sequence of private commits onto a new upstream base branch while memoising how prior merge conflicts were resolved…
- Git — Git is the dominant distributed version control system (origin: Linus Torvalds, 2005). Data model: a content-addressed object store (blobs / trees / commits / tags keyed…
- GitHub Actions — GitHub Actions is GitHub's native CI/CD platform: workflow files in .github/workflows/.yml declare jobs that run on GitHub-hosted or self-hosted runners,…
- GitHub Apps — GitHub Apps are GitHub's first-class extension mechanism for third-party and first-party integrations against the GitHub API. Each App has:
- GitHub Enterprise Server — GitHub Enterprise Server (GHES) is GitHub's self-hosted distribution: the customer runs the appliance in their own datacenter / cloud, operates the HA pair themselves,…
- GitHub GraphQL API — GitHub GraphQL API (https://docs.github.com/en/graphql) — GitHub's query-shaped, typed integration API; one of GitHub's two first-party HTTP APIs (the other being the REST API).
- GitHub Issues (issues#show navigation) — issues#show is the GitHub Issues route that renders a single issue page. It is one of the highest-traffic surfaces on github.com…
- GitHub Issues (search) — GitHub Issues is one of the oldest and most-used surfaces on GitHub; its search subsystem processes ~2,000 QPS (≈160 M queries/day).…
- GitHub Pages — GitHub Pages is GitHub's static-site hosting product (.github.io + custom domains). One of GitHub's earliest platform offerings,…
- GitHub Pull Requests (Files changed tab) — GitHub Pull Requests is the code-review surface built on top of GitHub's repo-hosting product. The Files changed tab is the diff-review UI,…
- GitHub Releases — GitHub Releases is GitHub's tagged-artifact distribution surface on top of Git tags. A release is a composite of:
- GitHub REST API — GitHub REST API (https://docs.github.com/en/rest) — GitHub's long-established HTTP REST API; companion to the GraphQL API.
- GitHub — GitHub is the dominant managed SaaS for hosting Git repositories (plus the surrounding ecosystem — issues, pull requests, Actions CI, Apps, etc.).…
- GitLab — GitLab is a self-hostable Git-based version-control and CI/CD platform. The sysdesign-wiki references it primarily as the VCS substrate that Cloudflare's AI Code Review system…
- Glass (Meta symbol server) — Glass is the symbol server that sits in front of Glean and exposes code-navigation operations through a uniform, language-agnostic API.…
- Glean — Glean is Meta's open-source code-indexing system: a centralized service that collects, derives, and queries structured facts about source code.…
- glibc getaddrinfo — getaddrinfo(3) is the POSIX-standard hostname-to-address resolution function; on Linux it is supplied by GNU libc (glibc) and is the default DNS resolution path for any Linux…
- GLIGEN (Grounded Language-to-Image Generation) — GLIGEN (Grounded Language-to-Image Generation) is a diffusion-based generative model that extends conventional text-to-image generation with structured spatial grounding: alongside…
- GLSL — GLSL (OpenGL Shading Language) is the shading language shipped with OpenGL and WebGL. Long history; multiple dialects. The two relevant in the WebGPU-migration context:
- Go assembler — The Go assembler (cmd/internal/obj/
) is the final stage of the Go toolchain: it consumes the obj.Prog intermediate representation emitted by the compiler and produces machine… - Go compiler — The Go compiler (go build front-end, cmd/compile) compiles each required package into its own intermediate artifact (.a) that the Go linker later joins into a single binary.…
- Go linker — The Go linker (cmd/link) joins compiled package artifacts into a single binary, performs reachability analysis from the entry point,…
- Go Netlink (vishvananda/netlink) — github.com/vishvananda/netlink is the widely-used Go library for interacting with the Linux Netlink kernel interface. Used by Cloudflare's Magic Transit and Magic WAN products…
- Go runtime scheduler — The Go runtime scheduler is the userspace M:N scheduler that multiplexes a large number of goroutines onto a smaller number of OS kernel threads.…
- go-size-analyzer — go-size-analyzer (github.com/Zxilly/go-size-analyzer) is an OSS tool that reads a built Go binary and reports the byte cost of each dependency.…
- goda — goda (github.com/loov/goda) is an OSS Go-dependency-graph tool. Where go list tells you which packages a binary includes,…
- Godzilla (Dropbox 7th-gen dense multi-GPU platform) — Godzilla is Dropbox's 7th-generation dense multi-GPU platform, rolled out 2025. Supports up to 8 interconnected GPUs per server and is positioned for high-throughput ML training…
- Google BigLake metastore — Google BigLake metastore is Google Cloud's managed lakehouse metastore — the Iceberg/lakehouse catalog service inside GCP that lets BigQuery, Apache Spark,…
- Google BigQuery — Google BigQuery is Google Cloud's serverless enterprise data warehouse — a column-store OLAP engine with compute-storage separation, SQL-native query surface,…
- Google Cloud Bigtable — Google Cloud Bigtable is Google's managed wide-column NoSQL store — the external-facing product surfacing the design of the Bigtable paper (2006), HBase's design ancestor.…
- Google Cloud KMS — Google Cloud KMS is Google Cloud's managed key-management service. It is the GCP endpoint of the Customer-Managed Key pattern,…
- Google Cloud Storage — Google Cloud Storage (GCS) is Google Cloud Platform's object-storage service — GCP's equivalent of Amazon S3. It stores objects (up to 5 TB each) in buckets scoped to GCP projects…
- Google Confidential Federated Analytics — Google Confidential Federated Analytics is the Google service that aggregates encrypted metadata contributions from a fleet of client devices,…
- Google Maps — Google Maps is Google's consumer mapping, routing, navigation, and ETA product. From the sysdesign-wiki's perspective it is interesting as a planet-scale routing + ETA-prediction…
- Google Play Console — Google Play Console is Google's developer portal for distributing Android apps through the Google Play Store, including submission, review, and staged-rollout controls.
- Google Pub/Sub — Google Cloud Pub/Sub is GCP's managed publish-subscribe messaging service — GCP's equivalent of managed Kafka-API services or AWS SNS + SQS.…
- Google SRE book — The Google SRE book (Site Reliability Engineering, O'Reilly, 2016) codified Google's internal reliability practice for a public audience.…
- Google TPU — Google TPU (Tensor Processing Unit) is Google's custom ASIC family for AI workloads, offered commercially via cloud.google.com/tpu and used internally as the primary training +…
- Google Web Rendering Service (WRS) — Google's Web Rendering Service (WRS) is the post-2018 rendering stage of Googlebot: a pool of headless Chromium instances that accept URLs from the crawl queue,…
- Google Workspace SSO — Google Workspace (formerly G Suite) acts as an enterprise identity provider (IdP) — every Google-account employee is a user in the org's IdP tenant,…
- Googlebot — Googlebot is Google's production web crawler — the system that fetches public web pages and feeds them into Google Search indexing.…
- GoogleSQL — GoogleSQL is the SQL dialect shared across Google's data systems — BigQuery, F1, Spanner, and other internal Google query engines.…
- GPT-4.1-nano — GPT-4.1-nano is OpenAI's smallest + cheapest member of the GPT-4.1 family, designed as a fine-tuning-friendly small model for classification, routing,…
- GPT-4 — GPT-4 is OpenAI's fourth-generation general-purpose large language model, originally released 2023-03-14 as the first widely-available frontier multi-modal LLM.…
- GPT-4o-mini — GPT-4o-mini is OpenAI's compact, cost-optimised variant of GPT-4o released 2024-07-18 and supporting fine-tuning. The smaller,…
- GPT-4o — GPT-4o ("omni") is OpenAI's multi-modal flagship model announced 2024-05-13. Natively accepts text and image inputs (with audio support added later), produces text output.…
- GPT-OSS — GPT-OSS is OpenAI's family of open-weight LLMs released in 2025, including Mixture-of-Experts variants. First wiki mention: 2026-02-13-netflix-scaling-llm-post-training-at-netflix…
- Gradle Module Metadata — Gradle Module Metadata is Gradle's own publication-metadata format (docs.gradle.org/current/userguide/publishinggradlemodule_metadata.html) that ships alongside the standard Maven…
- Grafana Assistant — Grafana Assistant is Grafana Labs' AI assistant surface inside Grafana Cloud (and, from GrafanaCON 2026, self-managed Grafana Enterprise / OSS).…
- Grafana Cloud Logs — Grafana Cloud Logs is Grafana Labs' managed, SaaS offering of Loki. It is the operational wrapper around the OSS Loki engine…
- Grafana Cloud — Grafana Cloud is Grafana Labs' fully-managed observability platform — a single vendor-operated stack combining Grafana dashboards, metrics (Mimir-powered, Prometheus-compatible),…
- Grafana Faro — Grafana Faro (github.com/grafana/faro-web-sdk) is Grafana Labs' open-source frontend observability web SDK. It captures errors, performance data, user events,…
- Grafana Mimir — Grafana Mimir (grafana.com/docs/mimir) is Grafana Labs' open-source horizontally-scalable Prometheus-compatible metrics database.…
- Grafana — Grafana is an open-source metrics-visualization platform — dashboards, alerting, and panel composition over many backends (Prometheus, InfluxDB, Elasticsearch,…
- GRAIL data fabric — GRAIL (Governance AI Run-time Links) is the patent-pending governance engine that powers LangGuard's runtime enforcement of agentic workflows.…
- Grand Teton — Grand Teton is Meta's AI training/inference server platform, introduced at Open Compute Summit 2022. It is the chassis under the 24K-GPU RoCE and InfiniBand clusters on which Meta…
- DataLoader (GraphQL per-request batching) — DataLoader (github.com/graphql/dataloader) is a generic utility from the GraphQL working group that provides per-request batching and caching for data-access calls.…
- graphql-jit — graphql-jit is an open-source JIT-compiled GraphQL execution engine built and released by Zalando (zalando-incubator/graphql-jit on GitHub).…
- GraphQL — GraphQL is a query language and runtime for APIs developed by Facebook (now Meta), open-sourced in 2015. Clients declaratively specify the shape of the response they want;…
- GraphSage — GraphSage is an inductive graph-embedding method (Hamilton, Ying, Leskovec, Inductive Representation Learning on Large Graphs, arXiv:1706.02216, 2017).…
- AWS Graviton3 — AWS Graviton3 is Amazon's third-generation custom Arm server processor, available as EC2 c7g instances (general availability 2022).…
- gRPC — gRPC is Google-originated (now CNCF) high-performance RPC framework built on HTTP/2 with Protocol Buffers as the default serialization.…
- grype — grype is an open-source CLI tool by Anchore (anchore/grype on GitHub) that scans a container image, filesystem, or SBOM for known vulnerabilities.…
- gsym — gsym is a compact symbolization format designed to hold the subset of DWARF information needed to answer the "address → function name + file + line (+ inlines)" question…
- Gumby (Dropbox 7th-gen flexible GPU platform) — Gumby is Dropbox's 7th-generation flexible GPU platform — a Crush compute server with PCIe GPU slots added on top. Positioned for mixed inference and embedding workloads where…
- Gunicorn — Gunicorn ("Green Unicorn") is a Python WSGI HTTP server with a pre-fork worker model: a single leader (master) process accepts configuration, binds the listening socket,…
- gVisor — gVisor is a Google-originated open- source application kernel for containers: a user-space process (runsc) that reimplements a large subset of the Linux syscall interface…
- H3 (Uber geospatial index) — H3 (h3geo.org, github.com/uber/h3) is Uber's open-source hexagonal hierarchical spatial index — the successor to Google's S2 library that Uber originally used for dispatch-service…
- hackerbot-claw — hackerbot-claw was a self-described AI-agent threat actor that, between 2026-02-27 and 2026-03-02, opened 16 pull requests, 2 issues,…
- Apache Hadoop — Apache Hadoop is the canonical open-source batch-processing ecosystem: HDFS for distributed storage, MapReduce / YARN for job scheduling, plus a broader ecosystem (Hive, HBase,…
- HammerDB — HammerDB is an open-source database benchmarking tool at hammerdb.com. It provides workload-simulation harnesses for several databases (Postgres, MySQL, Oracle, SQL Server,…
- Hawkeye (Meta) — Hawkeye is Meta's internal AI-based debugging tool for end-to-end machine-learning workflows, introduced in December 2023 (engineering.fb.com, 2023-12-19).…
- Apache HBase — Apache HBase is an open-source, distributed, scalable wide-column NoSQL database modelled after Google Bigtable and built on top of HDFS (originally part of the Hadoop ecosystem).…
- Heirloom — Heirloom is Dropbox's test suite for Nucleus's real client-server protocol — the coverage gap left by Trinity's Rust backend mock.…
- Helm — Helm is the Kubernetes package manager (CNCF). A Helm chart is a parameterized bundle of Kubernetes manifests (Deployments, Services, ConfigMaps, Ingresses, etc.) with templating,…
- HHVM (HipHop Virtual Machine) — HHVM (hhvm.com) is Meta's open-source virtual machine originally built to run PHP, now primarily used to execute Hack — Meta's statically-typed PHP dialect.…
- Himeji (Airbnb authorization) — Airbnb's in-house centralized authorization system. Enforces access controls at the data layer (not just in the UI), so privacy and security decisions are consistent across every…
- HNSW — HNSW (Hierarchical Navigable Small World graph) is a graph-based ANN index and the dominant in-memory vector index in practice — used by Lucene / Elasticsearch / OpenSearch,…
- Homa transport protocol — Homa is a proposed TCP replacement for datacenter RPC workloads, designed by John Ousterhout's group at Stanford. The 2022 position paper "It's Time to Replace TCP…
- Home Assistant — Home Assistant is a free, open-source home-automation platform designed for maximum local control, privacy, and interoperability.…
- Honeycomb — Honeycomb (honeycomb.io) is a SaaS observability platform built around OpenTelemetry-style distributed traces with a query model optimized for high-cardinality, wide-event data.…
- Hono — Hono (hono.dev) is a lightweight, web-standards-based web framework for building APIs and web applications across multiple JavaScript runtimes — Cloudflare Workers, Deno, Bun,…
- Hotstar Emojis (Social Feed real-time emoji swarm) — Hotstar Emojis is the in-house real-time emoji-swarm feature on Hotstar's Social Feed — the live-sports OTT platform's equivalent of stadium placard-waving.…
- Hotstar Knol (internal Kafka data platform) — Knol is Hotstar's internal managed-Kafka data platform. From the 2024 Capturing a Billion Emo(j)i-ons post: "Hotstar has an amazing data platform called Knol built on top of Kafka…
- Hotstar PubSub (50M concurrent real-time fanout) — Hotstar PubSub is Hotstar's in-house real-time message-fanout infrastructure that delivers server-pushed messages to connected clients over a WebSocket-class channel.…
- Hotwire Turbo — Turbo (sometimes referred to as Rails Turbo or Hotwire Turbo — the open-source repo is hotwired/turbo-rails) is the navigation substrate of the Hotwire stack from Basecamp /…
- Hoverfly — Hoverfly (github.com/SpectoLabs/hoverfly) is an open-source service virtualisation / API mocking tool written in Go. It can run as a webserver mock (serves responses for declared…
- HQC (Hamming Quasi-Cyclic) — HQC is a code-based post-quantum key-encapsulation mechanism selected by NIST in March 2025 as the fifth PQC algorithm standardised (after ML-KEM, ML-DSA, SLH-DSA, Falcon).…
- html/template — html/template is Go's HTML-safe templating stdlib package (pkg.go.dev/html/template). Produces HTML output safe from code injection by contextually auto-escaping values.…
- Hugging Face Inference — Hugging Face Inference (HF Inference / transformers-based inference) is the family of HuggingFace serving options built on the transformers library…
- Husky — Husky is Datadog's distributed observability event store, layered over cloud object storage (S3 / GCS / Azure Blob) with the query system acting as a cache over that storage.…
- Hydra (Databricks lakehouse observability) — Hydra is Databricks' lakehouse-native observability platform for raw unaggregated high-cardinality troubleshooting data, complementing Pantheon's aggregated-TSDB role.…
- Hyperbahn — Hyperbahn (github.com/uber/hyperbahn) is Uber's service-discovery and routing mesh, companion to the TChannel RPC protocol.…
- Cloudflare Hyperdrive — Hyperdrive is Cloudflare's database connectivity service for Workers talking to central SQL databases (Postgres, MySQL). It sits between the Worker and the origin database…
- Hyperfine — Hyperfine (sharkdp/hyperfine) is David Peter's Rust-written command-line benchmarking tool. It runs a command many times (configurable warmup runs + timed runs),…
- Hyperledger Fabric (gossip layer) — Hyperledger Fabric is a permissioned blockchain framework hosted by the Linux Foundation, originally contributed by IBM in 2016.…
- HypoPG — HypoPG (github.com/HypoPG/hypopg) is an open-source Postgres extension that creates hypothetical indexes — indexes that "do not actually exist (and therefore have no overhead)…
- Iceberg REST Catalog Scan Planning API — The Iceberg REST Catalog Scan Planning API is an extension to the Iceberg REST Catalog protocol — added in Iceberg 1.11 — that lets the catalog plan a scan server-side and return…
- Apache Iceberg v3 — Apache Iceberg v3 is the third major version of the Apache Iceberg table-format spec, reaching General Availability on Databricks on 2026-05-28.…
- IKEv2 (Internet Key Exchange v2) — IKEv2 (Internet Key Exchange version 2) is the IETF-standardised key-exchange and security-association management protocol for IPsec, defined in RFC 7296 (2014).…
- Imagen (Google DeepMind) — Imagen is Google DeepMind's text-to-image diffusion model family (deepmind.google/models/imagen, first paper arXiv:2205.11487, 2022).…
- Include What You Use (IWYU) — Include What You Use (IWYU) is an open-source Clang-based static-analysis tool originally from Google that minimizes unnecessary #include directives in C++ code.…
- includes.py (Figma transitive-byte CI counter) — includes.py is Figma's internal CI tool that measures the number of bytes a given C++ source file sends to the compiler after pre-processing,…
- IndexedDB — IndexedDB is the W3C-standardised browser API for durable, asynchronous, indexed key-value storage in JavaScript runtime environments…
- Inference Tables (Databricks) — Inference Tables are Databricks' Unity Catalog-managed tables that capture the full payload of every model call routed through Unity AI Gateway — the exact prompt sent,…
- InfiniBand — InfiniBand is a low-latency, high-bandwidth inter-node RDMA fabric widely used for HPC and large-scale AI training. It provides RDMA (remote direct memory access), kernel bypass,…
- Infire (Cloudflare inference engine) — Infire is Cloudflare's proprietary inference engine written in Rust, announced at Birthday Week 2025 ("Cloudflare's most efficient AI inference engine") and extended in 2026-04-16…
- Infor Data Fabric Stream Pipelines — Infor Data Fabric Stream Pipelines is an add-on real-time streaming feature inside Infor Cloud ERP that captures change events from configured ERP tables (sales orders, inventory,…
- InnoDB — InnoDB is the default storage engine of MySQL — and, by extension, of every MySQL-fork including PlanetScale's Vitess-based MySQL product.…
- Instacart AI Gateway — AI Gateway is Instacart's internal proxy layer for communicating with external LLM providers. It acts as a centralised abstraction over multiple LLM vendors and integrates…
- Instacart Campaigns Engine — The Campaigns Engine is the shared service inside Instacart's marketing-automation platform that turns a campaign launch into a stream of per-customer events.…
- Instacart Caper — Caper is Instacart's in-store AI-powered smart cart. It provides a scan-less / frictionless grocery checkout experience using on-device computer vision and multi-sensor fusion…
- Instacart Carrot Ads pCTR model — The Carrot Ads pCTR model is the wide-and-deep predicted-click-through-rate model that scores each candidate ad in a Carrot Ads auction.…
- Instacart Carrot Ads — Carrot Ads is Instacart's omnichannel retail-media platform: a system that lets retailer partners build and operate their own advertising businesses on either their…
- Instacart Contextual Recommendations (CR) — Contextual Recommendations (CR) was Instacart's BERT-based retrieval-stage candidate generator for both ads and organic recommendations across all major browse surfaces,…
- Instacart Cost Tracker — Cost Tracker is Instacart's internal system for recording detailed LLM usage and spend, attributed per job and per team. Integrated into Instacart's AI Gateway;…
- Instacart CRM Service — The CRM Service is the vendor-abstraction layer in Instacart's multi-tenant marketing-automation platform. It is a Rails engine backed by Sidekiq async workers distributed across…
- Instacart ESCI Model — The Instacart ESCI model is Instacart's in-house embedding model trained on search relevance data, where the training labels follow the four-class ESCI taxonomy:
- Instacart Flyer Digitization Pipeline — Instacart's Flyer Digitization Pipeline is the internal computer-vision + LLM system that converts retailer-supplied weekly grocery flyer images (the printed-advertisement-style…
- Instacart Generative Ads Retrieval — Instacart Generative Ads Retrieval is the candidate-generation (retrieval) stage of Instacart's ads platform on browse surfaces (retailer home page + pre-checkout).…
- Instacart Generative Recommendations Platform — The generative AI content platform Instacart is rebuilding its Shopping Hub on. Announced in the 2026-02-26 post (Source:…
- Instacart Griffin 2.0 — Griffin 2.0 is Instacart's machine-learning serving platform — the substrate that hosts production ML models including the generative ads retrieval model's GPU serving stack.…
- Instacart Intent Engine — The Intent Engine is Instacart's LLM-backed Query Understanding (QU) system, replacing a bespoke multi-model ML stack with a three-lever hierarchy…
- Instacart Marketplace — Instacart Marketplace is Instacart's first-party consumer marketplace — the Instacart-branded product surface where shoppers browse multi-retailer inventory, place orders,…
- PARSE (Instacart's Product Attribute Recognition System for E-commerce) — PARSE is Instacart's internal self-serve, multi-modal LLM-based platform for structured product attribute extraction across its grocery catalog.…
- PIXEL (Instacart's Unified Image Generation Platform) — PIXEL is Instacart's internal, unified image-generation platform — an RPC service that sits in front of multiple image-generation models and exposes them behind a single API,…
- Instacart Semantic IDs (SIDs) — Instacart Semantic IDs (SIDs) are Instacart's product-vocabulary substrate for generative ads retrieval: each catalog product is represented as a short sequence of codewords…
- Instacart Shopping Hub — Shopping Hub is the primary discovery surface inside the Instacart app — the page a customer lands on after selecting a retailer, "guiding them along their entire journey".…
- Instacart Storefront Pro — Storefront Pro is Instacart's white-label e-commerce platform for retailers. It hosts independent storefronts on behalf of 350+ retailers (Source:…
- Intel Cloud Hypervisor — Cloud Hypervisor is an open-source Rust-written KVM-based Virtual Machine Monitor (VMM) incubated by Intel, architected as a Firecracker sibling…
- Intel Quick Sync Video (QSV) — Quick Sync Video (QSV) is Intel's integrated hardware media engine present on most modern Intel client and server CPUs (inside the integrated GPU / iGPU portion of the die).…
- Intel TDX (Trust Domain Extensions) — Intel Trust Domain Extensions (TDX) is Intel's VM-granularity trusted execution environment — the protected-boundary unit is an entire virtual machine (a Trust Domain or TD),…
- Intel Topdown Microarchitecture Analysis (TMA) — Topdown Microarchitecture Analysis (TMA) is Intel's structured methodology for attributing every retired (or non-retired) CPU pipeline slot to one of four top-level buckets…
- IntelliJ Platform — The IntelliJ Platform is JetBrains' open-source IDE platform underlying IntelliJ IDEA, Android Studio, and a family of language-specific IDEs.…
- iostat — iostat reports per-block-device I/O statistics on Linux. Ships in the sysstat package. It is the canonical tool for disk-side performance triage…
- iptables — iptables is the Linux user-space front-end to the netfilter packet-filter framework. Rules filter, mangle, or route packets as they traverse the kernel network stack through…
- iPXE — iPXE (ipxe.org) is open-source network boot firmware that supports modern protocols — HTTP, HTTPS, iSCSI, AoE — going beyond the legacy PXE/TFTP-only path.…
- IranCell (MTN-Irancell) — IranCell (MTN-Irancell, ایرانسل) is one of Iran's largest mobile network operators and one of the four named carriers (TCI, IranCell, RighTel,…
- iSCSI (Internet Small Computer Systems Interface) — iSCSI is a network block-device protocol that encapsulates SCSI commands over TCP/IP. It lets a client ("initiator") treat a remote block device as if it were locally attached…
- isitagentready.com — isitagentready.com is Cloudflare's public agent-readiness scanner — launched 2026-04-17 as part of the 2026 Agents Week. Enter any URL;…
- Istio — Istio is the reference sidecar-based service mesh: an envoy proxy injected into every pod intercepting all traffic, with a central control plane (istiod) pushing config via xDS.…
- J2K Converter — J2K (short for Java to Kotlin) is JetBrains' IntelliJ-bundled tool that translates a Java source file into Kotlin. Invoked in the IDE via "Convert Java File to Kotlin File"…
- Jaeger — Jaeger (jaegertracing.io, github.com/jaegertracing/jaeger) is the open-source distributed tracing system originally built at Uber in the mid-2010s, inspired by Zipkin,…
- JanusGraph — JanusGraph is a distributed, open-source graph database built on the Apache TinkerPop framework. It uses the labeled property graph model and supports the Gremlin traversal query…
- Java 21 Virtual Threads — Virtual threads (VTs) shipped as a preview in Java 19, stabilized in Java 21 via JEP 444, and are described as "lightweight threads that dramatically reduce the effort of writing,…
- Java CompletableFuture — java.util.concurrent.CompletableFuture is the standard Java async composition primitive, introduced in Java 8. It represents a future result that can be composed (thenApply,…
- Java HttpClient — java.net.http.HttpClient is the native HTTP client shipped with the JDK since Java 11. It supports HTTP/1.1 and HTTP/2, synchronous (send) and asynchronous (sendAsync) request…
- javac plugin (Java Compiler Plugin) — A javac plugin is a Java-compiler extension mechanism that runs during compilation and can inspect, analyse, or transform the compilation unit.…
- JDK Vector API — The JDK Vector API is an incubating Java feature (jdk.incubator.vector) that provides a portable way to express SIMD operations in Java…
- jemalloc — jemalloc is an open-source general-purpose memory allocator emphasising fragmentation avoidance and scalable concurrency support on multi-core systems.…
- Jenkins — Jenkins (jenkins.io) is the long-running open-source automation server, widely used for CI/CD pipelines. Configuration lives in Jenkinsfiles (Groovy-based declarative or scripted…
- Jest — Jest is a JavaScript testing framework originally developed by Meta (Facebook). It bundles a test runner, an assertion library (expect(...)),…
- Jetpack Compose — Jetpack Compose is Google's modern declarative UI toolkit for Android, built in Kotlin. A Composable function — a Kotlin function annotated @Composable…
- Jira — Jira is Atlassian's issue-tracking and project-management product. Issues live under Projects (also called spaces in the newer product taxonomy), can be grouped into Epics,…
- Apache JMeter — Apache JMeter (jmeter.apache.org) is an Apache Software Foundation Java-based load-testing tool. Tests are authored in a GUI that emits XML test plans;…
- Join Order Benchmark (JOB) — Join Order Benchmark (JOB) is a canonical academic benchmark for join-order optimization consisting of 113 queries over the IMDb dataset (Source: Leis et al., PVLDB 2016,…
- JuiceFS — JuiceFS (juicefs.com, open-source on GitHub) is a POSIX-compatible distributed filesystem that splits storage into data chunks stored in an object-storage backend (S3-compatible,…
- JUnit 5 — JUnit 5 (aka JUnit Jupiter) is the current generation of the JVM's standard-library test framework, released 2017. It replaced JUnit 4's single-runner model with a modular…
- JupyterHub — JupyterHub is the Jupyter Project's multi-user version of Jupyter notebooks — a web service that spawns per-user JupyterLab instances, handles authentication,…
- JupyterLab — JupyterLab is the Jupyter Project's next-generation web-based interactive development environment for notebooks, code, and data.…
- K3s — K3s is a lightweight, CNCF-hosted Kubernetes distribution originally from Rancher, designed for edge / IoT / resource-constrained environments.…
- Kafka Connect — Kafka Connect is the Apache Kafka-native distributed framework for streaming data in and out of Kafka via connectors — plugins that wrap the source-or-sink-specific I/O logic…
- Kafka Schema Registry — Kafka Schema Registry is a separate service in the Kafka ecosystem that stores the schemas of records flowing through Kafka topics and enforces compatibility rules when producers…
- Kafka Streams — Kafka Streams is a JVM client library for building stream-processing applications on top of kafka. Not a separate cluster: the application is the stream processor,…
- Apache Kafka — Distributed, partitioned, replicated append-only log; the canonical open-source streaming-messaging substrate. Producers write keyed records to topics,…
- Karpenter — Karpenter is an open-source (CNCF) Kubernetes node auto-scaler originally built by AWS. It watches pending pods, solves a bin-packing problem over configured instance types / zones…
- Kasada (bot management) — Kasada (kasada.io) is a third-party bot-management vendor whose ML backend powers Vercel BotID — including the Deep Analysis subsystem described in Vercel's 2026-04-21…
- Keda (Kubernetes Event-Driven Autoscaler) — Keda is an open-source (CNCF graduated) event-driven Kubernetes pod auto-scaler — a controller on top of the Horizontal Pod Autoscaler (HPA) that adds scaling triggers beyond CPU /…
- KernelBench — KernelBench is a Stanford-authored benchmark suite of 250 kernel-optimization problems spanning three difficulty levels, where each problem asks for a GPU kernel that is (a)…
- KernelEvolve — KernelEvolve is Meta's agentic kernel-authoring system — a production agent that autonomously generates and optimizes GPU/accelerator kernels across Meta's heterogeneous AI…
- Kimi K2.5 — Kimi K2.5 is Moonshot AI's large language model — >1 trillion parameters (~560 GB of weights) — served by Workers AI as cf/moonshotai/kimi-k2.5.…
- Kiro — AWS's specification-driven development tool — a customer-facing surface where engineers author specifications as first-class artifacts and use them to drive agentic coding…
- Klarna — Klarna is a buy-now-pay-later (BNPL) provider. Surfaced on the wiki as one of four named non-card payment methods covered by Stripe Radar's cross- payment-method signal propagation…
- Knight Capital SMARS — SMARS was Knight Capital Group's Smart Market Access Routing System — the high-frequency-trading order-routing platform that on August 1,…
- KOKO Networks — KOKO Networks operates an IoT-backed bioethanol cooking-fuel distribution network across Sub-Saharan Africa. The consumer-facing unit is the KOKOpoint,…
- kotlin_ast_tools (Meta) — kotlinasttools is the open-source subset of Meta's Java→Kotlin migration postprocessing transformations, published at github.com/fbsamples/kotlinasttools.…
- Kotlin binary compatibility validator — The Kotlin binary compatibility validator is a JetBrains- maintained Gradle plugin (github.com/Kotlin/binary-compatibility-validator) that captures a Kotlin library's public ABI…
- Kotlinator — Kotlinator is Meta's internal end-to-end pipeline for automated Java-to-Kotlin translation of the Android codebase at monorepo scale (~10M lines, ~100K files).…
- KRaft (Kafka Raft) — KRaft ("Kafka Raft") is Apache Kafka's in-tree distributed consensus mechanism — a Raft dialect heavily influenced by Kafka's existing replication protocol…
- Kubernetes Ingress Controller for AWS — Kubernetes Ingress Controller for AWS (github.com/zalando-incubator/kube-ingress-aws-controller) is a Zalando-incubator Kubernetes controller that watches Ingress resources…
- kube-proxy — kube-proxy is the Kubernetes node-level component that implements the default Service load balancing. It watches the Kubernetes API for Service / Endpoint changes and programs…
- Kubernetes init containers — Init containers are a Kubernetes primitive that lets a pod run one or more containers sequentially before the main container(s) start.…
- Kubernetes — Kubernetes is the dominant open-source container orchestrator (CNCF graduated, originally from Google's Borg lineage). Stub page — expand as sources cite specific subsystems.
- Kustomize — Kustomize is a Kubernetes-native configuration-customisation tool that composes raw Kubernetes manifests via overlays + generators rather than templating.…
- Kyverno — Kyverno is a CNCF Kubernetes-native policy engine — an admission controller that validates, mutates, and generates resources based on declarative policies expressed in Kubernetes…
- LACE (Instacart LLM-Assisted Chatbot Evaluation) — LACE is Instacart's internal offline-evaluation framework for its AI-powered customer-support chatbot. It scores every evaluated chat session…
- Lakebase App Dev Kit — The Lakebase App Dev Kit is an open-source toolkit (github.com/databricks-solutions/lakebase-app-dev-kit) maintained by Databricks Solutions that ships two executable state…
- Lakebase MCP — Lakebase MCP is an open-source Model Context Protocol server exposing 46 tools to MCP-capable AI agents (Claude / Copilot / GPT) for operating on Lakebase Postgres databases.…
- Lakebase SCM Extension — The Lakebase SCM Extension is a VS Code / Cursor IDE extension maintained by Databricks Solutions (open-source on GitHub) that synchronises the developer's git branch state…
- Lakebase Synced Tables — Lakebase Synced Tables are managed copies of unity-catalog Delta tables materialised inside lakebase for OLTP-style, low-latency point lookup access.…
- Lakebase — Lakebase is Databricks' serverless, Postgres-compatible OLTP database offering. It descends architecturally from Neon, the separated-storage-compute Postgres that Databricks…
- LakebaseOps — LakebaseOps is an open-source operational platform for Lakebase DBA automation, deployed as a Databricks App and governed by the same Unity Catalog grants and audit trail…
- Lakeflow Jobs — Lakeflow Jobs is Databricks' job-orchestration product within the Lakeflow family — the workflow engine that runs notebook / SQL / Python / ML tasks on a defined schedule…
- Lakeflow Spark Declarative Pipelines (SDP) — Lakeflow Spark Declarative Pipelines (SDP) is Databricks' declarative ingestion-to-features layer on top of Spark. Pipelines are authored in Python (the pyspark.pipelines module,…
- Lakehouse Federation — Lakehouse Federation is Databricks' query-federation surface inside Unity Catalog that exposes data in external systems as foreign catalogs governed by UC.…
- Lakehouse Sync — Lakehouse Sync is Databricks' managed CDC pipeline that continuously replicates writes from Lakebase Postgres into Unity Catalog Delta tables.…
- Lakewatch (Databricks) — Lakewatch is Databricks' agentic SIEM built on the security lakehouse. It consumes the same audit-trail substrate that Unity AI Gateway and Unity Catalog write…
- LangChain — LangChain is a Python (and JS) LLM-orchestration library providing chain abstractions (sequential and parallel LLM invocations), tool-calling, output parsers,…
- Langfuse — Langfuse is an LLM observability + evaluation + experiment-management platform. It provides trace ingestion, cost tracking, prompt management,…
- LangGraph — LangGraph is a graph-based agent-orchestration framework from the LangChain ecosystem. It models an agentic workflow as a directed graph of nodes (agent / tool calls) and edges…
- LangGuard — LangGuard is a runtime enforcement layer for enterprise agentic AI workflows. It intercepts every agent tool invocation, dataset access,…
- Laravel Octane — Laravel Octane is Laravel's official persistent-process request handler. It runs on Swoole, RoadRunner, FrankenPHP, or (under Bref) an AWS Lambda-resident Octane handler,…
- Laravel — Laravel is a PHP web framework created by Taylor Otwell (2011). MVC-style, convention-over-configuration, batteries-included (ORM, migrations, queues, auth, mail, caching,…
- LAVA / NILAS / LARS (VM scheduler) — LAVA is a trio of lifetime-aware VM-allocation algorithms from Google Research (2025-10-17 announcement; backing paper arXiv:2412.09840v1):
- Leaflet — Leaflet.js is an open-source JavaScript library for interactive web maps (leafletjs.com). It handles pan/zoom, layer composition, popups,…
- Lean — Lean is an open-source interactive theorem prover and functional programming language. Founded and led by Leo de Moura (now at Amazon).…
- Let's Encrypt — Let's Encrypt is a nonprofit public certificate authority (CA) run by the Internet Security Research Group (ISRG). It issues free, short-lived,…
- libketama — libketama is last.fm's open-source consistent-hashing library for Memcached clients, released in 2007. It's one of the earliest productionised implementations of consistent hashing…
- LibOQS (liboqs) — LibOQS is an open-source C library providing implementations of post-quantum cryptographic primitives — KEMs and signatures — under a single unified API.…
- libwebrtc — libwebrtc is the open-source real-time communication library originally released by Google and now maintained as part of the Chromium project.…
- LightGBM — LightGBM (Light Gradient Boosting Machine) is Microsoft Research's open-source gradient-boosting-on-decision-trees framework.…
- Lightstep — Lightstep is a distributed-tracing / observability SaaS (acquired by ServiceNow in 2021). It exposes "streams" — saved queries over trace data that downstream dashboards subscribe…
- Linux Device Mapper (DM) — The Linux Device Mapper is the kernel block-layer proxy mechanism that lets targets interpose on struct bio — the main unit of I/O for the Linux block layer…
- Linux io_uring — iouring is the Linux kernel's asynchronous I/O interface (merged in Linux 5.1, May 2019), designed to replace the earlier aio / libaio interface.…
- Linux Netlink — Netlink is the Linux kernel's user-space-to-kernel RPC primitive. "[Netlink is] basically a way to create a userland socket to talk to a kernel service." (Source:…
- Linux overlayfs — overlayfs is the Linux kernel union-filesystem that composes multiple read-only directory trees (lowerdirs) and one read-write directory (upperdir) into a single merged filesystem…
- Linux perf — perf (aka perfevents, aka linux-tools-perf) is the canonical Linux sampling profiler. It lives in the kernel tree (tools/perf/) and samples the program counter + stack trace across…
- top (Linux) — top is the canonical interactive per-process resource monitor on Linux — system load, per-CPU summary, memory, swap, and a ranked list of processes by CPU / memory / I/O.…
- Liquid Clustering — Liquid Clustering is a Delta Lake feature that dynamically co-locates related records on user-specified clustering keys without requiring fixed partition boundaries.…
- LiteReadable — LiteReadable is Vercel's custom array-based buffer replacement for Node.js's built-in Readable, used inside fast-webstreams to back byte-oriented ReadableStream({type: 'bytes'})…
- LiteFS — LiteFS (fly.io/docs/litefs) is Fly.io's primary/replica distributed SQLite system. It presents as a FUSE filesystem that intercepts writes to a SQLite database file on the primary…
- Litestream VFS — Litestream VFS is a SQLite Virtual Filesystem extension that lets an unmodified SQLite library read a database "hot off an object storage URL"…
- Litestream — Litestream (litestream.io) is a streaming point-in-time-replication tool for SQLite. Litestream watches a SQLite database's WAL and ships WAL frames to object storage (S3, GCS,…
- Litho — Litho is Meta's open-source Android UI framework providing declarative component-based layouts with asynchronous layout calculation.…
- Live Coder — Live Coder is Dropbox's on-the-fly erasure-coding service inside Magic Pocket. Its original role: write data directly into erasure-coded volumes,…
- Livebook — Livebook is an Elixir notebook environment — Elixir's answer to Jupyter Notebooks — but with one architectural difference that matters for this wiki: it can attach its runtime…
- LiveGraph — LiveGraph is Figma's real-time data-fetching service: a GraphQL-like web API in which clients subscribe to queries and receive a JSON tree that stays up-to-date as the underlying…
- Llama 2 — Llama 2 is Meta's second-generation open-weight foundation model family, released July 2023 in 7B / 13B / 70B sizes, with chat variants produced via supervised fine-tuning (SFT) +…
- Llama 3.1 — Llama 3.1 is Meta's 2024 open-weights foundation-model family (8B, 70B, 405B parameters). In the context of this wiki it is notable as the adaptation base for domain-adapted…
- Llama 3 — Llama 3 is Meta's April-2024 open-weights foundation-model release (8B, 70B; 405B followed as Llama 3.1). For this wiki, the operationally interesting fact is that Llama 3 was…
- LLVM BOLT — LLVM BOLT (Binary Optimization and Layout Tool) is the upstream, LLVM-project-maintained fork of the post-link binary optimiser originally published by Meta at CGO 2019.…
- LM Studio — LM Studio is a desktop / on-prem application for downloading, serving, and chatting with open-source LLMs locally. Provides model browsing (Hugging Face integration), a chat UI,…
- LMCache — LMCache (github.com/LMCache/LMCache) is an open-source KV-cache layer for LLM-serving engines that provides cluster-wide prefix / KV reuse across nodes and across inference…
- Localstack — Localstack (localstack.cloud) is a local AWS cloud emulator that runs in a single Docker container and implements the wire-protocols of most AWS services — S3, Kinesis, DynamoDB,…
- Locust — Locust (locust.io) is an open-source Python-based load-testing framework. Users define simulated user behaviour as Python code (a "locustfile");…
- log4j — log4j is an Apache Software Foundation Java logging library — the industry-standard logging framework for JVM applications for the better part of two decades.…
- Logline — Logline is an indexing technology — originally a standalone startup founded by Jason Nochlin — acquired by Grafana Labs and disclosed at GrafanaCON 2026 (2026-04-22).…
- Loki — Loki (grafana.com/docs/loki) is Grafana Labs' open-source, horizontally scalable, highly available log aggregation system.…
- Looker — Looker is a commercial business-intelligence / dashboarding tool (now part of Google Cloud) widely deployed as a SQL-query client against data warehouses and lakehouses.…
- LSIF (Language Server Index Format) — LSIF — Language Server Index Format — is an open format in the Language Server Protocol (LSP) ecosystem for storing precomputed code-navigation data (definitions, references,…
- LSVD (Log-Structured Virtual Disk) — LSVD is a log-structured virtual disk architecture in which local NVMe is used as a cache for a durable object- storage backend, rather than as the durable storage tier itself.…
- Apache Lucene — Apache Lucene is the Java full-text search library that underpins Elasticsearch and its managed fork Amazon OpenSearch Service.…
- lucide-react — lucide-react (lucide.dev/guide/packages/lucide-react) is a community icon library exposing open-source SVG icons as individual React components.…
- Lyft AI Localization Pipeline — The Lyft AI Localization Pipeline is Lyft's LLM-based machine- translation system for localizing UI strings across the Lyft app's supported languages / regions.…
- Lyft driver app — Lyft's driver-facing mobile app (iOS + Android). The marketplace supply-side entry point — job acceptance, navigation to pickup, in-trip navigation, earnings.
- Lyft dsfeatures — dsfeatures (short for "data science features") is the online serving layer of the Lyft Feature Store. It is an optimized wrapper over three AWS data stores,…
- Lyft Feature Store — Lyft's Feature Store is the shared ML substrate every model and consuming service at Lyft retrieves features from. In Rohan Varshney's (2026-01-06) characterization,…
- Lyft gate-area shape generator — An internal Lyft Map Data team algorithm that generates gate-area polygons — geofences covering gated communities — so the Lyft app can detect when a rider is inside one and switch…
- Lyft Metric Semantic Layer (MSL) — The Metric Semantic Layer (MSL) is Lyft's internal centralized Python package that serves as the single, authoritative repository for every "Golden Metric" definition…
- Lyft pickup routing — The Routing team's pickup-routing subsystem inside Lyft's Mapping stack. Responsible for producing the driver's turn-by-turn route from their current location to the rider's pickup…
- Lyft rider app — Lyft's rider-facing mobile app (iOS + Android). The consumer-side entry point for the Lyft platform — ride request, pickup-spot selection, driver matching, chat, trip tracking,…
- LyftLearn Compute — LyftLearn Compute is the compute half of LyftLearn 2.0 — the SageMaker-backed stack that runs training, batch processing, Hyperparameter Optimization (HPO),…
- LyftLearn Serving — LyftLearn Serving is the serving half of LyftLearn 2.0 — a distributed real-time model-inference architecture running on EKS / Kubernetes.…
- LyftLearn — LyftLearn is Lyft's internal, end-to-end ML platform: the substrate on which hundreds of Lyft engineers train, evaluate, register, and serve the models that power pricing, fraud,…
- M3 (Uber) — M3 (m3db.io) is Uber's open-source metrics + time-series-database platform, built to handle observability at Uber scale during the 2013+ microservice build-out.…
- superfly/macaroon — github.com/superfly/macaroon is Fly.io's open-source Go Macaroon implementation. It's the library underneath Fly.io's internal token infrastructure (tkdb and Pet Semetary)…
- Magic Pocket — Magic Pocket is Dropbox's in-house block-storage system — the exabyte-scale substrate that stores the majority of Dropbox customer file data.…
- Magic Transit — Magic Transit is Cloudflare's IP-network- level DDoS-protection product: a customer advertises one or more IP prefixes via global anycast from Cloudflare's edge fleet,…
- Mako (Netflix ML compute platform) — Mako is Netflix's internal ML compute platform. It provisions GPUs on AWS and is the substrate that sits underneath open-source components like PyTorch, Ray,…
- Managed Compression (Meta) — Managed Compression is Meta's runtime service for operating compression at fleet scale. Originally built "to automate dictionary compression with Zstandard" (Source:…
- Maple (Instacart batch LLM service) — Maple is Instacart's internal LLM batch-processing service. It accepts a CSV or Parquet file plus a prompt template and returns an output file with the input rows merged…
- Marginalia gem — Marginalia is a Ruby gem originally published by Basecamp that instruments ActiveRecord to append a trailing SQL comment carrying structured metadata (controller, action,…
- Maven Failsafe Plugin — Maven Failsafe is the Apache Maven test runner designed for integration tests. It attaches to the integration-test and verify phases and, unlike Surefire,…
- Maven Surefire Plugin — Maven Surefire is Apache Maven's default test runner. It attaches to the test phase of Maven's default lifecycle and executes test classes by naming convention:
- MCCI (Mobile Communication Company of Iran) — MCCI (Mobile Communication Company of Iran, Hamrah-e Avval / همراه اول) is one of Iran's largest mobile network operators — historically the country's first cellular carrier…
- MCP Server Card (standard) — MCP Server Card is a draft standard for describing a Model Context Protocol server before an agent connects to it. A JSON document published at /.well-known/mcp/server-card.json…
- @modelcontextprotocol/sdk (TypeScript) — modelcontextprotocol/sdk is the official TypeScript / JavaScript SDK for building Model Context Protocol servers and clients.…
- Megatron-LM — Megatron-LM is NVIDIA's open-source, highly-optimised framework for training transformer-based LLMs at multi-node scale. Its defining feature is first-class support for 3D…
- Mercedes-Benz Data Mesh — Mercedes-Benz's internal cross-cloud data-sharing backbone, built on the Databricks Data Intelligence Platform (Unity Catalog + Delta Sharing + Delta Lake Deep Clone) to connect…
- Merckx (Uber) — Merckx was Uber's first in-house distributed tracing system, built during the 2013–14 microservice-platform era. Pulled instrumentation data from a stream in Kafka…
- Mercurial — Mercurial (hg) is an open-source distributed version control system created in 2005 by Matt Mackall, contemporary with Git.…
- MERJ Web Rendering Monitor (WRM) — MERJ's Web Rendering Monitor is an open-source lightweight JavaScript library (published at github.com/merj/wrm-research-vercel) that measures whether and when a search-engine / AI…
- Merkle Tree Certificates (MTC) — Merkle Tree Certificates (MTC) is a TLS certificate-issuance mechanism designed for the post-quantum era, where conventional per-connection PQ signature chains become too large…
- Messenger (Meta) — Messenger is Meta's messaging app, consuming shared Meta client-infrastructure libraries alongside WhatsApp and Instagram.…
- Meta Anonymous Credential Service (ACS) — The Anonymous Credential Service (ACS) is Meta's cryptographic primitive for authenticating clients without identifying them.…
- Meta Adaptive Ranking Model — Meta Adaptive Ranking Model is the LLM-scale ads-ranking serving stack Meta Ads deployed in 2025 to serve model complexity equivalent to O(10 GFLOPs) per token…
- Meta AI Pre-Compute Engine — The Meta AI Pre-Compute Engine is Meta's internal production infrastructure that produces and maintains a navigable tribal-knowledge layer over a large config-as-code data pipeline…
- Meta AI Regression Solver — The AI Regression Solver is Meta's defensive AI agent that turns a detected performance regression into a review-ready fix-forward pull request sent to the original root-cause…
- Meta Andromeda (Ads Retrieval Model) — Andromeda is Meta Ads's "next-gen personalized ads retrieval engine" introduced in 2024-12-02 Meta Production Engineering blog post.…
- Meta Belljar — Belljar is Meta's CI/CD testing framework for continuously detecting critical startup dependencies among control-plane services.…
- BOLT (Meta Binary Optimizer) — BOLT (Binary Optimization and Layout Tool) is Meta's open-source post-compile binary optimiser that rewrites an already-compiled binary using runtime profile data.…
- Meta Capacity Efficiency Platform — The Meta Capacity Efficiency Platform is Meta's unified AI-agent platform for hyperscale performance engineering — one substrate that serves both offense (proactively finding…
- Configerator (Meta) — Configerator is Meta's holistic configuration management system — the canonical mechanism by which configuration is authored, versioned, reviewed, distributed,…
- Meta Data Classifier (ML-based) — Meta's scalable ML-based data classifier — an internal system first published in "Scalable data classification for security and privacy" (2020-07-21)…
- Meta Data Ingestion System — Meta's Data Ingestion System is the infrastructure that incrementally scrapes several petabytes of social graph data per day from one of the world's largest MySQL deployments (the…
- Meta Data Warehouse — Meta's Data Warehouse (a.k.a. the Meta data lakehouse) is the company-wide analytical data platform served by Presto and fronted by Meta Presto Gateway.…
- DSF (Disaggregated Scheduled Fabric) — Disaggregated Scheduled Fabric (DSF) is Meta's open, vendor-agnostic AI networking backend for next-generation training clusters, announced at OCP Summit 2024.…
- Meta Encodec — Encodec is Meta's open-source ML-based audio compression codec, released October 2022 by Meta FAIR. It uses a learned neural-network encoder/decoder to compress audio at very low…
- Friend Bubbles (Meta) — Friend Bubbles is the Meta recommendation-system component that surfaces Reels a viewer's friends have liked, reacted to,…
- Meta 24K GenAI Cluster — InfiniBand — One of two 24,000-GPU H100 clusters Meta built for Llama-3-era GenAI training. This one uses InfiniBand as the inter-node fabric; its sibling uses RoCE.…
- Meta 24K GenAI Cluster — RoCE — One of two 24,000-GPU H100 clusters Meta built for Llama-3-era GenAI training. This one uses RoCE (RDMA over Converged Ethernet) as the inter-node fabric;…
- Meta Groups Scoped Search — Meta Groups Scoped Search — more precisely the group-scoped discussions module on Facebook Search — is the product surface that surfaces content from Facebook Groups when a user…
- Meta Hive (data warehouse) — Meta Hive is Meta's internal long-term / cold-storage data warehouse, derived from the original Facebook Hive paper (2010,…
- Instagram (Meta) — Instagram is Meta's photo/video social product, consuming shared Meta client-infrastructure libraries alongside WhatsApp and Messenger.…
- Meta Instantaneous PowerLoss Storm — Instantaneous PowerLoss Storm is a testing paradigm within Meta's long-established Disaster Readiness (DR) "Storm" program that validates Meta's infrastructure can handle…
- Meta Scalable Video Processor (MSVP) — MSVP (Meta Scalable Video Processor) is Meta's custom ASIC for video transcoding, deployed only inside Meta's infrastructure.…
- Meta MTIA (Meta Training and Inference Accelerator) — MTIA is Meta's in-house family of AI accelerator silicon — the proprietary-chip axis of Meta's heterogeneous AI hardware fleet alongside NVIDIA GPUs, AMD GPUs, and CPUs.…
- Policy Zone Manager (PZM) — Policy Zone Manager (PZM) is the UX and automation suite Meta built on top of Policy Zones to make purpose-limitation rollouts tractable across Meta's infrastructure.…
- Policy Zones (Meta) — Policy Zones is Meta's information flow control (IFC) technology — the runtime enforcement primitive underneath the Privacy Aware Infrastructure (PAI) initiative.…
- Meta Power Loss Siren (PLS) — Power Loss Siren (PLS) is Meta's system for persisting in-memory data when server racks have lost power, using battery backup to provide a persistence window during power-loss…
- Meta Presto Gateway — Meta Presto Gateway is Meta's internal load-balancer / proxy tier sitting in front of every Presto cluster at Meta. It is the single routing plane for all Presto queries inside…
- Meta Privacy Aware Infrastructure (PAI) — Privacy Aware Infrastructure (PAI) is Meta's umbrella initiative to embed first-class privacy constructs directly into the company's software infrastructure,…
- Meta Precision Time Protocol (PTP) — Meta's Engineering blog post "Precision Time Protocol at Meta" (2022-11-21) is summarized in the High Scalability Dec-2022 roundup.
- Meta Quest — Meta Quest is Meta's line of standalone virtual-reality headsets (Quest 2, Quest 3, Quest 3S, Quest Pro). As a compute platform Quest is a mobile-class Qualcomm Snapdragon device…
- Meta AI-assisted RCA system — Meta's internal AI-assisted root-cause analysis (RCA) system for reliability investigations on the web monorepo. Combines a heuristic retriever (narrows thousands of recent code…
- Segmented Changelog (Meta / Sapling) — Segmented Changelog is Sapling's commit- graph representation and query engine. It is the specific mechanism that lets Sapling answer common history queries (smartlog rendering,…
- SSR — Search Semantic Retriever (Meta) — SSR (Search Semantic Retriever) is the 12-layer, 200-million-parameter encoder model Meta uses to convert natural-language user queries into dense vector representations…
- Meta TAO — TAO (The Associations and Objects) is Meta's production social-graph storage system, originally introduced at USENIX ATC 2013 ("TAO: Facebook's Distributed Data Store…
- Meta Twine — Twine is Meta's core container orchestrator — the system that schedules, allocates, and manages the lifecycle of all services across Meta's data center regions.…
- Unicorn (Meta inverted index) — Unicorn is Facebook's in-house inverted-index retrieval system — the lexical backbone behind Facebook search since the Graph Search era.…
- Meta WebRTC Shim — A proxy library sitting between Meta's application code and two statically-linked copies of WebRTC (a legacy fork and a latest upstream Chromium build),…
- Meta Wedge 400 (fabric switch) — Wedge 400 is Meta's OCP-contributed fabric switch (introduced at OCP Summit 2021), used inside Meta's AI-rack designs as the top-of-rack / intra-rack fabric-switch element.…
- Metabucket (S3 Bucket Metadata Store) — Metabucket is S3's internal bucket-metadata system — the store that holds the record for each bucket (name, owner, policy, region, config).…
- Metaflow — Metaflow is Netflix's open-source human-friendly framework for building and managing data, ML, and AI applications, originally developed at Netflix and released publicly…
- Metro bundler — Metro is React Native's default JavaScript bundler — the tool that takes TS/JS modules and produces the JS bundles RN loads on iOS / Android / web.
- Michelangelo (Uber ML platform) — Michelangelo is Uber's end-to-end internal machine learning platform — feature engineering, training, model management, and serving for all of Uber's ML-driven products (dispatch…
- Micrometer Tracing — Micrometer Tracing is Spring's vendor-neutral tracing abstraction (successor to Spring Cloud Sleuth). It provides a Tracer + Span + @Observed + SpanAspect API and bridges…
- Microsoft SQL Server — Microsoft SQL Server is Microsoft's commercial OLTP relational database — the dominant Windows-native enterprise OLTP engine and one of the big-three commercial RDBMSs alongside…
- Miniflare — Miniflare is Cloudflare's local development emulator for Workers (developers.cloudflare.com/workers/testing/miniflare). It runs the exact same Workers runtime used in production,…
- ML-DSA (Module-Lattice Digital Signature Algorithm) — ML-DSA is the NIST-standardised post-quantum digital signature algorithm defined in FIPS 204 (August 2024). Formerly submitted and analysed as Dilithium under the NIST PQC…
- ML-KEM (Module-Lattice Key Encapsulation Mechanism) — ML-KEM is the NIST-standardised post-quantum key-encapsulation mechanism defined in FIPS 203 (August 2024). Formerly submitted and analysed as Kyber in the NIST PQC standardisation…
- MLflow OTel Tracing — MLflow OTel Tracing is the agent-instrumentation surface within MLflow (3.x) that emits OpenTelemetry-format traces and routes them — via Zerobus Ingest…
- MLflow — MLflow is an open-source ML lifecycle platform originated at Databricks: experiment tracking, model packaging, model registry,…
- Nixtla MLForecast — Nixtla MLForecast (mlforecast) is an open-source time-series forecasting library from Nixtla that wraps traditional gradient-boosting models (typically LightGBM)…
- MLow codec — MLow (Meta Low Bitrate) is Meta's proprietary real-time communication audio codec, shipped across WhatsApp, Messenger, and Instagram calls.…
- MobileNet — MobileNet is Google's family of efficient CNN architectures designed for on-device (mobile / embedded) inference. The defining architectural choice is depthwise-separable…
- MockServer — MockServer (mock-server.com) is an HTTP / HTTPS mock server that stands in for an external HTTP peer in tests. Developers declare expectations (on request match → respond…
- Model Context Protocol (MCP) — Model Context Protocol (MCP) is an open standard — published at modelcontextprotocol.io — for servers to describe the tools they provide to LLM agents.…
- Moltbot — Moltbot (formerly Clawdbot; renamed OpenClaw as of 2026-01-30) is an open-source self-hosted personal AI agent designed to run in the background on a user's own hardware (typically…
- Moltworker — Moltworker (github.com/cloudflare/moltworker) is Cloudflare's open-source port of Moltbot onto the Developer Platform. It is explicitly labelled a proof of concept,…
- Monaco Editor — Monaco is the code editor that powers VS Code, extracted as a browser-embeddable component and open-sourced by Microsoft.…
- MongoDB Application Modernization Platform (AMP) — The MongoDB Application Modernization Platform (AMP) is MongoDB's strategic investment in agentic tooling + AI-based frameworks for migrating legacy relational-database…
- MongoDB Atlas — MongoDB Atlas is MongoDB's managed cloud database service — a hosted deployment of the MongoDB server across AWS, Google Cloud, and Azure, with managed provisioning, backups,…
- MongoDB Community Edition — MongoDB Community Edition is MongoDB's self-managed, free-to-use distribution of the MongoDB server (mongod). The operator runs the binaries, provisions the hardware,…
- MongoDB Mobile SDK — The MongoDB Mobile SDK was a mobile-local document database that synced with a central server — mobile clients could read/write data locally,…
- MongoDB Search Nodes — Search Nodes are dedicated Atlas compute nodes that run search and vector-search workloads independently of the core database nodes.…
- MongoDB Server — The MongoDB server (the mongod process) is MongoDB's C++ document-database implementation. Production deployments are typically replica sets…
- mongosync — mongosync is MongoDB's official continuous-replication tool for migrating data between MongoDB clusters — notably from a self-managed MongoDB Community Edition deployment into…
- Mooncake Store — Mooncake Store (github.com/kvcache-ai/Mooncake) is the cold / warm tier of Moonshot AI's Mooncake KV-cache stack, extending the KV cache from GPU VRAM onto NVMe storage.…
- Mooncake Transfer Engine — Mooncake Transfer Engine (github.com/kvcache-ai/Mooncake) is an open-source high-performance data-transfer framework from Moonshot AI for moving KV-cache blocks between GPUs…
- Moonlink — Moonlink is the named "real-time synchronization engine between operational and analytical formats, with zero ETL" exposed in the 2026-05-27 Databricks + Health Samurai…
- Mosaic AI Vector Search (Databricks) — Mosaic AI Vector Search is Databricks' managed vector-search service over governed Delta tables. Vector embeddings produced upstream (radiomics, deep-model feature extractors,…
- Mount Diablo (Meta × Microsoft disaggregated power rack) — Mount Diablo is a disaggregated power rack being developed jointly by Meta and Microsoft and contributed to OCP. It features a scalable 400 VDC unit that enhances efficiency…
- M-Pesa — M-Pesa is Safaricom's mobile-money platform, first launched in Kenya in 2007 and now a continent-wide production payments system.…
- mpstat — mpstat reports per-CPU CPU time statistics. Ships in the sysstat package. Where vmstat's CPU columns are system-wide averages,…
- Amazon Managed Workflows for Apache Airflow (MWAA) — Amazon Managed Workflows for Apache Airflow (MWAA) is AWS's managed hosting for Apache Airflow. Customers bring DAG code (usually via S3);…
- MXFP microscaling formats — MXFP (Microscaling Formats) is an Open Compute Project spec (OCP Microscaling Formats MX Specification v1.0) standardizing a family of low-bit data types with native hardware…
- MySQL — MySQL is a widely deployed open-source relational database, typically the default OLTP store for teams that need a familiar SQL engine and strong ecosystem support.…
- Mythos Preview — Mythos Preview is Anthropic's preview of a cyber frontier model — a frontier-tier LLM specialised for offensive security work (vulnerability discovery, exploit reasoning,…
- naga — naga is the shader translation library used by the Rust wgpu project (and by other WebGPU tooling) to parse and emit shaders in multiple formats.…
- Nagios — Nagios (nagios.org) is a long-running open-source infrastructure monitoring and alerting platform. Checks hosts/services against defined states and fires alerts when thresholds…
- Nakadi — Nakadi (github.com/zalando/nakadi) is Zalando's open-source distributed event bus / event streaming platform. It wraps Apache Kafka with a REST-based publish / subscribe API,…
- NATS — NATS (nats.io) is an open-source messaging system — publish / subscribe + request / reply + queue groups, with an emphasis on being fast, simple, and lightweight.…
- NBD (Network Block Device) — NBD is the Linux kernel's native network block-device protocol — a simpler, younger alternative to iSCSI. The Linux kernel includes a built-in NBD client,…
- Nebula ArchRules — Nebula ArchRules is a pair of Gradle plugins — the ArchRules Library Plugin and the ArchRules Runner Plugin — that lifts ArchUnit from a per-repo JUnit-suite tool into…
- Neki — Neki (neki.dev) is PlanetScale's new horizontal- sharding system for Postgres, under active development as of 2025-07-01 and waitlist-only at announcement.…
- Neo4j — Neo4j is a native property-graph database, developed by Neo4j Inc. Data is modelled as nodes (with labels and properties) and relationships (directed, typed, with properties).…
- Neon — Neon is a serverless, separated-compute-and-storage Postgres database originally developed by Neon Inc. and acquired by Databricks in 2025.…
- Netbird — Netbird is an open-source Zero Trust Access platform built on top of WireGuard. It provides an identity- gated, peer-to-peer mesh network with per-peer access policies,…
- Netflix 10-18 Monkey — 10-18 Monkey (short for Localization-Internationalization, i.e. l10n + i18n) is the Simian Army member that detects configuration and runtime problems in instances serving…
- Netflix AIP Portal — The AIP Portal (AI Platform Portal) is Netflix's unified UI surface for exploring the MDS model lifecycle graph. It provides full-text search across all entity types,…
- Netflix Amber (media feature store) — Amber is Netflix's feature store for media — the backing service that other Netflix services query for ML features derived from video, image,…
- Netflix Atlas — Atlas is Netflix's primary telemetry / metrics platform — an in-memory, dimensional time-series database for operational metrics.…
- Netflix Broadcast Operations Center (BOC) — The Broadcast Operations Center (BOC) is Netflix's physical command center for receiving live venue feeds and handing them off to Netflix's live streaming pipeline.…
- Netflix Chaos Gorilla — Chaos Gorilla is the Simian Army member that simulates the outage of an entire Amazon availability zone. Introduced in Netflix's 2011 TechBlog post (Source:…
- Netflix Chaos Monkey — Chaos Monkey is the founding member of Netflix's Simian Army and the canonical fault-injection tool for cloud-native resilience testing.…
- Netflix Conformity Monkey — Conformity Monkey is the Simian Army member that finds instances violating operational best-practices and shuts them down, forcing the owning team to re-launch them correctly.…
- Netflix Content Hub — Content Hub is Netflix's internal cloud-based production portal. It is the container in which the Media Production Suite (MPS) tools live,…
- Netflix Cosmos — Cosmos is Netflix's internal compute + storage platform for media processing — the substrate on which Netflix's encoding pipelines,…
- Netflix Data Bridge — Netflix Data Bridge is Netflix's internal data-movement substrate, mentioned in the 2026-06-03 dynamic-partition-splitting post (Source:…
- Netflix Data Gateway Platform — Netflix Data Gateway is the platform layer underneath Netflix's Data Abstraction Layer (DAL) services. It hosts the Data Abstraction Layer services that sit between microservices…
- Netflix Data Mesh — Netflix Data Mesh is Netflix's internal "general purpose data movement and processing platform for moving data between Netflix systems at scale" (as characterised in the UDA post)…
- Netflix Distributed Counter Abstraction — Netflix Distributed Counter Abstraction is the counting service built on top of the TimeSeries Abstraction and deployed via the Data Gateway Control Plane.…
- Netflix Doctor Monkey — Doctor Monkey is the Simian Army member that detects unhealthy instances via health checks + external signals and evicts them from service, eventually terminating them.…
- Netflix Domain Graph Service (DGS) framework — The Domain Graph Service (DGS) framework is Netflix's open-sourced Spring-Boot-based framework for building GraphQL subgraphs that federate into Netflix's Enterprise GraphQL…
- Netflix Druid Interval-Aware Cache — Netflix's Druid interval-aware cache is an experimental external caching service that sits between dashboards and Apache Druid to handle the rolling-window dashboard query pattern.…
- Netflix Enterprise GraphQL Gateway — Netflix's Enterprise GraphQL Gateway is the federated GraphQL entry point for Netflix's internal applications — the "single graph" the rest of Netflix's internal tooling queries…
- Netflix FlowCollector — FlowCollector is Netflix's regional backend service that consumes TCP flow records from the FlowExporter sidecar fleet, attributes the remote IP of each flow to a Netflix workload…
- Netflix FlowExporter — FlowExporter is Netflix's per-host eBPF sidecar that captures TCP flow records from every Netflix workload in AWS. It attaches to kernel TCP tracepoints to observe socket state…
- Netflix Footage Ingest — Footage Ingest is the drive-plug-in gateway application of Netflix's Media Production Suite. It is the on-ramp to the centralised cloud media library that every other MPS tool…
- Netflix FPD + CEA (Cloud Efficiency data platform) — FPD (Foundational Platform Data) + CEA (Cloud Efficiency Analytics) is the two-layer internal data platform that the Netflix Platform DSE (Data Science Engineering) team uses…
- Netflix global-lock-bench — global-lock-bench (github.com/Netflix/global-lock-bench) is an open-source microbenchmark Netflix built while diagnosing the Mount Mayhem incident.…
- Netflix Graph Abstraction — Netflix Graph Abstraction is Netflix's internal OLTP-graph service: a strongly-typed property- graph runtime composed on top of the existing Key-Value Abstraction (durable index),…
- Netflix Gutenberg — Gutenberg is Netflix's dataset pub/sub system — a versioned, dynamically-loadable, rollback-capable publication substrate for datasets consumed by multiple services.…
- Netflix IPMan — IPMan is Netflix's container IP address assignment service for the Titus container platform. It assigns and unassigns IPs for container workloads as they start and stop.
- Netflix Janitor Monkey — Janitor Monkey is the Simian Army member that finds and disposes of unused cloud resources to keep Netflix's AWS environment free of clutter and waste.…
- Netflix KV Data Abstraction Layer (KV DAL) — Netflix KV DAL is the mature, production-exemplar Data Abstraction Layer built on Netflix's Data Gateway Platform. It is a gRPC service that sits between Netflix microservices…
- Netflix Latency Monkey — Latency Monkey is the Simian Army member that induces artificial delays in Netflix's RESTful client-server communication layer to simulate service degradation and…
- Netflix Lightbulb — Lightbulb is Netflix's 2026 routing-metadata resolver for the centralized Model Serving Platform. Unlike Switchboard — which sat in the critical path of every request…
- Netflix Maestro — Maestro is Netflix's horizontally scalable workflow orchestrator, designed to manage large-scale data and ML workflows. It oversees the entire lifecycle of a workflow — retries,…
- Marken — Scalable Annotation Service (Netflix) — Marken is Netflix's internal annotation service — the transactional persistence layer for machine-learning-model output describing media content (character recognition,…
- Netflix MDS (Metadata Service / Model Lifecycle Graph) — MDS is Netflix's centralized metadata service for the ML lifecycle. It unifies fragmented metadata across previously-siloed ML source systems (Pipeline Orchestration,…
- Netflix Media Production Suite (MPS) — Media Production Suite (MPS) is Netflix's cloud-based toolchain for film + television production, hosted inside Content Hub.…
- MediaFM (Netflix) — MediaFM (Netflix Media Foundational Model) is Netflix's first tri-modal (audio + video + timed-text) foundation model for media understanding…
- Metaflow Cache (Netflix) — metaflow.Cache is the Netflix-internal API for writing precomputed results from a scheduled Metaflow job to a low-latency key-value store.…
- Metaflow Fast Data (Netflix) — Fast Data is the Netflix-internal Metaflow library for high-throughput Python access to Netflix's data warehouse. It is the data-layer integration used by Netflix Metaflow projects…
- Metaflow Hosting (Netflix) — Metaflow Hosting is Netflix's integrated model-serving service for artifacts and models produced by Metaflow (Source: 2024-07-22-netflix-supporting-diverse-ml-systems-at-netflix).…
- Netflix Metatron — Metatron is Netflix's workload identity service. It provisions workload identity certificates to each EC2 instance at boot time,…
- Netflix Model Serving Platform — Netflix Model Serving Platform is Netflix's centralized ML-model-serving infrastructure: a single platform through which all member-facing ML-powered experiences (title…
- Netflix Open Connect — Open Connect is Netflix's content-delivery network — the global network of caching appliances Netflix deploys at ISPs and Internet Exchange Points to serve member streaming traffic…
- Netflix PDM (Primary Data Management) — PDM — Primary Data Management — is Netflix's platform for managing authoritative reference data and taxonomies, and is the first named production consumer of UDA (Source:…
- Netflix Post-Training Framework — The Netflix Post-Training Framework is an internal Netflix AI Platform library that hides the distributed-systems complexity of adapting open-weight LLMs (Qwen3, Gemma3,…
- Netflix Ranker — Ranker is "one of the largest and most complex services at Netflix" — it powers "the personalized rows you see on the Netflix homepage" and "runs at an enormous scale" (Source:…
- Netflix runq.latency monitor — Netflix's per-container run-queue-latency monitor is the eBPF-based observability stack described in 2024-09-11-netflix-noisy-neighbor-detection-with-ebpf.…
- Netflix Security Monkey — Security Monkey is the Simian Army member dedicated to security-posture drift detection. Described by the 2011 TechBlog post as "an extension of Conformity Monkey",…
- Netflix SEL (Simple Expression Language) — SEL — the Simple, Secure, and Safe Expression Language — is Netflix's homemade expression language for safe code injection inside Maestro parameterized workflows.…
- SeqCLIP (Netflix) — SeqCLIP is a Netflix-internal CLIP-style model fine-tuned on video retrieval datasets that produces a video embedding from a set of frames sampled at uniform intervals from a video…
- Netflix Service Topology — Service Topology is Netflix's real-time service-dependency graph of "thousands of microservices" spanning streaming, Live programming, and Ads-supported plans.…
- Netflix Simian Army — The Simian Army is Netflix's family of automated agents — each with a narrow failure-mode or abnormal-condition domain — that continuously exercise and validate the fault-tolerance…
- Netflix Sonar — Sonar is Netflix's internal IP address tracking service. It emits an event whenever an IP address in Netflix's AWS VPCs is assigned to or unassigned from a workload.…
- Netflix Sphere (self-service reporting) — Sphere is Netflix's self-service operational reporting tool for business users, and the second named production consumer of UDA (Source:…
- Netflix Switchboard — Switchboard is Netflix's pre-2026 custom gRPC routing proxy that sits in the critical path of every ML-inference request across Netflix's centralized Model Serving Platform.…
- Netflix Synopsis Judge — Netflix Synopsis Judge is Netflix's production LLM-as-a-Judge system for scoring the quality of the show synopses shown to members as personalised promotional assets.…
- Netflix TimeSeries Abstraction — Netflix TimeSeries Abstraction is a distributed service on the Data Gateway platform for storing and querying large volumes of temporal event data with low millisecond latencies.…
- Netflix Titus — Titus is Netflix's centralized container-management platform — the canonical compute backend at Netflix, including for Metaflow jobs (targeted with the @titus decorator).…
- Netflix Transmission Operations Center (TOC) — The Transmission Operations Center (TOC) is Netflix's fleet-mode physical layout for BOC operations. It replaces the earlier co-pilot broadcast control room model with a three-role…
- Netflix UDA (Unified Data Architecture) — UDA — Unified Data Architecture — is Netflix Content Engineering's in-house knowledge graph platform that connects business concepts (actor, movie, asset,…
- Netflix Upper (UDA metamodel) — Upper is the metamodel — "the model for all models" — inside Netflix's UDA. It is the language in which every domain model (business or system) is written,…
- Netflix Zuul — Zuul is Netflix's cloud gateway, handling all cloud ingress traffic. It is open source at github.com/Netflix/zuul.
- Netlify Edge Functions — Netlify Edge Functions are Netlify's Deno-based serverless runtime. Execute JavaScript / TypeScript at Netlify's global edge network, close to the user.…
- Netty — Netty (netty.io) is a high-performance asynchronous event-driven network application framework for Java. It is the de-facto JVM primitive for building servers and clients that do…
- new-streams — new-streams (github.com/jasnell/new-streams) is James Snell's proof-of-concept alternative to the WHATWG Streams Standard (Web Streams API),…
- New World — Amazon Games — Amazon Games' New World is a seamless MMORPG (launched 2021) that became the 5th-highest concurrent-user game in Steam history with >900,000 concurrent users in its opening…
- Next.js — Next.js is a Vercel-backed React application framework providing server-side rendering, file-system-based routing, app router, API routes, image optimization,…
- nginx — nginx is a high-performance open-source HTTP server + reverse proxy. Dominant choice for edge-facing web tiers at engineering orgs that want a small,…
- ngx_lua — ngxlua (a.k.a. lua-nginx-module, widely distributed as part of OpenResty) is an nginx module that embeds a Lua runtime into the request lifecycle.…
- Nitro (UnJS) — Nitro (nitro.build) is an open-source JavaScript/TypeScript server toolkit from the UnJS ecosystem. It provides file-based routing, a build system,…
- AWS Nitro — AWS Nitro is the family of dedicated hardware (offload cards + security chip) + lightweight hypervisor that underpins modern EC2.…
- Node.js — Node.js (nodejs.org) is the server-side JavaScript runtime built on Google's V8, originally released 2009. Outside the browser,…
- Nokogiri — Nokogiri (nokogiri.org) is a Ruby wrapper around native XML and HTML parsers: libxml2 + libgumbo (HTML5 via Google's Gumbo parser) on CRuby, Xerces on JRuby.…
- Nomad (HashiCorp) — Nomad is HashiCorp's workload orchestrator — an alternative to Kubernetes for scheduling containers, VMs, and raw binaries across a cluster of workers.…
- NotebookLM — NotebookLM is Google's consumer-and-research document- analysis product — a notebook UI that lets users upload a corpus of documents and ask questions against them with LLM- backed…
- Nrtsearch — Nrtsearch is Yelp's open-source (github.com/Yelp/nrtsearch) Lucene-based search engine, built as a cost-effective, scalable alternative to Elasticsearch.…
- nsjail — nsjail (github.com/google/nsjail) is a Google-originated open-source command-line tool that stacks five Linux isolation primitives — namespaces, capabilities,…
- NullAway (Uber) — NullAway is Uber's open-source static-analysis tool for Java null-safety. Built on top of ErrorProne; runs as a checker during compilation. Source: github.com/uber/NullAway.
- Nullsafe (Meta / Infer) — Nullsafe is Meta's static-analysis tool for Java null-safety. Ships as part of the Infer-adjacent annotation set. Source:…
- Numba — Numba is an open-source JIT compiler for Python that translates a subset of Python + NumPy code into optimised machine code via LLVM.…
- NVIDIA A10 — The NVIDIA A10 is an Ampere-generation data-centre GPU (released 2021). Relative to A100/H100 frontier parts it has fewer and slower cores and less memory,…
- NVIDIA A100 — The NVIDIA A100 (Ampere architecture, 2020) is the training-first datacenter GPU that preceded the H100 as the frontier part.…
- NVIDIA GB200 Grace Blackwell Superchip — The NVIDIA GB200 Grace Blackwell Superchip is NVIDIA's Blackwell-generation rack-scale AI platform, combining Blackwell GPUs with the Grace Arm-based CPU on a single module via…
- NVIDIA H100 — The NVIDIA H100 (Hopper architecture, 2022-2023) is the data-centre-class GPU that has become the default substrate for frontier LLM training and large-model inference.…
- NVIDIA L40S — The NVIDIA L40S is the AI-optimized variant of the L40, which is itself the data-centre edition of the GeForce RTX 4090 gaming GPU — "resembling two 4090s stapled together",…
- NVIDIA MIG — NVIDIA MIG (Multi-Instance GPU) is the hardware-level partitioning feature introduced on the A100 (and carried forward to H100) that splits a single physical GPU into up to 7…
- NCU (NVIDIA Nsight Compute) — NCU (Nsight Compute) is NVIDIA's GPU kernel-level profiler — it reports per-kernel hardware metrics: occupancy, memory throughput, instruction mix, warp stall reasons,…
- NVIDIA NVENC / NVDEC — NVENC (NVIDIA Encoder) and NVDEC (NVIDIA Decoder) are the dedicated fixed-function hardware video engines present on most modern NVIDIA GPUs, separate from the general CUDA cores.…
- NVIDIA RTX PRO 6000 Blackwell — The NVIDIA RTX PRO 6000 Blackwell is an NVIDIA Blackwell- generation GPU positioned for GPU-memory-intensive generative AI workloads, with 96 GB of GPU memory.…
- NVIDIA Tensor Core — NVIDIA Tensor Cores are dedicated matrix multiply-accumulate (MMA) units embedded in NVIDIA GPUs, accessed through MMA instructions (mma.sync, tcgen05.mma, and variants).…
- NVIDIA Triton Inference Server — NVIDIA Triton Inference Server is an open-source ML serving runtime for production inference. Triton sits above compiled inference engines (TensorRT, TensorRT-LLM, ONNX Runtime,…
- NVLink — NVLink is NVIDIA's high-bandwidth, low-latency intra-node GPU-to-GPU interconnect. It is the communication substrate that makes tensor parallelism viable at per-layer all-reduce…
- NVMe SSD — NVMe (Non-Volatile Memory express) is the host-controller interface specification that exposes an SSD to the CPU over PCIe instead of over older storage buses (SATA,…
- Nx (Elixir AI/ML stack) — The Nx stack is how Elixir does native AI/ML — three libraries layered on top of each other:
- o1-mini — o1-mini is OpenAI's smaller / cheaper sibling of o1-preview within the first-generation "reasoning" model family (2024-09-12).…
- o1-preview — o1-preview is OpenAI's first-generation "reasoning" model family, released 2024-09-12. Trained to perform internal chain-of-thought before producing a final answer;…
- OAM (Open Accelerator Module) — The Open Accelerator Module (OAM) is an OCP standard for accelerator-module form factor and interconnect, enabling multi-vendor accelerator support inside common server platforms.…
- OCP-SAI (Switch Abstraction Interface) — OCP-SAI (Switch Abstraction Interface) is an open vendor-agnostic API for programming network switch ASICs, co-developed by Meta and Microsoft for the Open Compute Project (OCP)…
- octo-sts — octo-sts is Chainguard's open-source Security Token Service for GitHub: it lets workflows dynamically exchange a short-lived OIDC token for a minimally-scoped,…
- Octopus Energy Margin Data Pipeline — The Octopus Energy Margin Data Pipeline is the data engineering system that calculates margin, settlement obligations, and commercial KPIs for Octopus Energy's 8M+ UK customers.…
- Octopus (Zalando Experimentation Platform) — Octopus is Zalando's in-house A/B testing / experimentation platform. The first version was released in 2015, named after Paul the Octopus…
- oidc.fly.io (Fly.io OIDC IdP) — oidc.fly.io is Fly.io's in-house OpenID Connect identity provider. It issues short-lived OIDC tokens to Fly Machines and only to Fly Machines…
- Okio (Square I/O buffer library) — Okio (square.github.io/okio) is a Kotlin/Java I/O library from Square that sits alongside java.io and java.nio as a zero-copy-friendly buffer and stream abstraction.…
- Okta — Okta is an enterprise identity provider (IdP) — external SaaS directory + SSO + MFA + lifecycle management, commonly federated to via SAML or OIDC from applications and AWS…
- OmniNode — OmniNode is "a contract-driven runtime for AI agent orchestration" (Jonah Gray, founder/CEO) that coordinates fleets of agents that build, test, review,…
- Open Policy Agent (OPA / Gatekeeper) — Open Policy Agent (OPA) is a CNCF-graduated general-purpose policy engine; Gatekeeper is the Kubernetes admission-controller integration built on top of it.…
- OpenAI API — The OpenAI API (primarily the Chat Completions endpoint) is the hosted model-inference interface for the GPT family (GPT-4, GPT-4 Turbo, GPT-4o, GPT-4o-mini, o-series),…
- OpenAI text-embedding-3-large — text-embedding-3-large is OpenAI's large-tier text embedding model in the text-embedding-3 family, described on the OpenAI blog.…
- OpenAI text-embedding-ada-002 — text-embedding-ada-002 is OpenAI's second-generation text embedding model from the original ada-002 family, documented at platform.openai.com.…
- OpenCode — OpenCode is an open-source coding agent whose distinguishing property is its server-first architecture — the CLI, TUI, and desktop app are clients layered on top of a persistent…
- OpenFeature — OpenFeature (openfeature.dev) is the CNCF open standard for feature flag evaluation — a vendor-neutral API surface that decouples evaluation-call sites in application code…
- OpenJDK
java.util.Arrays.binarySearch— java.util.Arrays.binarySearch is the standard-library binary-search routine in the Java Development Kit (JDK / OpenJDK), authored by Joshua Bloch.… - OpenMessaging Benchmark (OMB) — OpenMessaging Benchmark (OMB) is an open-source framework for benchmarking distributed messaging and streaming systems with a standard, driver-abstracted workload model.…
- OpenNext — OpenNext (opennext.js.org) is an open-source adapter layer that makes Next.js applications deployable on runtimes other than Vercel — including Cloudflare Workers, AWS Lambda,…
- OpenPubkey — OpenPubkey is an open protocol (github.com/openpubkey/openpubkey, Linux Foundation announcement 2023) that adds public keys to OpenID Connect ID Tokens without requiring any change…
- OpenRewrite — OpenRewrite (docs.openrewrite.org) is an OSS deterministic-refactoring framework that operates on a Lossless Semantic Tree (LST) representation of source code.…
- OpenSearch — OpenSearch is the Apache-2.0-licensed fork of Elasticsearch + Kibana maintained by the OpenSearch community (originally forked by AWS after Elastic's 2021 license change…
- OpenSSH — OpenSSH is the dominant free implementation of the SSH protocol suite (maintained by the OpenBSD project, since 1999). It ships the ssh client, sshd server, ssh-keygen, ssh-add,…
- OpenSSL — OpenSSL is the dominant open-source C library implementing TLS and a wide catalogue of cryptographic primitives (AES, SHA-2/3, RSA, ECDSA, X25519,…
- OpenStreetMap — OpenStreetMap (OSM) is a collaborative, wiki-style project building a free, editable map of the world (openstreetmap.org).…
- OpenTelemetry — OpenTelemetry (OTel; opentelemetry.io) is the open standard for instrumenting applications with distributed traces, metrics, and logs.…
- opentracing-toolbox (Zalando) — opentracing-toolbox (github.com/zalando/opentracing-toolbox) is Zalando's open-source library suite that eases OpenTracing tracer integration into JVM applications,…
- OpenTracing — OpenTracing is a vendor-neutral API specification for distributed tracing, originally developed as a CNCF project. It defines the core primitives — span, trace, span context,…
- OpenTSDB — OpenTSDB (Open Time Series Database) is an open-source time-series database built on top of HBase (historically also Bigtable).…
- SDDL (Simple Data Description Language) — SDDL — Simple Data Description Language — is the declarative way to describe byte layouts to OpenZL for format-aware compression.…
- OpenZL — OpenZL is Meta's open-source format-aware lossless compression framework, publicly released 2025-10-06. It targets structured data — tabular, columnar, numeric arrays, timeseries,…
- OPKSSH (OpenPubkey SSH) — OPKSSH (OpenPubkey SSH) is an open-source tool (Apache 2.0, github.com/openpubkey/opkssh) that lets users SSH using single sign-on (OpenID Connect…
- OpsGenie — OpsGenie is Atlassian's on-call scheduling + paging SaaS (formerly an independent company; acquired by Atlassian in 2018).…
- OpsPlanner — OpsPlanner is Meta's unified disruptive-work orchestrator for the production fleet — the single choke point through which every maintenance operation (firmware update, OS patch,…
- Opus codec — Opus is the de-facto open-source general-purpose audio codec, released in 2012 and standardised in RFC 6716. It combines the SILK codec (voice) and CELT (music) into a single…
- Oracle Database — Oracle Database is a commercial, widely-deployed relational database management system (RDBMS) from Oracle Corporation. It is the archetypal "crown-jewel OLTP" system in many…
- Oracle LogMiner — Oracle LogMiner is an Oracle Enterprise Edition utility (packaged as the DBMSLOGMNR PL/SQL package) for mining the redo log stream — Oracle's write-ahead-log equivalent…
- Oracle Wallet — Oracle Wallet is Oracle's file-based credential store: a DBA-provisioned directory on disk containing encrypted connection credentials (username, password,…
- Orchestrator — Orchestrator is the most popular open-source leadership-management system for MySQL, originally authored by Shlomi Noach at openark.…
- ORv3 (Open Rack v3 HPR) — ORv3 is the third-generation Open Rack specification from the Open Compute Project (OCP). The HPR (High-Power Rack) variant introduced by Meta's Catalina at OCP Summit 2024…
- Overture Maps — Overture Maps is an open-source geospatial dataset stewarded by the Overture Maps Foundation, with Meta and Microsoft as founding contributors.…
- Owl (Meta content distribution) — Owl is Meta's internal system for distributing hot content (binaries, data blobs, ML models) to millions of client processes in Meta's datacenters.…
- Oxla — Oxla is a C++-based distributed SQL query engine purpose-built for high-performance federated analytics, acquired by Redpanda and announced as a component of the Agentic Data Plane…
- oxlint — oxlint is a Rust-based linter for JavaScript and TypeScript, part of the Oxc ("The JavaScript Oxidation Compiler") toolchain.…
- Pageserver + Safekeeper (Lakebase / Neon storage tier) — Pageserver and Safekeeper are the two server components of the Neon-lineage Postgres storage tier — the durable, long-lived storage layer that sits underneath ephemeral Postgres…
- Palo Alto Networks IPsec — Palo Alto Networks (PANW) is a major enterprise network-security vendor whose PA-Series firewalls and Prisma SD-WAN appliances implement IPsec as a standard branch-connector / VPN…
- Panda (Dropbox metadata stack) — Panda is Dropbox's petabyte-scale transactional key-value store — the metadata stack behind Magic Pocket. Linked from the 2026-04-02 storage-efficiency post as Panda metadata…
- Pantheon (Databricks Thanos fork) — Pantheon is Databricks' internal fork of the CNCF thanos project, deployed as the primary TSDB under its global monitoring infrastructure.…
- Paparazzi — Paparazzi is a Cash App / Square open-source library (github.com/cashapp/paparazzi) that renders Android Views and Composables to PNG screenshots on the JVM — no emulator,…
- parking_lot (Rust lock crate) — parkinglot is Amanieu d'Antras's Rust crate providing a replacement for the standard library's synchronization primitives (Mutex, RwLock, Condvar, Once).…
- parslet — parslet (https://github.com/kschiess/parslet) is a Ruby library for writing PEG (Parsing Expression Grammar) parsers using a small combinator DSL.…
- Patroni — Patroni is a Python-based high-availability template for PostgreSQL originally developed at Zalando and now broadly adopted across the Postgres ecosystem.…
- Pay Per Crawl (Cloudflare) — Pay Per Crawl is a Cloudflare feature (announced 2025-07-01 in private beta) that lets publishers monetize AI-crawler access to their content at internet scale.…
- PayPal — PayPal is a digital-wallet / payment-services provider. Surfaced on the wiki as one of four named non-card payment methods covered by Stripe Radar's cross- payment-method signal…
- Peerlock / Peerlock-lite — Peerlock and Peerlock-lite are operator-side BGP filter recipes that catch the most obvious route leaks by doing a cheap sanity check on received AS paths.
- Pelican (static site generator) — Pelican (getpelican.com) is a Python-based static site generator that renders content written in Markdown (or reStructuredText) into plain HTML using Jinja2 templates.…
- Perfetto — Perfetto is the Chromium project's open-source performance-trace visualisation and analysis UI at https://ui.perfetto.dev.…
- Perplexity AI — Perplexity AI is an AI-powered answer engine (product site perplexity.ai) that answers user queries by fetching web content at query time and summarizing it with an LLM.…
- Perplexity-User — Perplexity-User is one of Perplexity AI's two documented crawlers. Declared user-agent:
- PerplexityBot — PerplexityBot is one of Perplexity AI's two documented crawlers. Declared user-agent:
- Perron (Zalando HTTP data client) — Perron (github.com/zalando-incubator/perron) is Zalando's open-source Node.js HTTP data client with built-in circuit breakers, error handling, and retries.…
- Pet Semetary (petsem) — Pet Semetary ("petsem") is Fly.io's in-house Vault replacement — the service that manages user secrets for applications running on Fly.io (e.g., Postgres connection strings,…
- pg_tileserv — pgtileserv is a lightweight HTTP vector-tile server for PostGIS, developed by Crunchy Data (github.com/CrunchyData/pgtileserv).…
- PgBouncer — PgBouncer (pgbouncer.org) is a lightweight open-source connection pooler for Postgres, widely deployed in production Postgres environments to reduce the cost of short-lived client…
- pgjdbc (PostgreSQL JDBC Driver) — pgjdbc is the official open-source Type-4 JDBC driver for PostgreSQL. It implements the Postgres wire protocol directly in Java and is the canonical Java-ecosystem entry point…
- Phabricator — Phabricator is Meta's code-review tool. Its review object is the diff (externally released Phabricator called them differential revisions);…
- Phoenix (Elixir web framework) — Phoenix is the dominant web framework for Elixir. Created by Chris McCord, it runs on BEAM and centres on real-time / collaborative applications built around Channels (WebSocket…
- Phoenix.new — Phoenix.new is Fly.io's in-browser coding agent tailored to Elixir's Phoenix framework, introduced 2025-06-20 in a blog post by Chris McCord (Phoenix's creator) after a months-long…
- Photon — Photon is Databricks' C++-native vectorised query engine for Apache Spark. Photon transparently accelerates Spark SQL / DataFrame / Photon-eligible operations by replacing…
- Physalia — Physalia is EBS's configuration / control-plane subsystem. Public reference: "Millions of Tiny Databases" (USENIX NSDI 2020) by Brooker et al.…
- Pi (harness) — Pi (pi.dev) is an agentic-loop harness — the middle layer of the three-layer agent platform stack. It manages the core agent loop: calling tools, reading results,…
- pidstat — pidstat samples per-process CPU, memory, I/O, and context- switch statistics from /proc/
/stat and /proc/ /io. Ships in the sysstat package.… - PinCLIP — PinCLIP is Pinterest's multimodal foundational visual embedding — a CLIP-family model trained via image-text alignment with "additional graph-aware objectives" specific…
- pingora-origin — pingora-origin is one of Cloudflare's Pingora-based proxy services, responsible for the final hop of a (non-cached) user request leaving Cloudflare's infrastructure on its way…
- Pingora — Pingora is Cloudflare's in-house Rust-based HTTP proxy framework and the foundation of its Rust proxy services. Open-sourced in early 2024 at github.com/cloudflare/pingora.
- Pinterest Ads Engagement Model — Pinterest Ads Engagement Model is Pinterest's unified ads CTR-prediction model, consolidating three previously-independent per-surface production models (Home Feed, Search,…
- Pinterest AI Table Documentation — AI Table Documentation is Pinterest's system for generating table and column descriptions at warehouse scale using LLMs. It is the production answer to "we have 100,000+ analytical…
- Pinterest Analytics Agent — The Pinterest Analytics Agent is an LLM-driven system that helps Pinterest's 2,500+ analysts discover tables, find reusable queries,…
- Pinterest Android app — The Pinterest Android app is Pinterest's native Android client — the primary distribution channel for Pinterest's visual-discovery and recommendation product on Android devices.…
- Pinterest BaseSurface — BaseSurface is the Android base UI class every Pinterest feature screen ("surface") inherits from. Since 2026 it doubles as the substrate for automatic Visually Complete…
- Pinterest Content Ingestion Pipeline — Pinterest's content ingestion pipeline is the system that fetches, renders, and processes content from merchant URLs referenced by Pins.…
- Pinterest Contextual Sequential Two-Tower CG — Pinterest's Contextual Sequential Two-Tower Model is a retrieval-stage two-tower candidate generator (CG) for Pinterest ads that fuses real-time on-Pinterest context (the subject…
- DCAT (Deduplicated Cross-Attention Transformer) — DCAT — Deduplicated Cross-Attention Transformer — is Pinterest's transformer architecture for ranking models where each candidate item must attend to the user's history sequence.…
- Pinterest Feature Trimmer — Feature Trimmer is the Pinterest online-ML-serving module that trims each per-candidate fan-out request from the root cluster to the exact feature allowlist each destination leaf…
- Pinterest Foundation Model — The Pinterest Foundation Model is Pinterest's large-scale Transformer-based model for recommendation, published at ACM RecSys 2025 as an oral spotlight (arXiv 2507.12704).…
- Pinterest Goku (in-house TSDB) — Goku is Pinterest's in-house time-series datastore, built to replace HBase + OpenTSDB for time-series workloads as part of Pinterest's workload-specific migration off HBase.
- Pinterest Home Feed Blender — Home Feed Blender is the final layer in Pinterest's Home Feed recommendation funnel — a multi-objective-optimization layer that determines the composition of the feed rather than…
- Pinterest Home Feed — Home Feed (HF) is Pinterest's primary content-discovery product surface where users see a personalised feed of Pins and ads.…
- Pinterest Ixia (indexed datastore) — Ixia is Pinterest's in-house indexed datastore — a service layer built on top of HBase and Manas realtime to support global secondary indexing that HBase does not provide natively.
- Pinterest Knowledge MCP Server — Pinterest Knowledge MCP Server is Pinterest's general-purpose knowledge endpoint exposed as an MCP server — the primary substrate for agents to reach for institutional knowledge,…
- Pinterest KVStore — KVStore is Pinterest's in-house key-value store built on RocksDB for local storage and Rocksplicator for real-time data replication.…
- Pinterest L1 Ranking — Pinterest L1 Ranking is the middle stage of Pinterest's ads funnel: retrieval → L1 → L2 ranking → auction. L1 filters and prioritizes ad candidates under tight latency so…
- Pinterest MCP Registry — The Pinterest MCP Registry is Pinterest's internal source of truth for which MCP servers are approved for production use across the company.…
- Pinterest memcached fleet — Pinterest's production memcached fleet circa 2022: over 5,000 EC2 instances across heterogeneous instance types, serving ~180 million requests/second at ~220 GB/s network…
- Pinterest MIQPS — Minimal Important Query Param Set — MIQPS (Minimal Important Query Param Set) is Pinterest's per-domain algorithm + offline job + published configuration artefact for learning which URL query parameters actually…
- Pinterest ML Serving Root-Leaf Architecture — Pinterest ML Serving Root-Leaf Architecture is the internal structure of Pinterest's online ML serving system: a two-tier split where root hosts do feature fetching…
- Moka (Pinterest Big Data Processing Platform) — Moka is Pinterest's next-generation massive-scale Big Data Processing platform for batch jobs, built atop the Apache open-source Yunikorn resource-scheduling framework.…
- Pinterest PerfView interfaces — PerfImageView / PerfTextView / PerfVideoView are three opt-in marker interfaces in Pinterest's Android client. Product engineers implement them on the specific image / text / video…
- PinCat (Pinterest data catalog) — PinCat is Pinterest's internal data catalog, built on top of the open-source DataHub project. It is the system of record for:
- Pinterest PinCompute — PinCompute is Pinterest's Kubernetes-backed general-purpose compute platform on AWS EC2. It hosts a large share of Pinterest's offline + online compute…
- PinConf (Pinterest Config Distribution System) — PinConf is Pinterest's config management / distribution platform — the canonical substrate for dynamic configuration across the Pinterest fleet.…
- Piqama (Pinterest Quota Management Ecosystem) — Piqama is Pinterest's generic quota management ecosystem — a single platform with pluggable hooks that handles both capacity-based quotas (memory / vcore / concurrent-app limits…
- Pinterest Presto MCP Server — Pinterest Presto MCP Server is the highest-traffic MCP server in Pinterest's internal MCP ecosystem, exposing Presto query capabilities as agent-callable tools (Source:…
- QueryBook (Pinterest) — QueryBook (querybook.org) is Pinterest's open-source collaborative SQL editor — the tool where analysts write, run, and share queries.…
- Pinterest Related Pins — Related Pins (RP) is Pinterest's contextual-recommendation surface — Pins recommended based on the current Pin the user is viewing.…
- Pinterest Search — Search (SR) is Pinterest's search product surface where users query for Pins by keyword and see both organic results and ads.…
- Pinterest Sequential Two-Tower CG — Pinterest's Sequential Two-Tower CG is the predecessor candidate generator to pinterest-contextual-sequential-cg — a two-tower retrieval model using a Transformer-based encoder…
- Pinterest Shopping Conversion Candidate Generation — Pinterest Shopping Conversion Candidate Generation is Pinterest's dedicated retrieval-stage two-tower model for shopping ads, optimised for offsite conversions (checkout,…
- Pinterest Spark MCP Server — Pinterest Spark MCP Server is one of the three named seed servers in Pinterest's MCP ecosystem, exposing Apache Spark debugging capabilities as agent-callable tools (Source:…
- Service-Protection Framework (SPF, Pinterest) — SPF is Pinterest's in-house Service-Protection Framework — an in-process library integrated into application services that provides rate limiting plus "general throttling…
- TransAct (Pinterest) — TransAct is Pinterest's sequential user-action Transformer model — named alongside the Pinterest Foundation Model as a primary consumer of the ~16K-token user action sequences…
- Pinterest UFR (Unified Feature Registry) — UFR is Pinterest's feature registry — the configuration surface that declares which features are onboarded into which serving path for ads ranking.…
- Pinterest UMS (wide-column store) — UMS is Pinterest's in-house wide-column store — one of the early HBase-backed storage services in the company's infrastructure history.…
- Pinterest URL Normalizer — The URL Normalizer is the runtime component in Pinterest's content ingestion pipeline that rewrites incoming merchant URLs into a deduplicated canonical form before the expensive…
- Pinterest user-sequence platform — The Pinterest user-sequence platform is the multi-tenant data substrate that ingests, filters, enriches, and serves user event sequences — "an ordered list of recent,…
- Pinterest Vector Database as a Service — Pinterest's Vector Database as a Service is an internal platform that lets any team stand up a production vector index with a simple JSON config,…
- Pinterest Zen (graph service) — Zen is Pinterest's in-house graph service — a higher-level abstraction over the underlying storage substrate that exposes a graph-shaped API (vertices, edges, neighbours,…
- Pixel Recorder — Pixel Recorder is Google's on-device audio-recording and transcription app for Pixel phones (Play Store link), which runs on-device speech recognition to produce live transcripts…
- PlanetScale Connect — PlanetScale Connect is PlanetScale's first-party CDC / ELT feature, built on top of the VStream API. Connect exposes a PlanetScale MySQL database as a source for popular ETL /…
- PlanetScale for Postgres — PlanetScale for Postgres is PlanetScale's Postgres hosting product, launched in private preview on 2025-07-01 (later Generally Available per the post's update banner).…
- PlanetScale Global Network — The PlanetScale Global Network is PlanetScale's CDN-like database-connectivity layer. It is the path every MySQL connection takes to reach a PlanetScale database cluster.…
- PlanetScale HTTP API — PlanetScale HTTP API is a publicly-accessible gRPC-compatible HTTP interface in front of PlanetScale's MySQL-protocol database,…
- PlanetScale Insights — Insights is a Postgres extension developed by PlanetScale and available exclusively on PlanetScale Postgres clusters. It provides per-query performance telemetry and hosts Traffic…
- PlanetScale MCP server — The PlanetScale MCP server is a hosted Model Context Protocol server that exposes PlanetScale organisations, databases, branches, schema,…
- PlanetScale Metal — PlanetScale Metal is a PlanetScale product tier (launched March 2025) in which each database instance runs on a direct-attached NVMe drive rather than on network-attached Amazon…
- PlanetScale MySQL server fork — PlanetScale's MySQL server fork is PlanetScale's public downstream of upstream MySQL server, hosted at github.com/planetscale/mysql-server.…
- PlanetScale Portals — PlanetScale Portals is PlanetScale's managed read-only region feature for its MySQL / Vitess product: a single writing region can be paired with N fully-replicated read-only…
- planetscale_rails gem — planetscalerails is PlanetScale's Ruby gem that integrates Rails' ActiveRecord migration workflow with PlanetScale's schema-change lifecycle.
- PlanetScale Serverless driver for JavaScript — The PlanetScale Serverless driver for JavaScript ([announcement post][driver-post]) is PlanetScale's first-party JavaScript database driver that speaks the PlanetScale HTTP API…
- PlanetScale Singularity — PlanetScale Singularity is PlanetScale's internal infrastructure-management service. Per the 2024-07-30 Faster backups with sharding post (Source:…
- PlanetScale Traffic Control — Traffic Control is a feature of the PlanetScale Insights extension that enforces per-workload-class resource budgets on PlanetScale Postgres clusters.…
- PlanetScale user query frontend — The user query frontend is the PlanetScale ingress service that sits between a customer's MySQL client connection and the underlying Vitess cluster.…
- PlanetScale Workflows — PlanetScale Workflows (docs) is a dashboard-level operator surface on PlanetScale that exposes Vitess's data-motion workflow family (MoveTables, Reshard, Materialize,…
- PlanetScale — PlanetScale (planetscale.com) is a managed relational database vendor offering:
- Playwright — Playwright is Microsoft's browser automation + E2E testing framework (Chromium, Firefox, WebKit) with a single API.
- PMD static analyzer — PMD (pmd.github.io) is a long- standing OSS static analyzer for Java and other languages (Apex, JavaScript, JSP, XML, Visualforce).…
- Poptart Bootstrap (Slack) — Poptart Bootstrap is Slack's internal cloud-init-phase tool baked into all Slack base AMIs. It runs at instance boot time via cloud-init, before the node joins the fleet,…
- PostCSS + Tailwind CSS — PostCSS (postcss.org) is a Node.js CSS post-processor pipeline: plugins consume a parsed CSS AST and rewrite it (autoprefixing, nesting, custom properties, etc.).…
- PostGIS — PostGIS is the geospatial extension to PostgreSQL, providing spatial data types (geometry, geography, raster), spatial indexes (GiST, SP-GiST),…
- PostgreSQL — PostgreSQL ("Postgres") is an open-source object-relational database system, first released in 1986 and continuously developed since.…
- PQ HSTS — PQ HSTS (Post-Quantum HTTP Strict Transport Security) is a browser-side downgrade-protection mechanism for the post-quantum authentication transition: once a site has advertised PQ…
- pre-commit — pre-commit (pre-commit.com) is a framework for managing multi-language git pre-commit hooks. The configuration lives in .pre-commit-config.yaml in the repository root;…
- Presto — Presto is the original distributed SQL query engine from Facebook (open-sourced 2013). After the 2020 governance schism it split into two forks…
- Privacy Pass — Privacy Pass is the IETF-standardized anonymous-credential architecture and issuance-protocol suite — RFC 9576 (architectural framework) plus RFC 9578 (issuance protocols).…
- ProGlove Insight — ProGlove Insight is ProGlove's AWS-hosted SaaS platform that connects smart-wearable barcode scanners (for frontline workers in manufacturing, logistics,…
- Programming Pearls (Jon Bentley, 1986 / 2000) — Programming Pearls is a 1986 algorithms book (Addison-Wesley; 2nd edition 2000) by Jon Bentley, derived from his "Programming Pearls" column in Communications of the ACM.…
- Project Crane (Uber) — Project Crane is Uber's next-generation infrastructure stack, designed to make the same infrastructure substrate work equally well on-prem and in the cloud.…
- Project Suncatcher — Project Suncatcher is Google Research's moonshot programme (announced 2025-11-04) for a space-based, scalable AI infrastructure: compact constellations of solar-powered satellites…
- Project Think — Project Think (published 2026-04-15 as cloudflare/think) is Cloudflare's "next generation of the Agents SDK" — a set of primitives for building long-running AI agents on top…
- Prometheus Blackbox Exporter — The Prometheus Blackbox Exporter (BBE) — github.com/prometheus/blackboxexporter — is the official Prometheus-ecosystem prober for black-box (request-shaped,…
- prometheus-ebpf-exporter — prometheus-ebpf-exporter (repo: github.com/cloudflare/ebpfexporter) is Cloudflare's open-source eBPF metrics exporter — user-space loads eBPF programs that hook kernel events…
- Prometheus — Prometheus is the open-source CNCF time-series database and monitoring system that defines the de-facto standard for metrics in cloud-native infrastructure.…
- Promxy — Promxy is an open-source proxy over Prometheus that presents N independent Prometheus servers / storage backends as a single logical Prometheus.…
- Protocol Buffers (protobuf) — Protocol Buffers (protobuf.dev) is Google's open-source, language-neutral, schema-driven binary serialization format and the default IDL for gRPC.…
- protoc-gen-validate / protovalidate — protoc-gen-validate (github.com/bufbuild/protoc-gen-validate) — PGV for short — is a protobuf plugin that generates per-language validation code from declarative rules attached…
- Proton (Intra-Kernel GPU Profiler) — Proton (IEEE document 11395207) is a GPU profiler that "delivers intra-kernel instruction-level latency and pipeline behavior"…
- ProxySQL — ProxySQL is an open-source high-performance proxy for MySQL (and MySQL-protocol-compatible servers like MariaDB), written in C++.…
- PSI Libraries (JetBrains) — PSI (Program Structure Interface) is JetBrains' AST + semantic-analysis layer inside IntelliJ. PSI trees represent source files at a granularity that supports inspections,…
- pt-online-schema-change — pt-online-schema-change (pt-osc) is the trigger-based online schema change tool for MySQL shipped as part of Percona Toolkit.…
- Ivanti Pulse Secure — Ivanti Pulse Secure is a commercial SSL-VPN product (formerly Pulse Connect Secure, originally Juniper's) in the client-server- VPN category.…
- Pure Storage DirectFlash Module (DFM) — DirectFlash Module (DFM) is Pure Storage's custom QLC flash module paired with its DirectFlash software — a userspace Flash Translation Layer (FTL).…
- Pydantic — Pydantic is a Python data-validation library that uses type hints to generate runtime validators and parsers. A BaseModel subclass with type-annotated fields yields (a) a JSON…
- Pyroscope 2.0 — Pyroscope 2.0 (grafana.com/blog/pyroscope-2-0-release/) is Grafana Labs' open-source continuous-profiling database, rearchitected ground-up from the original Pyroscope 1.x.…
- Pyroscope (1.x) — Pyroscope 1.x was Grafana Labs' original open-source continuous-profiling database, built on the Cortex architecture — the same horizontally-scalable Prometheus-compatible…
- Datasette llm Python library — llm is Simon Willison's open-source Python library (and CLI) for talking to LLMs, with a conversation API that holds multi-turn state client-side,…
- PyTorch — PyTorch is a widely-used open-source deep-learning framework providing tensor computation with GPU acceleration and automatic differentiation.…
- QEMU — QEMU (Quick EMUlator) is the long-standing open-source machine-emulator-and-virtualizer that, paired with Linux KVM, is the reference conventional-hypervisor stack in the Linux…
- QLC flash — QLC (Quad-Level Cell) flash is a NAND flash variant that stores 4 bits per cell (16 distinguishable voltage states). Higher storage density than TLC (3 bits,…
- quic-go — quic-go is a Go implementation of the QUIC transport protocol + HTTP/3. Used client-side in PlanetScale's experimental HTTP/3 Go database driver benchmark (Source: ).
- quiche — quiche (github.com/cloudflare/quiche) is Cloudflare's open-source implementation of QUIC and HTTP/3, written in Rust. It is production-deployed across Cloudflare's edge as the QUIC…
- QuiCK (queuing model) — QuiCK is the queuing model described in Apple's FoundationDB- team paper QuiCK: A Queuing System in CloudKit. It shows up on the sysdesign-wiki as the stated lineage of Tigris's…
- Qwen — Qwen is the open-weight LLM family from Alibaba Cloud — first released 2023, with subsequent Qwen 1.5 / Qwen 2 / Qwen 2.5 / Qwen 3 iterations spanning model sizes from 0.5B to 72B+…
- RabbitMQ — RabbitMQ is an open-source message broker implementing AMQP 0-9-1 (and native extensions for MQTT / STOMP / Streams), originally from Rabbit Technologies (now VMware).…
- RaftMongo.tla — RaftMongo.tla is the MongoDB-specific TLA+ spec of how servers in a MongoDB replica set learn the commit point — the logical timestamp of the newest majority-replicated write.…
- Randomizer (Swift) — Randomizer is an open-source Swift library (github.com/kandelvijaya/Randomizer) authored by Vijaya Kandel (Zalando Mobile,…
- RASANA (AS31549) — RASANA is an Iranian Internet service provider operating as Autonomous System 31549 (AS31549). Together with Asiatech (AS43754),…
- Ray — Ray is an open-source distributed compute framework out of UC Berkeley's RISELab (arXiv:1712.05889). It exposes a low-level tasks + actors programming model on top of a distributed…
- rds-health — rds-health is an open-source Go CLI released by Zalando in February 2024 that automates anomaly and performance-issue detection across an AWS RDS fleet by evaluating Zalando's 12…
- React Flight — React Flight (github.com/facebook/react) is the name of React's wire protocol and streaming serialiser for React Server Components (RSC).…
- react-native-video — react-native-video is a community-maintained React Native component providing video playback on iOS and Android. It exposes a component with controls for play, pause,…
- React Native — React Native (RN) is Meta's open-source cross-platform mobile application framework — TypeScript/JavaScript application code running on top of native iOS and Android platform…
- react-navigation — react-navigation is the community-standard navigation library for React Native. It provides stack, tab, drawer, and native-stack navigators and handles deep-linking,…
- react-strict-dom — react-strict-dom is Meta/Facebook's open-source library that lets developers write an HTML + CSS subset which the library maps to React Native primitives on iOS/Android…
- React Testing Library — React Testing Library (RTL) is a testing utility for React that queries the rendered DOM rather than the React component tree.…
- React — React is Meta's open-source front-end UI framework. Component- based declarative rendering model; virtual DOM diffing. React 18 added renderToPipeableStream /…
- Reanimated (Software Mansion) — Reanimated is Software Mansion's high-performance animation library for React Native (docs.swmansion.com/react-native-reanimated/).…
- Redirects for AI Training — Redirects for AI Training (developers.cloudflare.com/ai-crawl-control/reference/redirects-for-ai-training) is a Cloudflare feature inside AI Crawl Control that detects verified…
- Redis Streams — Redis Streams is a Redis 5.0+ data type modelled as an append- only log with consumer-group semantics — the closest in-Redis analogue to Kafka topics.…
- Redis — Redis is an in-memory data-structure store — key-value on the outside, but with first-class server-side support for lists, hashes, sorted sets, streams, and pub/sub.…
- Redpanda Agentic Data Plane (ADP) — Redpanda Agentic Data Plane (ADP) is Redpanda's 2025-10-28-announced managed, governed data control plane for connecting enterprise AI agents with private data and systems.…
- Redpanda Agents SDK — Redpanda Agents SDK is a three-component preview toolkit released by Redpanda on 2025-04-03 for building enterprise AI agents with an "unreasonably good developer experience"…
- Redpanda agi CLI (Agentic Gateway Interface) — agi CLI — short for "agentic gateway interface" — is a dynamic, self-describing command-line tool that agents running inside a gateway-only-egress sandbox use to invoke the Agentic…
- Redpanda BYOC (Bring Your Own Cloud) — Redpanda BYOC (Bring Your Own Cloud) is Redpanda's deployment model where the data plane — the Redpanda broker cluster itself — runs inside the customer's own cloud account / VPC,…
- Redpanda BYOVPC — Redpanda BYOVPC (Bring Your Own VPC) is the deployment mode on Redpanda Cloud where the customer pre-provisions the entire AWS substrate (VPC + subnets + security groups + IAM…
- Redpanda Cloud Topics Metastore — The Cloud Topics Metastore is a custom-built, Raft-replicated key-value store embedded within Redpanda that serves as the metadata tier for Cloud Topics.…
- Redpanda Cloud Topics — Cloud Topics is a Redpanda 25.3 feature (2025-11-06 preview, beta at launch) that adds a new topic class whose data is written directly to object storage (S3 / ADLS / GCS) while…
- Redpanda Cloud — Redpanda Cloud is Redpanda's managed Redpanda offering — the operator-run counterpart to Redpanda BYOC. Redpanda Cloud runs the broker cluster and the control plane inside…
- Redpanda Connect dynamic plugins — Redpanda Connect dynamic plugins is a Beta plugin framework introduced in Redpanda Connect v4.56.0 (2025-06-17, Apache 2.0) that allows external programs…
- Redpanda Connect Iceberg output — The iceberg output connector for Redpanda Connect is a declarative sink that writes streaming data to Apache Iceberg tables from a YAML pipeline,…
- Redpanda Connect Microsoft SQL Server CDC — Redpanda Connect's Microsoft SQL Server CDC input (microsoftsqlserver_cdc) is a Redpanda Connect input component introduced with the 25.3-era Redpanda Connect 4.67.5 release…
- Redpanda Connect Oracle CDC — Redpanda Connect's Oracle CDC input (oracledbcdc) is a Redpanda Connect input component introduced with Redpanda Connect v4.83.0 (announced 2026-04-09).…
- Redpanda Connect — Redpanda Connect is Redpanda's Kafka-Connect alternative: a hundreds-of-connectors integration layer that feeds data into and out of the Redpanda broker (or any…
- Redpanda Iceberg topics — Redpanda Iceberg topics are a broker-native feature of Redpanda that make a single logical entity addressable as both a Kafka-protocol topic and an Apache Iceberg table backed…
- Redpanda Migrator — Redpanda Migrator is a bundle of Redpanda Connect components that replicates topics, consumer-group offsets, schemas, and ACLs between two Kafka-API clusters…
- Redpanda Operator — Redpanda Operator is Redpanda's Kubernetes Operator — the production-grade deployment path for Redpanda clusters on Kubernetes,…
- Redpanda Shadowing — Shadowing is a Redpanda 25.3 feature (2025-11-06 preview) that creates a byte-for-byte, offset- preserving, hot-standby clone of a source Redpanda cluster in a different region.…
- Redpanda SQL — Redpanda SQL is Redpanda's Postgres-protocol query engine that runs inside the customer's Redpanda BYOC cluster and lets a single SQL statement query both live Redpanda streaming…
- terraform-aws-redpanda-byovpc (Terraform module) — The terraform-aws-redpanda-byovpc module (github.com/redpanda-data/terraform-aws-redpanda-byovpc) is Redpanda's official opinionated Terraform module for provisioning the AWS…
- Redpanda — Redpanda is a ground-up C++ rewrite of a Kafka-API-compatible streaming broker, built on the thread-per-core Seastar framework with Raft-based replication.…
- Rego — Rego (openpolicyagent.org/docs/policy-language) is the declarative, Datalog-inspired policy language of Open Policy Agent (OPA).…
- regress-lm — regress-lm is Google DeepMind's open-source library for training and serving Regression Language Models (RLMs) — language models that read string representations of system state…
- Regression Language Model (RLM) — A Regression Language Model (RLM) is a language model trained to read a string representation of a system's state (x) and emit a numeric metric (y) as a decoded text string,…
- Replicate Cog — Cog (cog.run, github.com/replicate/cog) is Replicate's open-source ML-model containerisation format. A model author writes two files:
- Resilience4j — Resilience4j is an open-source JVM resilience library that provides composable, functional-style implementations of the standard resilience primitives:
- ResPC — ResPC (portmanteau of RESP — Redis Serialization Protocol — and RPC) is Figma's in-house Go library providing an RPC framework for building servers that speak Redis's native wire…
- ReviewStack — ReviewStack is a Meta-built demonstration code-review website (reviewstack.dev) for stack-oriented review of GitHub pull requests.…
- REXML — REXML is a pure-Ruby XML parser, part of the Ruby standard library. It provides DOM-style parsing, XPath queries, and serialisation.…
- RFC 7807 — Problem Details for HTTP API — RFC 7807 is an IETF standard (Nottingham & Wilde, 2016) that defines a canonical JSON shape for expressing errors in HTTP APIs.…
- RFC 9842 — Compression Dictionary Transport — RFC 9842: Compression Dictionary Transport is the IETF standard that defines how an HTTP server and a browser negotiate a shared compression dictionary — specifically,…
- Riak — Riak is a distributed key-value database originally by Basho Technologies (2009), direct open-source descendant of the Amazon Dynamo paper.…
- RIB Architecture (Uber) — RIB (Router-Interactor-Builder; github.com/uber/RIBs) is Uber's cross-platform mobile application architecture, first used for the rewrite of the main Uber rider app in the 2016+…
- RighTel — RighTel (رایتل) is an Iranian mobile network operator and one of the four named carriers (TCI, IranCell, RighTel, MCCI) whose traffic Cloudflare Radar tracks via per-ASN breakdown…
- Ringpop — Ringpop (github.com/uber/ringpop-node) is Uber's gossip-protocol-based Node.js library for application-layer sharding + cluster membership.…
- Roblox HashiStack (Consul + Nomad + Vault) — Roblox runs its core infrastructure on-prem, not on a public cloud. The 2021 Return-to-Service post-mortem (summarized in the High Scalability Dec-2022 roundup) disclosed the scale…
- RoCE (RDMA over Converged Ethernet) — RoCE is the standard for running RDMA over an Ethernet fabric — same RDMA semantics (kernel bypass, zero-copy, reliable or unreliable connected/datagram transports) as InfiniBand,…
- RocksDB — RocksDB is an embeddable, high-performance, persistent key-value store originally built at Facebook/Meta, derived from Google's LevelDB.…
- Rocksplicator — Rocksplicator is Pinterest's open-source real-time data replication layer for RocksDB. It is the replication substrate underneath KVStore,…
- Rolldown — Rolldown is a Rust-based Rollup-compatible bundler coming in Vite 8. Designed as a drop-in replacement for Rollup that keeps the plugin API + config shape while moving the bundling…
- Rollup — Rollup is a JavaScript module bundler, the production bundler inside Vite 7. Plugin API + config shape is the interface Rolldown (Vite 8's Rust-based bundler) is compatible with.
- Rovo Chat — Atlassian's Rovo Chat is the user-facing AI assistant product that lets Atlassian customers ask questions, run research, and take actions across Jira, Confluence, Bitbucket,…
- Rovo Dev Research Mode — Research Mode is a structured multi-agent investigation workflow inside Atlassian's Rovo Dev CLI, designed for "questions that are bigger than 'edit this file'"…
- Rovo Dev — Rovo Dev is Atlassian's AI development agent — a coding-agent surface that integrates directly with Atlassian's developer products (Bitbucket, Bitbucket Pipelines, Jira).…
- RQ-VAE — RQ-VAE — Residual Quantized Variational Autoencoder — is a generative-model architecture that learns a hierarchical codebook for discretising continuous embeddings into short…
- Ruby on Rails — Ruby on Rails is the dominant Ruby web-application framework (David Heinemeier Hansson, 2004). Canonical MVC web framework with ActiveRecord ORM,…
- ruby-saml — ruby-saml (github.com/SAML-Toolkits/ruby-saml) is an open-source Ruby library implementing the service-provider (SP) side of SAML SSO — response parsing, signature verification,…
- Rudolph — Rudolph is Airbnb's open-source Santa sync server, released at github.com/airbnb/rudolph. Santa clients on each laptop periodically pull rule updates from a sync server;…
- runC — runC is the OCI- reference container runtime: a Go binary that takes an OCI bundle (rootfs + config) and spawns the process inside a combination of Linux namespaces, cgroups,…
- Rustls — Rustls is the de facto Rust TLS library — a pure-Rust implementation of TLS 1.2 / 1.3 with no OpenSSL dependency, widely depended on across the Rust async ecosystem. GitHub.
- Ryuk (Testcontainers reaper) — Ryuk (github.com/testcontainers/moby-ryuk) is a tiny Docker container shipped with Testcontainers whose only job is to kill orphaned containers after the parent JVM test process…
- S2 Geometry Library (Google) — S2 (s2geometry.io) is Google's open-source spatial indexing library that divides the surface of a sphere (Earth) into hierarchical cells via a space-filling Hilbert curve.…
- S3 Batch Operations — S3 Batch Operations is AWS's primitive for issuing a single action (tag, copy, invoke Lambda, restore, etc.) against a large list of S3 objects defined in a manifest.…
- Amazon S3 Express One Zone — S3 Express One Zone (launched 2023) is S3's first SSD-backed, single-AZ storage class, designed specifically to minimise object-access latency for workloads where hot data lives…
- Amazon S3 Files — S3 Files (launched 2026-04-07) is an S3 feature that makes any S3 bucket or prefix mountable as an NFS filesystem on EC2 instances, containers (ECS / EKS), and Lambda functions.…
- S3 Inventory — S3 Inventory is AWS's managed daily / weekly object-listing report for an S3 bucket or a filter within one. Delivered to a destination bucket as CSV, Parquet, or ORC,…
- Amazon S3 Tables — S3 Tables (GA Dec 2024, re:Invent) is Amazon S3's first-class table resource — a managed Apache Iceberg offering where the table, not the underlying objects,…
- Amazon S3 Vectors — Amazon S3 Vectors is a first-class S3 data primitive for storing and querying vector similarity indices as native S3 resources.…
- SageMaker Batch Transform Job — SageMaker Batch Transform Job is a managed compute primitive inside SageMaker AI that applies a trained model to a large batch of input records.…
- SageMaker HyperPod Inference Operator — SageMaker HyperPod Inference Operator is the Kubernetes controller that manages the deployment + lifecycle of inference models on an Amazon SageMaker HyperPod cluster with EKS…
- SageMaker Inference Pipeline Model — SageMaker Inference Pipeline Model is a SageMaker model composition primitive that chains two or more Docker containers inside a single SageMaker endpoint.…
- SageMaker Processing Job — SageMaker Processing Job is a managed compute primitive inside SageMaker AI for running containerised data-processing workloads (feature engineering, data transformation,…
- SageMaker Training Job — SageMaker Training Job is a managed compute primitive inside SageMaker AI that runs a containerised ML training script on AWS-managed instances.…
- Salesforce — Salesforce is surfaced in the wiki as the customer in AWS's 2026-01-12 case study on migrating from Cluster Autoscaler to Karpenter across a 1,000+ EKS cluster / 1,180+ node-pool…
- SAML protocol — SAML (Security Assertion Markup Language; OASIS standard, v2.0 published 2005) is an XML-based protocol for federated single sign-on.…
- Santa — Santa is an open-source macOS binary authorization tool originally developed at Google, now stewarded by North Pole Security.…
- Santander Catalyst — Catalyst is Santander's in-house internal developer platform (IDP), co-built with AWS Professional Services via the Platform Strategy Program (PSP).…
- Sapling (SCM) — Sapling is Meta's source control system, developed internally over 10 years (2012–2022) to run Meta's monorepo at the scale of "tens of millions of files,…
- Sapling-compatible Server — The Sapling-compatible server is the server-side counterpart of the Sapling client — a "scalable, distributed source control Rust service we use at Meta to serve Sapling and (soon)…
- Sapling Smartlog — Smartlog is Sapling's default view of the repository, invoked by running the Sapling client with no arguments (sl). It is the "centerpiece of the entire user experience" per…
- Sapling Virtual File System — Sapling's virtual file system is the working-copy-scale primitive that pairs with the history-scale primitive (Segmented Changelog) on top of the Sapling-compatible server.…
- sar (sysstat) — sar — System Activity Reporter — is the general-purpose Linux counter-dump tool in the sysstat package. It has two modes that matter in production:
- scala-steward — scala-steward (scala-steward-org/scala-steward) is an open-source bot that automatically opens pull requests to update Scala project dependencies.…
- Schemaless (Uber) — Schemaless is Uber's trip data store, built in 2014 to replace a single-instance PostgreSQL that was becoming an existential bottleneck — the majority of the DB was trip data,…
- scientist (github/scientist) — scientist (https://github.com/github/scientist) is GitHub's open-source Ruby library for carefully refactoring critical paths by running experimental code alongside trusted code.…
- Scikit-Optimize — Scikit-Optimize (aka skopt) is a Python library for sequential model-based optimization — most commonly Bayesian optimization — over real-valued, integer,…
- Scribe (Meta) — Scribe is Meta's standard logging framework — the ingestion pipeline that carries log events from any machine in Meta's fleet into warm + cold storage.…
- Scuba (Meta) — Scuba is Meta's warm / real-time data store — optimised for interactive slice-and-dice analytics on recent operational data. Stub page on this wiki; cited by name in the 2024-12-02
- SDCH (Shared Dictionary Compression for HTTP) — SDCH — Shared Dictionary Compression for HTTP — was Google's 2008-2017 attempt at HTTP-level shared-dictionary compression.…
- Segment Anything Model (SAM) — Segment Anything Model (SAM) is Meta AI's open-source, promptable image-segmentation foundation model released in April 2023.…
- Segment objects pipeline — The objects pipeline is Twilio Segment's service for storing authoritative state of every Segment "object" (a logical entity in their customer data platform) and feeding changes…
- Sentry — Sentry (sentry.io) is a SaaS error-tracking and application-performance-monitoring platform widely used for frontend and backend application error capture.…
- Service Worker — A service worker is a W3C-standardised, browser-managed script that runs in a worker thread outside the page and can intercept the page's outgoing network requests before they…
- SGLang — SGLang (Structured Generation Language) is an open-source LLM serving engine from UC Berkeley's Sky Computing Lab (github.com/sgl-project/sglang,…
- Shard Manager (Meta) — Shard Manager is Meta/Facebook's generic shard-management framework for geo-distributed applications, published at SOSP 2021 (Lee, Guo, Sunercan, Ying, Tang, et al.).…
- ShardStore — ShardStore is the bottom-most layer of Amazon S3's storage stack — the per-disk software that manages data on each individual hard drive.…
- Sidekiq — Sidekiq is a Ruby background-job framework by Mike Perham (mperham/sidekiq) using Redis as the durable job store. Dominant async-job substrate for Ruby on Rails applications.
- Sigstore — Sigstore is an open-source, CNCF-hosted software-signing ecosystem built around three components:
- SilverTorch — SilverTorch is Meta's GPU-native retrieval substrate for recommendation systems, built on the Index as Model paradigm: every retrieval component — the item index,…
- Sitar (Airbnb dynamic configuration platform) — Sitar is Airbnb's internal dynamic configuration platform. It manages runtime configuration (feature flags, tunables, rollout controls) for Airbnb services at scale,…
- Site Feasibility Workbench — The Site Feasibility Workbench is an open-source clinical-trial site-selection application released by Databricks in May 2026…
- Skew — Skew is a compile-to-JavaScript programming language created by Evan Wallace (later Figma CTO) around the early-Figma era.…
- Skipper (Zalando HTTP proxy) — Skipper (github.com/zalando/skipper) is an HTTP router and reverse-proxy written in Go by Zalando, designed to be composable out of small filters and predicates along a routing…
- Slack AI — Slack AI is the LLM-powered feature suite inside Slack that covers AI-driven channel and thread summaries, Recap (catch-up of activity since last visit),…
- Slack Android — Slack Android is Slack's native Android client. The wiki's disclosures so far are accessibility-focused and come from the 2025-11-19 VPAT retrospective: how the team triaged…
- Slack Bedrock — Slack Bedrock is Slack's internal compute platform — Slack-branded PaaS over Kubernetes that hosts Slack's containerised workloads.…
- Slack Canvas — Slack Canvas is an in-Slack collaborative-canvas surface (launched 2023) providing editable shared documents alongside the messaging substrate.…
- Slack Deploy Safety Program — The Slack Deploy Safety Program is an 18-month cross-org reliability program run at Slack from mid-2023 through at least January 2025,…
- Slack Intelligent Routing Layer — The Intelligent Routing Layer is Slack AI's internal LLM abstraction layer that fronts every model provider Slack uses (initially Amazon Bedrock,…
- Slack Kit (SK) — Slack Kit, prefixed SK in source, is Slack's shared mobile component library — the design-system / widget kit that Slack's Android (and iOS) clients compose their UIs from.…
- Slack Notifications 2.0 — Slack Notifications 2.0 is the internal name for the rebuild of Slack's notification-preference system, shipped without a disruptive database-level migration via a read-time…
- Slack Quarry — Quarry is Slack's internal REST-based job-submission gateway sitting between callers (most prominently Airflow) and multiple compute engines (YARN on EMR, Trino, Snowflake).…
- Slack Quip — Quip is a collaborative-document product (Quip Inc., acquired by Salesforce in 2016; now a Slack-adjacent surface). At Slack,…
- Slack ReleaseBot — ReleaseBot is Slack's earlier (2018-era) automated deployment orchestrator for the Webapp backend, canonicalised in Slack Engineering's 2018-11-20 post The Scary Thing About…
- Slack RTM (real-time messaging) — Slack RTM is Slack's real-time messaging stack — the WebSocket-based server-to-client push channel for messages, presence, typing indicators, unreads, and other live events.…
- Slack Shipyard — Shipyard is the brand-new EC2 ecosystem Slack is building as a successor to the legacy Chef-based EC2 platform, designed specifically for teams that can't yet move…
- Slack Spear — Slack's internal multi-agent security-investigation service that triages detection-system alerts during on-call shifts. Built by Slack's Security Engineering team;…
- SLED (Self Logits Evolution Decoding) — SLED is a Google Research factuality-decoding method that improves the accuracy of any open-weights transformer LLM by using the early-exit logits from every transformer layer…
- Slicer (Google auto-sharder) — Slicer is Google's internal auto-sharding system for datacenter applications, published at OSDI 2016 (Adya, Myers, Howell, Elson, Meek, Khemani, Fulger, Gu, Bhuvanagiri, Hunter,…
- smimesign-figma — smimesign-figma is Figma's minimally-modified fork of GitHub's smimesign utility. The fork adds one new flag — --get-figmate-key-id…
- smimesign — smimesign is GitHub's open-source S/MIME signing utility for macOS and Windows, plug-compatible with Git's pluggable-signer interface so engineers can sign Git commits with X.509…
- SMPTE 2022-7 — SMPTE 2022-7 is the Society of Motion Picture and Television Engineers (SMPTE) standard for seamless protection switching of IP video streams.…
- SMR drives (Shingled Magnetic Recording) — Shingled Magnetic Recording (SMR) is a hard-drive recording format that overlaps adjacent tracks on the platter surface like roof shingles,…
- Snap Snapchat-on-AWS architecture — Snap's Snapchat backend runs almost entirely on AWS, at scale disclosed at AWS re:Invent 2022 and summarized in the High Scalability Dec-2022 roundup.
- Snappy compression — Snappy) is a fast compression/decompression library originally developed at Google, optimised for high throughput and low CPU cost rather than maximum compression ratio.…
- Snapstone — Snapstone is Cloudflare's internal configuration-deployment system, introduced publicly in the 2026-05-01
- Snowflake — Snowflake is a cloud OLAP data warehouse. Its defining property for system-design purposes is compute–storage separation: table data lives in the cloud object layer and query…
- SNPeek (side-channel research) — SNPeek is Google Research's published side-channel analysis of AMD SEV-SNP — full title SNPeek: Side-Channel Analysis for Privacy Applications on Confidential VMs.…
- Softstore (Databricks distributed KV cache) — Softstore is Databricks' distributed remote KV cache for services that aren't themselves sharded. It is built on dicer and is the canonical example of Dicer's state-transfer…
- Sonic (Dropbox 7th-gen storage platform) — Sonic is Dropbox's 7th-generation storage platform — the chassis and drive tray underneath the Magic Pocket software. Rolled out 2025 alongside crush and dexter.…
- SPANN — SPANN (Space-Partitioned Approximate Nearest Neighbors) is a hybrid tree + graph ANN index from Microsoft Research, specifically designed for larger-than-RAM corpora that require…
- Spark Adaptive Query Execution (AQE) — Adaptive Query Execution (AQE) is the runtime query optimizer inside Apache Spark — the layer that re-plans a query while it is executing using the statistics that become available…
- Spark Cassandra Connector — The Spark Cassandra Connector is an open-source interface that lets Spark jobs directly read from and write to Cassandra.…
- Spark Connect — Spark Connect is the gRPC-based client-server rearchitecture of Apache Spark's driver model. It replaces Spark's original monolithic design…
- Apache Spark Streaming (micro-batch stream processor) — Spark Streaming (later Structured Streaming) is the streaming extension of Apache Spark. Its defining architectural choice is micro-batching: instead of processing each record…
- Sparkle (AS6762) — Sparkle — Telecom Italia Sparkle — is an Italian Tier-1 transit-free backbone operator, operating AS AS6762.
- SPDX — SPDX — Software Package Data Exchange — is a Linux Foundation-stewarded open standard for exchanging Software Bill of Materials data.…
- SPEC CPU — SPEC CPU (Standard Performance Evaluation Corporation's CPU benchmark suite) is the long-standing industry-standard benchmark for evaluating CPU and memory-subsystem performance.…
- Speculative cascades — Speculative cascades is a Google-Research-proposed LLM-serving latency-optimization technique that composes speculative decoding and cascades on top of the same drafter-expert…
- Speech-to-Retrieval (S2R) — Speech-to-Retrieval (S2R) is Google Research's name for a voice search architecture that goes directly from audio input to retrieval results without materialising a text transcript…
- SPFresh — SPFresh is a follow-up to SPANN from Microsoft Research — published at SOSP 2023 (ACM DL 10.1145/3600006.3613166) — that extends SPANN with concurrent background maintenance…
- spirit — spirit is a newer (post-2020) online schema change tool for MySQL developed and open-sourced by CashApp, hosted at github.com/cashapp/spirit.…
- Splink — Splink is an open-source Python library for probabilistic record linkage (entity resolution / deduplication) at scale. Originally developed by the UK Ministry of Justice analytical…
- Spring Boot — Spring Boot is the opinionated Spring framework distribution for JVM microservices. Spring Boot 3 (late 2022) requires Java 17+;…
- Sprites MCP Server — sprites.dev/mcp — Fly.io's official vendor-hosted remote MCP server for Sprites CRUD operations. Shipped 2026-03-10. Plug the URL into Claude Desktop or any MCP-speaking agent;…
- SQLancer — SQLancer (Synthesized Query Lancer) is an automated DBMS-testing tool originating in Manuel Rigger's research group at the National University of Singapore.…
- SQLite — SQLite is a widely-used embedded, file-backed relational database. Single-file database format, in-process library, no network layer, no separate server.
- SQLsmith — SQLsmith is an open-source random SQL query generator designed to find bugs in SQL database engines by emitting syntactically-valid (and frequently semantically-interesting) SQL…
- SRD (Scalable Reliable Datagram) — SRD (Scalable Reliable Datagram) is AWS's data-center transport protocol — designed to replace TCP on internal paths where TCP's general-internet assumptions aren't earning their…
- SRT (Secure Reliable Transport) — SRT (Secure Reliable Transport) is an open-source transport protocol for contribution-grade IP video. Originally developed by Haivision and now maintained by the SRT Alliance…
- Stable Diffusion — Stable Diffusion (Stability AI, first public release August 2022) is an open-source latent-diffusion text-to-image model that generates images by iteratively denoising…
- Stack Overflow architecture — Stack Overflow as of mid-2022: a 14-year-old .NET monolith running on-prem in a single data center, serving 1.3 billion page views per month across 200 Q&A sites at ~6,000…
- Stargate (Cassandra proxy) — Stargate (stargate.io) is an open-source data API proxy for Cassandra originally developed at DataStax. It sits in front of Cassandra,…
- Starlark — Starlark is the configuration language used by Bazel (and by [Buck2, Pants, Tilt, and several other Google-originated build tools]) for BUILD files and build rules.…
- StarRocks — StarRocks is an open-source, MPP (massively parallel processing) OLAP analytical database engineered for real-time and high- concurrency analytical workloads.…
- StatsD — StatsD is the canonical line-oriented metrics protocol (originally from Etsy, 2011) that clients emit over UDP/TCP to a local aggregator,…
- Stitch (data integration engine) — Stitch is a managed cloud ETL/ELT service (acquired by Talend, now part of Qlik) that moves data between operational sources (databases,…
- Storex (Databricks internal AI debugging platform) — Storex is Databricks' internal AI-agent platform for database fleet investigation and debugging. It unifies metrics, logs, dashboards,…
- Strands Agents SDK — Strands Agents SDK (strandsagents.com) is an open-source Python SDK from AWS for building agentic systems — multi-agent orchestration, tool calling, session / memory management,…
- Strawberry GraphQL — Strawberry (strawberry.rocks) is a Python GraphQL library that uses native Python type hints to declare GraphQL schemas and resolvers.…
- Streamlit — Streamlit (streamlit.io) is an open-source Python framework for quickly building interactive data and ML apps. A single Python script renders a web UI with widgets, charts,…
- Stripe Agentic Commerce Suite — The Agentic Commerce Suite is Stripe's commerce product for sellers who want to transact on agentic channels — OpenAI's shopping experience, Google's agent surfaces,…
- Stripe API — The Stripe API is a public REST API for payment processing. Beyond its product role, it is widely cited in API-design literature as a canonical reference implementation of several…
- Stripe Checkout — Stripe Checkout is Stripe's hosted checkout surface — a prebuilt, Stripe-hosted payment page that merchants embed or link to rather than building checkout UI themselves.…
- Stripe Issuing for agents — Stripe Issuing for agents is a Stripe product (launched 2026-04-29) that extends the existing Stripe Issuing API surface with primitives specifically for agentic spending…
- Stripe Issuing — Stripe Issuing is Stripe's card-issuance product: a set of APIs for creating and managing virtual and physical payment cards backed by the major card networks (Visa / Mastercard),…
- Link's wallet for agents — Link's wallet for agents is a Stripe product (launched 2026-04-29) that lets a consumer-facing AI agent pay on the consumer's behalf using the cards and bank accounts already…
- Stripe Link — Link is a digital wallet built by Stripe. For returning Link customers, shipping address and payment credentials are already saved at Stripe,…
- Stripe PaymentIntents API — Stripe's PaymentIntents API is the standard mechanism for initiating a payment on Stripe. Stub page — covered here at the altitude of the 2026-03-12 agentic-commerce…
- Stripe Projects — Stripe Projects is a CLI + plugin from Stripe (in open beta at launch, 2026-04-30) that plays the orchestrator role in the agent-provisioning protocol co-designed with Cloudflare.…
- Stripe Radar for Platforms — Stripe Radar for Platforms is the platform-tier variant of Stripe Radar, targeting marketplaces and software platforms whose risk surface is merchants signing up on the platform…
- Stripe Radar — Stripe Radar is Stripe's fraud-detection service. Originally a card-fraud system gated to Stripe-processed payments, Radar has expanded along four axes per the 2026-05-27 Sessions…
- Stripe Smart Disputes — Stripe Smart Disputes is Stripe's AI-powered dispute management product. It compiles and submits evidence on the merchant's behalf when a chargeback / dispute is raised…
- Strobelight (Meta) — Strobelight is Meta's fleet-wide profiling orchestrator — not a single profiler but a scheduler + coordinator + symbolization frontend over 42 different profilers (at the time…
- strongswan — strongswan (strongswan.org) is a widely-used open-source IPsec implementation for Linux, macOS, Android, Windows, and FreeBSD.…
- StyleCLIP — StyleCLIP is a 2021 technique (arXiv:2103.17249; Patashnik, Wu, Shechtman, Cohen-Or, Lischinski) for text-driven manipulation of StyleGAN-generated images.…
- StyleGAN2 — StyleGAN2 is NVIDIA's 2019 GAN architecture for high-fidelity image generation (arXiv:1912.04958; Karras, Laine, Aittala, Hellsten, Lehtinen,…
- StyleX — StyleX is Meta's open-source cross-platform CSS library. It works alongside react-strict-dom to provide design tokens (font sizes, colours, borders,…
- Styra DAS — Styra Declarative Authorization Service (DAS) (styra.com) is a commercial control-plane SaaS for Open Policy Agent: policy authoring UI, bundle build/publish pipeline,…
- Superhuman grammar-correction model — Superhuman's custom large language model that powers real-time AI communication assistance (correctness, clarity, tone, style suggestions) across the Superhuman productivity suite…
- SvelteKit — SvelteKit (svelte.dev/docs/kit) is the Svelte-team's application framework for Svelte, built on top of Vite with file-based routing, server-side rendering, and server endpoints.…
- SVQ (Simulated Voice Queries) dataset — SVQ (Simulated Voice Queries) is a multilingual voice-search evaluation dataset produced by Google Research, used as the evaluation substrate for the 2025-10-07 S2R benchmark…
- Swedbank core banking system — The Swedbank core banking system is one of the critical IT systems of Swedbank AB, a Swedish retail bank serving ~7M retail and ~600K corporate customers across Sweden…
- SWIM protocol — SWIM — Scalable Weakly-consistent Infection-style Process Group Membership — is a gossip-based cluster-membership + failure-detection algorithm introduced by Das, Gupta,…
- syft — syft is an open-source CLI tool maintained by Anchore (anchore/syft on GitHub) that generates Software Bill of Materials (SBOMs) from container images, filesystems, archives,…
- sysbench — sysbench (akopytov/sysbench) is an open-source scriptable benchmark tool for evaluating system and database performance, commonly used to benchmark MySQL and Postgres under…
- sysstat package — sysstat is a Linux distribution package that bundles several long-standing performance-observability CLIs that share a common lineage and a collector daemon for historical data.…
- systemd-resolved — systemd-resolved is the systemd project's system DNS resolver daemon; on Linux distributions that enable it (most modern ones),…
- T5 — T5 ("Text-to-Text Transfer Transformer") is Google's 2019 encoder-decoder transformer architecture framing all NLP tasks (classification, translation, summarisation,…
- Tableau — Tableau is a commercial business-intelligence / dashboarding tool (now part of Salesforce) widely deployed as a SQL-query client against data warehouses and lakehouses.
- TalkBack — TalkBack is Android's built-in screen reader, shipped by Google as part of the Android Accessibility Suite. It exposes UI elements to users with visual impairments by reading on-…
- TanStack Virtual — TanStack Virtual is an open-source headless virtualization library for React and other front-end frameworks. It implements window virtualization: only the visible slice of a long…
- TAOBench — TAOBench is an open-source benchmark for relational and distributed databases that synthesises the workload shape of Meta's production TAO social-graph store.…
- TChannel — TChannel (github.com/uber/tchannel) is Uber's bi-directional RPC protocol, built in-house during the 2013–14 microservice build-out.…
- TCI (Telecommunication Company of Iran) — TCI (Telecommunication Company of Iran, شرکت مخابرات ایران) is one of Iran's largest fixed-line and broadband Internet service providers, and one of the four named operators (TCI,…
- TCP Reno — TCP Reno is the classical loss-based congestion-control algorithm standardised by RFC 5681 — the workhorse CCA underpinning Internet TCP for decades before CUBIC displaced it…
- tcpdump — tcpdump is a libpcap-based command-line packet capture tool for Linux and BSD. It captures packets matching a BPF filter expression and writes them to stdout or to pcap files…
- TDXray (side-channel research) — TDXray is Google Research's published microarchitectural side-channel analysis of Intel TDX — full title TDXray: Microarchitectural Side-Channel Analysis of Intel TDX…
- Telegraf — Telegraf is InfluxData's open-source server-agent for collecting, processing, aggregating, and writing metrics. Plugin-based: input plugins (OTel, Prometheus scrape, StatsD,…
- Telescope (PlanetScale) — Telescope is PlanetScale's internal benchmarking tool for "creating, running, and assessing benchmarks" across Postgres (and MySQL) database products.…
- Temporal — Temporal is a durable workflow-orchestration engine — write workflow logic as regular code; Temporal handles persistence, retry, rollback, long-running timers,…
- TensorRT-LLM — TensorRT-LLM is NVIDIA's open-source library for high-performance inference of large language models on NVIDIA GPUs. It compiles Transformer models (encoder, decoder,…
- Terraform — Terraform (HashiCorp) is an infrastructure-as-code tool: declare cloud resources in a domain-specific language (HCL), terraform apply reconciles the actual state to declared state.…
- TestContainers — TestContainers is an OSS library (Java first, now many languages) that gives a test the ability to declaratively spin up its own Docker containers as storage / service backends…
- text/template — text/template is Go's standard-library templating package (pkg.go.dev/text/template). Executes text templates that interpolate fields + method calls on arbitrary data values, e.g.…
- Texture (AsyncDisplayKit) — Texture (originally AsyncDisplayKit, started at Facebook/Instagram) is an open-source iOS UI framework providing declarative, asynchronous layout and rendering on top of UIKit.…
- Thanos — Thanos is the CNCF-incubated open-source time-series database project that extends prometheus with long-term storage via object storage, global query federation,…
- Thoughtworks Technology Radar — Thoughtworks Technology Radar is a twice-yearly industry-guidance publication from the global consultancy Thoughtworks that catalogues tools, techniques, platforms,…
- TiDB — TiDB is an open-source, distributed NewSQL database built by PingCAP. It combines NoSQL-style horizontal scalability with RDBMS- style SQL, ACID semantics,…
- TIGER (Generative Retrieval) — TIGER — Transformer Index for GEnerative Recommenders — is a generative retrieval architecture for recommendation systems introduced by Google DeepMind at NeurIPS 2023.…
- Tigris — Tigris (Tigris Data, Inc.) is a globally distributed, S3-compatible object storage platform integrated into Fly.io as the fly storage create primitive.…
- Tinder API Gateway (TAG) — TAG is Tinder's in-house API gateway platform, documented in the 2022 Tinder engineering post surfaced in the High Scalability Dec-2022 roundup.
- Tinker (Thinking Machines) — Tinker (thinkingmachines.ai/tinker) is Thinking Machines' LLM fine-tuning product. First canonical wiki reference: 2026-02-13-netflix-scaling-llm-post-training-at-netflix…
- Netflix Titus Gateway — Titus is Netflix's container-management platform (AWS EC2 underneath). Titus Gateway is its API gateway — the tier that Netflix-internal clients talk to for reading job / container…
- tkdb — tkdb is Fly.io's isolated Macaroon-token authority — the root-of-trust database that every security token on Fly.io's platform is verified against,…
- TLA+ — TLA+ is Leslie Lamport's specification language for describing concurrent + distributed systems. A TLA+ spec describes an algorithm as a state machine: a set of state variables,…
- TLC flash — TLC (Triple-Level Cell) flash is a NAND flash variant that stores 3 bits per cell (8 voltage states). The dominant data-center flash tier as of 2025…
- TLC Model Checker — TLC is the explicit-state finite-state model-checker for TLA+. Given a TLA+ spec (with a bounded configuration), TLC enumerates every reachable state and checks that every stated…
- Tokenized Tokens (Fly.io) — Tokenized Tokens is Fly.io's secret-tokenization system — a platform primitive for issuing placeholder credentials that a hardware-isolated substrate on Fly.io's side substitutes…
- tokio-rustls — tokio-rustls is the async adapter bolted onto rustls so TLS streams fit into Tokio's AsyncRead/AsyncWrite contract. GitHub.…
- Tokio — Tokio is the dominant async runtime for Rust (tokio.rs, crate tokio). It integrates Rust Futures with an OS event loop (epoll on Linux,…
- TopHat (Shopify mobile test infra) — TopHat is Shopify's internal mobile developer testing platform. Documented publicly in Shopify's 2021 "TopHat: Mobile Developer Testing" post (linked from the migration writeup);…
- torch.compile — torch.compile is PyTorch's built-in compiler that "automatically rewrites a PyTorch model into more efficient GPU kernel code" (Source:…
- TorchRec — TorchRec is PyTorch's library for sparse-table sharding — the substrate that lets large recommendation models split embedding tables (mapping items / users / features to learned…
- torchtitan — torchtitan (github.com/pytorch/torchtitan) is PyTorch's reference implementation for scalable distributed training. It is one of the three OSS reference projects Netflix credits…
- Torchtune — Torchtune is PyTorch's reference library of post-training recipes (SFT, DPO, LoRA, QLoRA, and related fine-tuning workflows).…
- tracemalloc — tracemalloc is a CPython standard library module (since Python 3.4) that tracks memory allocations made by the Python runtime and attributes each allocation to a Python traceback.…
- Tracery (Meta) — Tracery is Meta's internal trace-visualisation tool — the timeline-oriented sibling of Scuba. Used when correlated but different streams of profile data are best viewed on a single…
- Transformer (architecture) — Transformer is the neural network architecture introduced by Vaswani et al. (Attention Is All You Need, 2017, arXiv:1706.03762) based on stacked self-attention + feed-forward…
- trie-hard — trie-hard is Cloudflare's open-source Rust crate (github.com/cloudflare/trie-hard) implementing a trie optimized for a specific workload shape: read-heavy membership checks against…
- Trinity Industries ETA Prediction Model — Trinity Industries' real-time railcar-ETA prediction model, disclosed in the 2026-04-29 Databricks-blog interview with CDO Stephen Ecker.…
- Trinity — Trinity is Dropbox's end-to-end randomized testing framework for Nucleus. Where CanopyCheck is narrow (planner only, no I/O/concurrency) and property-based,…
- Trino Gateway — Trino Gateway is an open-source proxy / load balancer in front of one or more Trino clusters. It gives clients a single connection URL for the whole fleet and routes each incoming…
- Trino — Trino is an open-source distributed SQL query engine — "a fork of PrestoSQL" (2026-03-24-expedia-operating-trino-at-scale-with-trino-gateway)…
- Triton DSL / TLX (Triton Language Extension) — Triton is an open-source Python-embedded DSL (originally from OpenAI / Philippe Tillet) for authoring GPU kernels at a higher level of abstraction than CUDA/HIP…
- Triton (language) — Triton is an open-source Python-embedded DSL (originally from OpenAI / Philippe Tillet) for authoring GPU kernels at a higher level of abstraction than CUDA/HIP…
- TritonBench — TritonBench is Meta's open-source benchmark + evaluation harness for Triton GPU kernels at github.com/meta-pytorch/tritonbench.…
- Tron (Yelp) — Tron is Yelp's in-house batch processing and job scheduler, open-sourced at github.com/Yelp/Tron. Used across Yelp to run scheduled jobs and workflows,…
- tsgo — tsgo is Microsoft's Go port of the TypeScript compiler / type checker. Used for full TypeScript type checking in vinext's CI.
- Tupperware — Tupperware is Meta's internal container / cluster management system — roughly analogous to Kubernetes / Borg in role, but Meta-proprietary.…
- Turbopack — Turbopack is Vercel's bespoke Rust-based bundler built into Next.js. The target-platform-coupling cost Turbopack incurs — "if you want to deploy it to Cloudflare, Netlify,…
- Turborepo — Turborepo is Vercel's Rust-written task runner for JavaScript + TypeScript monorepos. turbo run
analyses the monorepo's package.json structure, scripts,… - Turnstile — Turnstile is Cloudflare's challenge widget — a privacy-preserving replacement for visible CAPTCHAs used to verify a request is from a human.…
- Twitter / X.com — Twitter (rebranded to X in 2023; the canonical domain migrated from twitter.com to x.com) is a public microblogging platform.…
- TypeScript — Microsoft's typed superset of JavaScript (2012→), industry-standard compile-to-JS language for the web. Large tooling ecosystem (linters, bundlers, static analyzers,…
- U.2-15mm form factor — U.2 is an enterprise SSD form factor using a standardized 2.5-inch chassis with an SFF-8639 connector (PCIe / NVMe / SAS / SATA capable).…
- Uber Dispatch Service — Dispatch is Uber's rider-driver matching service — one of the two original 2011 Uber monoliths (Node.js + MongoDB-then-Redis),…
- Uber Edge Gateway — Edge Gateway is Uber's 2020 mobile API gateway, built to replace RTAPI when it became technically obsolete (still Node.js + deprecated-in-Project-Ark JavaScript,…
- Uber Fulfillment Platform — The Fulfillment Platform is Uber's 2021+ ground-up rewrite of its dispatch + fulfillment stack on a NewSQL architecture using Google Cloud Spanner as the primary storage engine.…
- Uber RTAPI Gateway — RTAPI ("Real-Time API") was Uber's mobile API gateway from 2014, extracted from the original dispatch monolith during the 2014 dispatch split.…
- UC Credential Vending — Unity Catalog Credential Vending is the API by which Unity Catalog mints short-lived, scoped credentials on demand for external engines to read or write the underlying object-store…
- UC Managed Tables — Unity Catalog (UC) Managed Tables are advanced Delta tables in which Unity Catalog owns the table's storage layout, optimisation,…
- UC OTel Trace Tables (Databricks) — UC OTel Trace Tables are the Unity Catalog-managed Delta tables (and MLflow-managed Databricks SQL views) that hold OpenTelemetry spans, logs, metrics,…
- Service Policies (Unity Catalog) — Service Policies are Databricks' Unity Catalog mechanism for per-tool-call admission control on registered MCP servers. They are UC functions,…
- UEFI (Unified Extensible Firmware Interface) — UEFI (Wikipedia) is the modern firmware standard that initialises hardware after power on and hands off control to the operating system.…
- Uganda Internet Exchange Point (UIXP) — The Uganda Internet Exchange Point (UIXP) is the national peering exchange in Kampala where Uganda's ISPs and content providers interconnect locally rather than via international…
- Unbound — Unbound is an open-source recursive DNS resolver from NLnet Labs. It recursively resolves DNS queries, caches the results,…
- UNet (Encoder-Decoder Architecture) — UNet is a convolutional encoder-decoder architecture introduced by Ronneberger, Fischer, and Brox in 2015 for biomedical image segmentation (arXiv:1505.04597, Springer 2015).…
- Unified Grid (Slack) — Unified Grid is the 2023–2024 re-architecture of Slack's client and backend that replaces the workspace-centric navigation model…
- Unity AI Gateway — Budgets — Budgets are the policy layer that rides on top of Unity AI Gateway's usage-tracking metering. Admins set monthly spend thresholds per user or group;…
- Unity AI Gateway — Guardrails — Guardrails are the model-layer inline content filter in Unity AI Gateway. Every model call is scanned on the inference critical path in both directions…
- Unity AI Gateway (Databricks) — Unity AI Gateway is Databricks' productised instance of the AI-gateway provider abstraction pattern, specialised to coding agents + MCP integrations rather than just application…
- Unity Catalog ABAC (Attribute-Based Access Control) — Unity Catalog ABAC policies are Unity Catalog's dynamic access-control model — a single policy evaluates tag-based conditions on Unity Catalog objects and applies row filters…
- Unity Catalog Data Classification — Unity Catalog Data Classification is Unity Catalog's agentic sensitive-data-detection engine — it scans tables continuously, identifies PII / PHI / regulatory-category data,…
- Unity Catalog Governed Tags — Governed Tags are Unity Catalog's account-level vocabulary of keys / key-value pairs (e.g. sensitivity:confidential, pii:ssn) that can be attached to catalogs, schemas, tables,…
- Unity Catalog Volumes — Unity Catalog Volumes are governed, versioned object-storage locations registered as first-class catalog assets inside Unity Catalog.…
- Unity Catalog (Databricks) — Unity Catalog (UC) is Databricks' unified governance solution for data and AI assets. Several distinct faces show up across ingested sources:
- unweight-kernels — unweight-kernels (github.com/cloudflareresearch/unweight-kernels) is the open-source GPU kernel suite backing Unweight, Cloudflare's lossless LLM weight compression system.…
- Unweight — Unweight is Cloudflare's lossless LLM weight compression system for NVIDIA H100 inference. It shrinks model footprint 15–22 % while preserving bit-exact outputs,…
- USSD (Unstructured Supplementary Service Data) — USSD (Unstructured Supplementary Service Data) is a real-time, stateful, session-based signalling protocol defined in the early-1990s GSM Technical Specification.…
- V8 JavaScript Engine — V8 is Google's open-source JavaScript and WebAssembly engine, written in C++. Originally built for Chrome, V8 is now embedded by many other runtimes…
- VAE decoder — The VAE decoder is the decoder half of a Variational Auto-Encoder (VAE) used as the final pixel-reconstruction stage in latent-diffusion image and video generation pipelines.…
- ValKey — ValKey is the BSD-licensed, Linux-Foundation-governed fork of Redis that emerged in March 2024 after Redis Ltd. changed its licensing from BSD to the dual SSPL / RSAL v2 scheme.…
- vCluster — vCluster (by Loft Labs) is an open-source Kubernetes virtualisation layer that lets you run multiple independent Kubernetes clusters inside one host Kubernetes cluster.…
- Vector (log / metrics pipeline) — Vector is a CNCF open-source log/metric/event forwarder. Deploys as a daemon, sidecar, or central collector; processes and forwards to downstream sinks (Datadog, Elasticsearch,…
- Vercel AI Gateway — Vercel AI Gateway (vercel.com/ai-gateway) is Vercel's model-provider abstraction layer over which AI SDK applications dispatch to arbitrary model providers (OpenAI, Anthropic,…
- Vercel BotID Deep Analysis — Vercel BotID Deep Analysis is the edge-case path inside Vercel BotID that handles sophisticated actors — bot networks that use "real browser automation tools and carefully crafted…
- Vercel BotID — Vercel BotID is Vercel's bot-detection product, positioned at the edge of the Vercel frontend-cloud. It intercepts requests to "your most sensitive routes like login, checkout,…
- Vercel CDN — Vercel CDN is Vercel's globally distributed edge-cache and request-serving tier for every deployment. It sits between the public internet and Vercel's compute / storage tiers,…
- Vercel Chat SDK — Chat SDK (chat-sdk.dev) is Vercel's open-source, public-beta TypeScript library for building chat bots that run across multiple messaging platforms from a single codebase.…
- Vercel Edge Functions — Vercel Edge Functions are Vercel's V8-isolate-based serverless runtime. They execute JavaScript / TypeScript code on Vercel's global edge network,…
- Vercel Fluid Compute — Fluid compute is the substrate Vercel Functions run on. Named architectural difference from per-request isolates and per-request containers: "Fluid compute handles multiple…
- Vercel Functions — Vercel Functions are Vercel's general serverless function primitive — the runtime for /api/ routes, Next.js API routes, and server components.…
- Vercel Knowledge Agent Template — Knowledge Agent Template (vercel.com/templates) is Vercel's open-source, filesystem-based knowledge- agent architecture for deployment on Vercel.…
- Vercel Routing Service — Vercel Routing Service is the global, single-threaded front door that handles every incoming HTTP request to every Vercel deployment…
- Vercel Sandbox — Vercel Sandbox (docs) is Vercel's isolated-compute substrate for running untrusted or agentic code with a bounded filesystem and ephemeral lifecycle.…
- Vercel v0 — v0 is Vercel's AI-powered website builder: a browser product where a user types a prompt and gets back a live- previewed working Next.js / React website.…
- Vercel Workflow — Vercel Workflow (docs) is Vercel's durable orchestration primitive for background jobs on the Vercel platform. It is the scheduling and step-orchestration surface for multi-step…
- Verl — Verl (github.com/verl-project/verl) is an open-source library for orchestrating distributed RL post-training workloads on top of Ray.…
- VF Agent — VF Agent is the prototype natural-language-query layer on top of VF Match's Foundational Data Refresh (FDR) data. Built in LangGraph as a multi-agent system,…
- VF Match — VF Match (vfmatch.org) is Virtue Foundation's production volunteer-matching marketplace — the substrate that connects medical professionals to volunteer opportunities in 72 low…
- Viaduct — Viaduct is Airbnb's GraphQL-based data-oriented service mesh: a multi-tenant runtime that provides a single interface for accessing and interacting with data sources,…
- VideoPrism (Google) — VideoPrism is a video foundation model (ViFM) published by Google Research (blog 2024-05-09, arXiv 2402.13217) — a single visual encoder pre-trained once and then frozen for use…
- vinext Agent Skill — cloudflare/vinext is an Agent Skill shipped by Cloudflare that automates migration of an existing Next.js project to vinext.…
- vinext KVCacheHandler — KVCacheHandler is the default Cloudflare-KV-backed cache handler shipped with vinext (from vinext/cloudflare). Plugs into Next.js's setCacheHandler() API so ISR works out…
- vinext — vinext ("vee-next", github.com/cloudflare/vinext) is a drop-in replacement for Next.js built on top of Vite as a plugin, deployable to Cloudflare Workers with a single vinext…
- Virtual Kubelet — Virtual Kubelet is an open-source, CNCF-sandbox project that implements the Kubernetes Kubelet API without being backed by a real worker node.…
- Vite — Vite is an open-source front-end build tool originally created by Evan You (Vue.js). Handles the hard parts of modern front-end tooling: fast HMR via native ESM in dev,…
- @vitejs/plugin-rsc — vitejs/plugin-rsc is the React Server Components plugin for Vite, maintained by the Vite team. "Still early days" per the 2026-02-24 vinext launch post,…
- Vitess cherry-pick bot — PlanetScale's internal bot that continuously mirrors OSS Vitess PRs into their private fork and manages per-release-branch backports.…
- Vitess Cluster configuration — Cluster configuration (PlanetScale docs) is a PlanetScale dashboard surface that lets customers create and manage keyspaces, custom VSchema,…
- Vitess evalengine — evalengine is the SQL expression evaluation engine inside Vitess, implemented in pure Go and living inside vtgate. Its job is to evaluate scalar SQL sub-expressions locally…
- MoveTables — MoveTables (vitess.io docs) is Vitess's user-facing workflow wrapper for a common data-motion shape: copy tables from one place to another and keep them in sync until cutover.…
- Vitess mysqlshell backup engine — The mysqlshell backup engine is an experimental backup implementation in Vitess 21 that uses MySQL Shell's dump and load utilities to take and restore logical backups…
- PlanetScale Vitess Operator — The PlanetScale Vitess Operator is a Kubernetes Operator — a custom controller that extends the Kubernetes Control Loop with custom resources — that PlanetScale uses to provision,…
- Vitess schemadiff — schemadiff is a Vitess library (Go package in the Vitess source tree) that reads schemas, validates dependency constraints, computes diff DDL between two schemas,…
- Vitess table ACL — The Vitess table ACL is Vitess's native authorization mechanism: a static JSON configuration file read by each vttablet at boot,…
- Vitess throttler — The Vitess throttler is the in-tree implementation of a database throttler used by Vitess and by PlanetScale MySQL clusters to push back on asynchronous / batch / massive…
- Vitess transaction throttler — The Vitess transaction throttler is Vitess's enforcement-mode throttler: a query-path barrier that actively delays database query execution when system performance degrades,…
- Vitess unmanaged tablet — A Vitess unmanaged tablet (vitess.io docs) is a Vitess tablet that attaches to an externally-managed MySQL instance — one whose process lifecycle, storage, backups,…
- VDiff — VDiff (vitess.io docs) is Vitess's zero-downtime consistency checker for data-motion workflows. Given an active VReplication workflow,…
- Vitess vexplain — vexplain is Vitess's query-plan introspection surface — the Vitess analogue of MySQL's EXPLAIN, but aware of the sharding layer (which shards will be hit,…
- VReplication — VReplication (vitess.io docs) is Vitess's native data-replication framework — the substrate Vitess uses for all of its data-motion workflows: database imports (migrate an external…
- VStream — VStream (vitess.io docs) is Vitess's low-level gRPC change-stream primitive — the substrate under every VReplication workflow and the public API under every third-party CDC driver…
- Vitess — Vitess (vitess.io) is an open-source database clustering system for horizontal scaling of MySQL, originally built at YouTube (~2010) to handle its MySQL workload and later donated…
- Vitest — Vitest is a Vite-native unit testing framework with Jest-compatible API. Uses Vite's transform pipeline so dev-test-build share module graphs.
- vLLM — vLLM is an open-source high-throughput, low-latency inference and serving engine for large language models and transformer-based embedding models.…
- vmagent (VictoriaMetrics) — vmagent is the lightweight metrics agent from the VictoriaMetrics project. It scrapes and/or receives Prometheus-format metrics,…
- vmstat — vmstat — "virtual memory statistics" — is a command-line tool that prints a single-line summary of system-wide run-queue, memory, swap, I/O, system,…
- VMware — VMware (ESXi / vSphere) is the canonical proprietary enterprise hypervisor. Full-featured device emulation, mature PCI passthrough + vGPU,…
- voyage-3 / voyage-3-large — The voyage-3 family is Voyage AI's third-generation general-purpose embedding-model line, released in Voyage's 2025-01-07 Voyage-3-Large announcement and positioned as the default…
- Voyage AI — Voyage AI is MongoDB's embedding-and-reranking model line, originally founded by Stanford's Tengyu Ma (and team) and acquired by MongoDB in 2025 to form the native embedding-…
- VSCode Remote-SSH — VSCode Remote-SSH is Microsoft's remote-editing feature for Visual Studio Code: the editor runs on the user's laptop, but language servers, extensions, debuggers, file operations,…
- V.tal GlobeNet (AS52320) — V.tal GlobeNet is a Colombian network service provider, operating AS AS52320.
- VTBackup — VTBackup (Vitess docs) is the Vitess program that orchestrates a per-shard backup on a dedicated ephemeral MySQL instance rather than on the production primary or an existing…
- VTCtld — VTCtld is the cluster-management / administrative-control process of a Vitess cluster. It is the third named Vitess primitive alongside VTGate (query router) and VTTablet (MySQL…
- VTGate — VTGate is the application-level query routing layer in a Vitess cluster. It is the MySQL-protocol-speaking proxy that applications connect to;…
- VTOrc — VTOrc is Vitess's failure-scanning + leader-election component — the named elector that runs the revoke/establish protocol on MySQL primary failures in a Vitess cluster.…
- VTTablet — VTTablet is the per-MySQL-instance middleware process in a Vitess cluster. It sits between VTGate and MySQL and owns two responsibilities:
- WACS (West Africa Cable System) — The West Africa Cable System (WACS) is a ~14,500 km submarine fibre-optic cable that runs along Africa's western coast, connecting 12 landing stations from the UK and Portugal down…
- Walmart inventory-reservations API — Walmart's inventory-reservations API is a write-heavy service whose peak-traffic architecture is documented in Walmart Global Tech's 2022 Medium post,…
- Wan 2.2 (Wan video generation model) — Wan (specifically Wan 2.2 14B in the wiki-attested benchmark) is a latent-diffusion video generation model family published by Wan-AI.…
- WarpStream — WarpStream is a Kafka-API-compatible streaming system that takes tiered storage to its logical extreme: all data lives directly in an object store (e.g.…
- wasm-bindgen — wasm-bindgen is the core Rust project that generates the Rust↔JavaScript bindings every Rust-on-Wasm runtime depends on — including Rust Workers.…
- Watchman — Watchman is Meta's open-source file system monitor service (facebook.github.io/watchman). It exposes an incremental "what files changed since timestamp T" API by subscribing…
- wav2vec 2.0 (Meta FAIR) — wav2vec 2.0 is a self-supervised speech representation learning model from Meta AI Research (FAIR) — described in the 2020 NeurIPS paper "wav2vec 2.0: A Framework for Self-…
- Waxal dataset — Waxal is an open speech dataset for African languages, introduced by Google and developed "with the community." Cited in the 2026-05-28 I/O 2026 roundup post as part of Google's…
- Web Bot Auth (Cloudflare) — Web Bot Auth is Cloudflare's proposal for cryptographically identifying bots / crawlers to origins, replacing IP-allowlist-based bot verification with per-request Ed25519…
- Web PKI — The Web PKI (public-key infrastructure) is the governance- cum-cryptographic system that authenticates servers on the Web: Certificate Authorities (CAs) issue X.509 certificates…
- Web Streams API — Web Streams (MDN) is the WHATWG Streams Standard — ReadableStream, WritableStream, TransformStream. Designed 2014-2016 as a common cross-runtime streaming API,…
- WebAssembly — WebAssembly (Wasm) is a portable binary-instruction format designed as a compile target for languages like C, C++, Rust, Zig, Go, and others — embedded inside web browsers,…
- WebGL — WebGL is a browser graphics API originally based on OpenGL ES 2.0 (WebGL 1) / ES 3.0 (WebGL 2), shipped in the early 2010s.…
- WebGPU — WebGPU is the modern browser graphics API standardized at the W3C, shipped in Chromium in 2023 as the successor to WebGL.…
- Webpack Module Federation — Webpack Module Federation is a feature of the Webpack bundler that lets multiple independently-built-and-deployed JavaScript bundles share modules at runtime,…
- wggwd — wggwd is the Fly.io-authored daemon that runs on every Fly gateway and manages the gateway's WireGuard interfaces. Introduced alongside the original push-based peer-provisioning…
- WGSL — WGSL (WebGPU Shading Language) is the shading language defined by the WebGPU specification. All WebGPU shader code must be WGSL — it's the only shader language WebGPU APIs accept.
- WhatsApp Advanced Chat Privacy — Advanced Chat Privacy is a WhatsApp user-facing feature — introduced separately from Private Processing — that provides per-chat opt-outs for AI-related functionality,…
- WhatsApp E2EE backups — WhatsApp E2EE backups is the user-facing end-to-end-encrypted backup feature for message history on WhatsApp and Messenger.…
- WhatsApp HSM-based Backup Key Vault — WhatsApp HSM-based Backup Key Vault is Meta's tamper-resistant cryptographic-hardware fleet backing the end-to-end-encrypted message-history backups for WhatsApp and Messenger.…
- Kaleidoscope (WhatsApp) — Kaleidoscope is WhatsApp's collective name for the ensemble of format-checks that run on media and attachments shared through the app…
- WhatsApp Private Processing — Private Processing is Meta's confidential-computing infrastructure that lets WhatsApp users invoke AI features (initially message summarisation + writing suggestions) over…
- WhatsApp Research Proxy — The WhatsApp Research Proxy is a Meta-published tool introduced via the 2025 Bug Bounty 15th anniversary expansion, described by Meta as "a tool that makes research into WhatsApp's…
- WhatsApp wamedia — wamedia is WhatsApp's cross-platform media library. Originally written in C++ to send and consistently format MP4 files, it was modified after the 2015 Stagefright vulnerability…
- WhatsApp — WhatsApp is Meta's global end-to-end-encrypted messaging product. Default E2EE for personal messages and calls covers 3B+ users messaging daily (2026-01-27 Meta Engineering).…
- whydeadcode — whydeadcode (github.com/aarzilli/whydeadcode) is an OSS tool that consumes the Go linker's -dumpdep output, determines whether method dead-code elimination is disabled,…
- WiredTiger — WiredTiger is the B-tree-based storage engine MongoDB has used by default since MongoDB 3.2 (2015). Originally developed by the authors of Berkeley DB and acquired by MongoDB…
- WireGuard — WireGuard is a modern VPN protocol + Linux kernel subsystem designed by Jason Donenfeld. Its distinguishing properties for systems design:
- WireMock — WireMock (wiremock.org) is an HTTP mock server, Java-first, with an embedded mode (start inside a JUnit test JVM) and a standalone mode (run as a Docker container).…
- WordPress — WordPress (wordpress.org) is the dominant open-source PHP-based content management system on the web — 40%+ of all websites run on it.…
- workerd — workerd is Cloudflare's open-source JavaScript / WebAssembly runtime — the same runtime that powers Cloudflare Workers in production.…
- Workers AI — Workers AI is Cloudflare's managed LLM + embedding + reranker inference platform on the developer platform — models served from the @cf/… namespace,…
- workers-rs — workers-rs is Cloudflare's Rust SDK for writing Cloudflare Workers. Rust source is compiled to WebAssembly (wasm32-unknown-unknown target),…
- Web Platform Tests (WPT) — Web Platform Tests (web-platform-tests.org) is the cross-browser conformance test suite for web platform APIs — one shared corpus of tests that every browser engine…
- Wrangler CLI — Wrangler is Cloudflare's official command-line tool for Workers and, increasingly, the rest of the Cloudflare developer platform (developers.cloudflare.com/workers/wrangler).…
- Wukong (Meta) — Wukong is the Meta Ads internal recommendation / ranking model architecture published in 2024 at arXiv:2403.02545. It is the foundational design underpinning Meta's trajectory…
- Wukong Turbo — Wukong Turbo is the optimised runtime evolution of Meta Ads's internal Wukong recommendation architecture, serving inside Meta Adaptive Ranking Model.…
- x402 Protocol — x402 is an open, neutral standard for Internet-native payments built on HTTP 402 Payment Required. Positioned as the "pay-per-use" primitive for the agentic web: any client (an AI…
- Xen (hypervisor) — Xen is a general-purpose open-source hypervisor originating at the University of Cambridge. Until late 2017, every EC2 instance ran on Xen.…
- XGBoost — XGBoost (eXtreme Gradient Boosting) is a scalable, widely used open-source gradient-boosted decision-tree library authored by Tianqi Chen.…
- xxhash-rust — xxhash-rust is a Rust implementation of the xxHash non-cryptographic hashing algorithm family (XXH32, XXH64, XXH3). xxHash is designed for speed…
- YAML Language Server — The YAML Language Server (redhat-developer/yaml-language-server) is an LSP implementation for YAML, maintained by Red Hat.…
- YARN Distributed Shell — YARN Distributed Shell (org.apache.hadoop.yarn.applications.distributedshell.ApplicationMaster) is a YARN ApplicationMaster shipped as part of YARN that allows any shell script…
- Yelp Ad Budget Allocation — Ad Budget Allocation is Yelp's production system that splits each advertising campaign's monthly budget between on-platform inventory (Yelp website, mobile site,…
- Yelp Assistant — Yelp Assistant is Yelp's AI-powered chatbot brand, originally shipped in 2024 to help consumers diagnose service needs and connect with service pros.…
- Yelp Back-Testing Engine — The Back-Testing Engine is Yelp's internal simulation system for evaluating proposed changes to the Ad Budget Allocation algorithms against historical campaign data before…
- Yelp Billing System — Yelp Billing System is Yelp's custom order-to-cash system that handles subscription purchases, invoicing, payment processing,…
- Yelp Biz Ask Anything (BAA) — Yelp Biz Ask Anything (BAA) is Yelp's production LLM- powered business-page question-answering system — the business-page evolution of Yelp Assistant (which originally shipped…
- Yelp CHAOS — CHAOS is Yelp's internal server-driven UI (SDUI) framework. The server authors a CHAOS Configuration (a bundle of views, layouts, components, and actions) per request;…
- Yelp content-fetching engine — The Yelp content-fetching engine is the single internal API that returns business content "all or selected sources" in an LLM-friendly shape at <100 ms p95.…
- Yelp Cookbook — Cookbook is Yelp's internal cross-platform design system — "a collection of reusable components, standards, and guidelines that help teams build consistent, scalable,…
- Yelp LLM-Assisted Customer Success Chatbot — The LLM-Assisted Customer Success (CS) Chatbot is Yelp's production replacement for its legacy two-step menu-tree + fixed-phrase-matching support chatbot.…
- Yelp Konbini — Konbini is Yelp's auto-generated library family that bridges CHAOS (Yelp's server-driven-UI framework) to Cookbook (Yelp's cross-platform design system).…
- Yelp Partition Access Visualization — Yelp's internal partition-access-visualisation tooling — a SQL-aggregate + chart layer on top of the Yelp S3 SAL pipeline that exposes who (IAM role) is reading what (table +…
- Yelp Pushplan Automation — Pushplan Automation is Yelp's in-house system for making Cassandra schema changes in a declarative way. Engineers describe the desired schema state;…
- Yelp Query Understanding — Yelp Query Understanding is the LLM-powered query- processing pipeline that sits between the raw user query and Yelp Search's retrieval + ranking backend.…
- Yelp Redshift Connector — Yelp Redshift Connector is Yelp's internal Data Connector that loads records from Yelp's Data Pipeline streams into AWS Redshift for warehouse-resident analytics.…
- Yelp Revenue Data Pipeline — Yelp Revenue Data Pipeline is the named batch data pipeline that collects revenue data from Yelp's ecosystem (billing system, order-to-cash system,…
- Yelp S3 SAL pipeline — Yelp's internal pipeline for operationalising S3 Server Access Logs (SAL) at fleet scale. The pipeline ingests "TiBs of S3 server access logs per day",…
- Yelp Schema Validation Batch — Yelp Schema Validation Batch is the named pre-upload guard that Yelp's integration layer runs before every file upload to the third-party REVREC (Revenue Recognition) SaaS.…
- Yelp Search — Yelp Search is Yelp's production local-business-discovery search stack: retrieval + ranking over the Yelp business catalog (millions of local businesses + associated reviews,…
- Yelp spark-etl — spark-etl is Yelp's internal Python package that wraps Apache Spark (PySpark) into a feature-based DAG orchestration model for ETL jobs.…
- Yelp Staging Pipeline — Yelp Staging Pipeline is the named parallel pipeline configuration Yelp runs alongside the production yelp-revenue-data-pipeline as a verification sandbox.…
- YOLO (You Only Look Once) — YOLO (You Only Look Once) is a family of single-stage real-time object-detection models (YOLOv1 → YOLOv8 → YOLOv10+). Typical framing: a single neural-network pass produces…
- YouTube Real-Time Generative AI Effects — YouTube Real-Time Generative AI Effects is the product surface behind the stylised on-device camera effects users apply while recording YouTube content.…
- Zalando Adaptive Paging — Adaptive Paging is Zalando's in-house alert-routing primitive: an alert handler that monitors the error rate of Critical Business Operations (CBOs) and, when a CBO alert fires,…
- Zalando Algorithm Gateway — Algorithm Gateway is the re-ranking and personalisation sidecar to Search API in Zalando's catalog-search substrate.
- Appcraft Browser — Appcraft Browser is Zalando's demo harness app for exercising Appcraft screens against the Appcraft client runtime in isolation.…
- Zalando Appcraft — Appcraft is Zalando's server-driven mobile UI framework — the runtime the Zalando iOS + Android apps use to render dynamic content pages whose structure, content,…
- Zalando Article Masterdata — Article Masterdata is Zalando's internal system-of-record for article-level metadata — the catalog of attribute codes, attribute-set definitions per article type,…
- Zalando Assistant — Zalando Assistant is the customer-facing conversational discovery / recommendation surface in the Zalando app. It is described in the 2025-12-16 retrospective as a downstream…
- Zalando Base Search — Base Search is the bottom-layer Elasticsearch cluster in Zalando's catalog search substrate. It "provides initial candidates using both classic lexical matching and vector search"…
- Zalando Catalog API — Catalog API is the top-of-stack presentation layer in Zalando's catalog-search substrate. It "coordinates everything that has to happen for a single 'search' in the app"…
- Zalando Catalog Search — Zalando Catalog Search is the wiki's composite-identity page for the multi-layer search substrate operated by Zalando's Search & Browse team.…
- Zalando Communication Platform — The Zalando Communication Platform is the internal event-driven system that produces and dispatches every customer-facing communication Zalando sends — order confirmations,…
- Zalando Component Migration Toolkit — Zalando's Component Migration Toolkit is a Python-based internal tool the Zalando Partner Tech department built in September 2024 to migrate 15 B2B applications from one in-house…
- Zalando Content Creation Copilot — Content Creation Copilot is Zalando's internal AI-assisted product-onboarding system, launched in 2024. It auto-generates structured product-attribute suggestions (e.g.…
- Zalando Content Creation Tool — Content Creation Tool is Zalando's internal UI used by photographers and copywriters to onboard new articles to the Zalando shop — uploading product images,…
- Zalando Contentful Proxy — Zalando's Contentful proxy is an internal data service sitting between the Fashion Store API (FSA) GraphQL aggregator and the Contentful third-party headless CMS.…
- Zalando Design System tokens — Zalando Design System (ZDS) tokens are Zalando's cross-platform styling-variable library — the equivalent of CSS custom properties but available across web + iOS + Android via…
- Zalando Discovery Feed — Discovery Feed is Zalando's new front screen for the mobile app, featured in Zalando's Q2 2025 financial results — and the load-bearing migrated React Native screen in Zalando's…
- Zalando Fashion Store API (FSA) — The Fashion Store API (FSA) is Zalando's production deployment of the Unified Backend-For-Frontends (UBFF) GraphQL schema for zalando.com.…
- Zalando Unified Backend-For-Frontends (UBFF) GraphQL — Zalando's single-service unified GraphQL schema that acts as the Unified Backend-For-Frontends for every Web and mobile-App feature team across Europe's largest fashion e-commerce…
- Zalando HPC Cluster — The Zalando HPC cluster is an internal high-performance computing cluster equipped with powerful GPU nodes, available to Zalando applied scientists for experiments that exceed…
- Zalando incident playbooks site — The Zalando incident playbooks site is the internal documentation site that renders Zalando's fleet-wide incident- playbook corpus…
- Zalando Interface Framework (IF) — Interface Framework (IF) is Zalando's second-generation frontend platform for the core customer-journey pages of zalando.com.…
- Zalando Landing Pages Stack — Zalando's Landing Pages Stack is the editorial-content platform that serves static and semi-static pages on zalando.com — awareness campaigns, category inspiration pages (e.g.…
- Zalando Load Test Conductor — Load Test Conductor is a Go microservice built by Zalando's Payments department to own the full lifecycle of an end-to-end load test: clone production's deployed versions into…
- Zalando Logistics Portal — The Logistics Portal is a Zalando internal-facing web portal built by the Transport teams inside the Logistics department to serve finance teams, warehouses,…
- Zalando Marketing ROI Pipeline — Zalando's Performance Marketing department's marketing ROI (return-on-investment) pipeline — a batch data + machine-learning pipeline that measures the return on paid advertisement…
- Zalando MDM system — Zalando's in-house Master Data Management component — in early-phase design as of mid-2021 (). Implements consolidated-style MDM: ingest from source systems → match-and-merge →…
- Zalando ML Portal (Backstage) — The Zalando ML Portal is the observability surface for zflow-authored ML pipelines — a section of Zalando's internal developer portal that runs on top of backstage.…
- Zalando Mobile Developer App — The Zalando Mobile Developer App is a standalone greenfield React Native app that consumes the same Entry Point npm package as the Framework SDK but runs with a standard React…
- Zalando Mobile Framework SDK — The Zalando Mobile Framework SDK is Zalando's native library/package (iOS + Android) that wraps the entire React Native stack behind a simple-to-use interface and is consumed…
- Zalando Mosaic (Project Mosaic) — Project Mosaic is Zalando's first-generation micro-frontend architecture for zalando.com. Introduced in 2015 alongside Zalando's monolith-to-microservices rebuild,…
- Zalando NER Query Builder — The NER Query Builder is the Named-Entity-Recognition query- construction middle layer in Zalando's catalog-search substrate.…
- Zalando Observability API package — zalando/observability-api is the shared types + API package at the base of Zalando's OpenTelemetry SDK family. It contains the TypeScript types and abstract API surface that both…
- Zalando Observability SDK (Browser) — zalando/observability-sdk-browser is Zalando's client-side OpenTelemetry SDK — a thin wrapper over upstream OTel browser packages,…
- Zalando Observability SDK (Node) — zalando/observability-sdk-node is Zalando's thin internal wrapper over upstream OpenTelemetry core Node.js packages, built by the SRE Enablement and Web Platform teams at the end…
- Zalando OIDC Identity Provider — The Zalando OIDC Identity Provider is Zalando's customer- facing OpenID Connect (OIDC) identity provider, operated by the Customer Authentication Experience team.…
- Origami (Zalando Core Search API) — Origami is Zalando's Core Search API — the Scala application that is the single gateway between search-producing microservices (Search & Browse department) and Elasticsearch.…
- Zalando Partner Data Sharing Platform — Zalando's Partner Data Sharing Platform is the internal service (built inside Zalando's Partner Tech division, part of the Data Foundation pillar) that delivers analytical data…
- Zalando Postgres-sourced Event Streams — Zalando's low-code Postgres-sourced event-streaming platform — a shared internal capability that lets Zalando builders declare an event stream sourced from any Postgres table…
- Zalando Postmortem Analysis Pipeline — An internal LLM-powered analytics pipeline Zalando's datastore team built to mine "thousands of archived postmortem documents" for recurring failure patterns and strategic…
- PRAPI (Zalando Product Read API) — PRAPI (Product Read API) is Zalando's centralised serving tier for Product and Offer data, introduced as part of the 2022–2025 PODS (Product Offer Data Split) program.…
- Zalando Product Offer Enrichment — Product Offer Enrichment is a Apache Flink job owned by Zalando's Search & Browse team that joins four streams into a single enriched per-SKU view powering the website's catalog…
- Zalando Promotions Bidding Service — Promotions Bidding Service is the sponsored-content / retail-media monetisation sidecar to Search API in Zalando's catalog-search substrate.
- Zalando Prompt Generator — Prompt Generator is the LLM orchestration service inside Zalando's Content Creation Copilot. It sits between the Content Creation Tool + Article Masterdata on the inbound side…
- Zalando Rendering Engine — The Rendering Engine is the runtime core of Zalando's Interface Framework. It is a Node.js backend service and a browser runtime that, for any given request,…
- Zalando Returns Monolith — The Zalando Returns Monolith is the legacy monolithic application from which the Zalando Returns team extracted returns logic into the Returns Microservice.…
- Zalando Returns Service — The Zalando Returns Service is the microservice the Zalando Returns team extracted from a monolithic legacy application as part of Zalando's "unify the user experience across…
- Zalando Route Server (routesrv) — Route Server (package: github.com/zalando/skipper/routesrv) is a Go proxy that sits between Skipper and the Kubernetes API server and serves compiled routing tables to all Skipper…
- Zalando Search API — Search API is the lightweight presentation layer immediately above Base Search (the Elasticsearch cluster) in Zalando's catalog-search substrate.
- Zalando Search Quality Framework — The Search Quality Framework is Zalando's offline LLM-as-a-judge evaluation pipeline for the catalog-search substrate. Its canonical production role is pre-launch market…
- Zalando Search Query Clustering — Search Query Clustering is the upstream test-query generator that feeds Zalando's Search Quality Framework. Its job is to produce, per target market,…
- Zalando Service Level Management Tool — Service Level Management Tool is Zalando's operation-based SLO reporting + management system — the explicit successor to the 2018 DX-scoped SLO Reporting Tool.…
- Zalando SLO Reporting Tool — SLO Reporting Tool is Zalando's internal tool for tracking Service Level Objectives using canonical SLIs (a shared catalogue of Service Level Indicators) and the Service Tier…
- Zalando Stream Consumer — The Stream Consumer is the microservice inside the Zalando Communication Platform that sits at the Nakadi → RabbitMQ boundary.…
- Zalando Throughput Calculator — Throughput Calculator is Zalando's internal tool for projecting per-downstream-service request fan-out from a projected top-level CBO rate,…
- Zalando Truly Native Apps (TNA) — Truly Native Apps (TNA) was Zalando's first-generation server-driven UI framework for the Zalando mobile app. Also referred to as the "Flexible Layout Kit",…
- Zally (Zalando API linter) — Zally (github.com/zalando/zally) is Zalando's open-source linter for OpenAPI / Swagger API specifications, enforcing the Zalando RESTful API Guidelines.…
- ZEOS Demand Forecaster — ZEOS Demand Forecaster is the weekly batch probabilistic-forecast pipeline inside the ZEOS Inventory Optimisation System.…
- ZEOS Inventory Optimisation System — ZEOS Inventory Optimisation System is the umbrella name this wiki gives to Zalando ZEOS's AI-driven replenishment recommendation product…
- ZEOS Replenishment Recommender — ZEOS Replenishment Recommender is the inventory optimisation pipeline inside the ZEOS Inventory Optimisation System — the downstream consumer of the ZEOS Demand Forecaster's…
- Zerobus Ingest — Zerobus Ingest is Databricks' managed serverless ingestion engine that receives OpenTelemetry (and other) telemetry traffic and writes it directly to Unity Catalog-managed Delta…
- zflow — zflow is Zalando's internal Python workflow library for machine-learning pipelines. Built by the Zalando Machine Learning Platform team,…
- Zipkin Reporter — The Zipkin Reporter Java library (zipkin2.reporter.*) is the OpenZipkin client for asynchronously shipping span data to a Zipkin-compatible collector.…
- ZMON — ZMON is Zalando's in-house monitoring system, open-sourced at opensource.zalando.com/zmon. Canonical wiki mentions are scoped to its role as the monitoring pipeline whose TSDB…
- Zstandard (zstd) — Zstandard (zstd) is Meta's open-source general-purpose lossless compressor, announced 2016. Pitch at the time (retold in the 2025 OpenZL post): "the same or better compression…