[フレーム]
BT

InfoQ Software Architects' Newsletter

A monthly overview of things you need to know as an architect or aspiring architect.

View an example

We protect your privacy.

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Unlock the full InfoQ experience

Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources.

Log In
or

Don't have an InfoQ account?

Register
  • Stay updated on topics and peers that matter to youReceive instant alerts on the latest insights and trends.
  • Quickly access free resources for continuous learningMinibooks, videos with transcripts, and training materials.
  • Save articles and read at anytimeBookmark articles to read whenever youre ready.

Topics

Choose your language

InfoQ Homepage News Uber Eats Introduces INCA to Scale Catalog Management from Restaurants to Retail

Uber Eats Introduces INCA to Scale Catalog Management from Restaurants to Retail

Aug 29, 2025 2 min read

Write for InfoQ

Feed your curiosity. Help 550k+ global
senior developers
each month stay ahead.
Get in touch
Listen to this article - 0:00
Audio ready to play
0:00
0:00

Uber Eats has launched INCA (INventory and CAtalog), a scalable catalog system for its global platform to manage large, diverse product inventories from supermarkets, pharmacies, and other retail partners. INCA addresses the limits of Uber Eats’ original restaurant-focused architecture, which was optimized for low SKU counts and direct pass-through cataloging, but could not meet the scale, metadata complexity, and compliance requirements of retail environments.

INCA processes billions of catalog changes daily and is designed to update product data in near real time, with sub-minute latency for changes such as pricing or availability. It unifies ingestion, enrichment, publishing, and indexing pipelines so customers see accurate and up-to-date products across Uber Eats’ applications.

Uber Eats engineers describe retail catalog management as an "ambiguous and complex problem space". A product may be ingested, but its availability can be altered by downstream factors that influence whether and how the item surfaces to customers. Some challenges of supporting grocery and retail inventories, including search optimization and relevance, were discussed in a QCon presentation and a related article on optimizing search systems.

The data model uses a generic "entity + extensions" structure, allowing flexible representation of varied attributes such as nutritional details, compliance tags, or store hours. Both retailer-provided IDs and internal UUIDs are supported to reduce duplication or product mismatch when identifiers change.

At the core of the model is the item, or "offering", representing what is sold, price, availability, and quantity. Items are linked to the retailer, catalog sections, and fulfillment options, and connect to a product detailing attributes like nutritional information, dimensions, and fees.

INCA catalog model (Source: Uber Engineering blog post)

INCA’s architecture is guided by six core principles: unlimited scalability; extensibility for adding new attributes without schema redesign; smart, configurable rules for merchants, regions, or product types; enrichment-first processing to improve product data before publishing; taxonomy-driven catalog structuring; and resilient ingestion that supports push and pull APIs, throttling, and fault tolerance.

End-to-end catalog flow (Source: Uber Engineering blog post)

Catalog ingestion supports multiple integration patterns, including CSV uploads over SFTP and mapping via Starlark scripts for flexible attribute transformation. Fault-tolerant ingestion is coordinated through Cadence workflows, enabling both incremental and full catalog syncs. Publishing selects the best attribute from multiple sources, using a prioritized merge specification. Online enrichers and validation providers run during publishing to enhance and verify data.

Entity and extensions–based data model used in INCA (Source: Uber Engineering blog post)

Enrichment services improve raw product data with LLM-generated descriptions, classification, canonical linking, and compliance checks. Regression detection monitors anomalies like mass SKU drops, zeroed pricing, or aisle removal, helping teams fix issues before they impact customers.

INCA manages hundreds of millions of SKUs across non-restaurant verticals, providing structured, enriched, and discoverable product data across Uber Eats’ retail catalog. Catalog versioning features enable near-instant rollback of updates at both the global and single-store level, allowing teams to quickly recover from errors or anomalies without disrupting customer-facing services.

About the Author

Leela Kumili

Show moreShow less

Rate this Article

Adoption
Style

Related Content

The InfoQ Newsletter

A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example

We protect your privacy.

BT

AltStyle によって変換されたページ (->オリジナル) /