IT Brief Canada - Technology news for CIOs & IT decision-makers
Canada
Google Cloud expands Data Commons on Spanner Graph

Google Cloud expands Data Commons on Spanner Graph

Mon, 3rd Aug 2026 (Today)
Sean Mitchell
SEAN MITCHELL Publisher

Google Cloud has made Data Commons on Spanner Graph generally available and introduced the Data Commons Platform in preview. The update expands a public data project that combines datasets from more than 100 providers.

It is aimed at organisations that want to link internal information with public reference data in a single knowledge graph. The public Data Commons project now spans more than 400 billion statistical observations, 2.6 billion graph edges and 1.7 billion knowledge graph nodes across areas including demographics, the economy, health, the environment and agriculture.

Architecture shift

At the centre of the change is a rebuild of Data Commons on Spanner Graph, Google Cloud's graph model for the Spanner database. The project previously relied on Bigtable as a caching layer for large-scale lookups, but now uses a native graph structure that represents entities as nodes and links as edges.

That shift lets users query relationships directly in the database with Graph Query Language instead of relying on precomputed cache structures. The newer design also reduces operational complexity by removing the need for some prebuilt indexes and repeated in-memory rebuilds.

The platform can now apply incremental updates to specific datasets instead of refreshing the entire database. It also uses stale reads to maintain consistent snapshots during data ingestion across distributed systems.

Spanner Graph also supports multi-hop graph traversals, allowing users to query hierarchies and relationships across several linked entities. This supports workflows in which natural-language questions are mapped to structured path queries inside the graph.

Public data base

Data Commons is designed to organise fragmented public datasets into a standardised structure using Schema.org definitions. Its source material includes information from institutions such as the United Nations, the World Bank, the US Census Bureau, Eurostat, the World Health Organisation and NOAA.

The project provides cloud-based application programming interfaces, data exploration tools and machine-consumable tools for accessing the data. Google positions it as a way to spare users from preprocessing and normalising large volumes of administrative and statistical information before analysis.

Examples for the public graph include examining national GDP trends, mapping smoke pollution by region, tracking health equity locally and comparing demographic patterns over time. The aim is to let analysts work with linked real-world entities and their relationships rather than isolated datasets.

Interoperability

Alongside the infrastructure changes, Google has added support for version 3.0 of the Statistical Data and Metadata eXchange standard, known as SDMX. The standard is used to describe and exchange statistical data and metadata in a consistent format.

The implementation supports SDMX-JSON and SDMX-CSV 2.0 formats through two main endpoints. One is an availability interface for discovering dimensions, variables and date ranges without retrieving raw values. The other is a data interface for pulling observations and metadata using named parameters.

Google says this support should make it easier to connect Data Commons with external tools including Tableau, Flourish and Observable for working with multidimensional statistical datasets.

Private instances

The new Data Commons Platform preview is aimed at organisations building private instances of the system. Users can keep control of their own data and restrict access while combining results from private knowledge graphs with Google's public Data Commons graph.

The approach is designed to avoid duplicating data while enabling federated queries across public and private sources. A business could, for example, compare macroeconomic indicators and demographic statistics from public sources with internal data such as sales histories, store performance or supply chain information.

That model reflects a broader push among cloud suppliers to make enterprise data easier to combine with external reference information for analytics and AI systems. By offering a graph-based structure and a standardised public data layer, Google is seeking to reduce some of the engineering work required to build such systems internally.

The technology also moves Data Commons closer to a database-centred operating model rather than one dependent on surrounding cache infrastructure. In practice, that means analysts and developers can work from a single graph representation while using the same architecture for public and private deployments.

The public Data Commons graph now unifies datasets from more than 100 authoritative providers, with more than 400 billion data points structured under standardised Schema.org definitions.