Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Mautic Audiences 1.1.1 Minor update available for module mautic_audiences (1.1.1). Release: smart 404 1.2.0 Minor update available for module smart_404 (1.2.0). Release: Mautic Audiences 1.1.0 Minor update available for module mautic_audiences (1.1.0). Release: Freja eID for Drupal 1.0.2 Minor update available for module freja_eid (1.0.2). Release: FileGate 1.10.1 Minor update available for module file_gate (1.10.1). Release: MCP Sentinel 2.23.0 Minor update available for module mcp_sentinel (2.23.0). Release: Synapse helper module 3.0.9 Minor update available for module synhelper (3.0.9). Release: Synapse helper module 3.0.8 Minor update available for module synhelper (3.0.8). Module Revived: Decorative Images 1.3.6 Module decorative_images updated after 7 months of inactivity (1.3.6). Security Coverage: Pixie Dark Theme pixie_dark now has official Drupal security advisory coverage.

This module provides a framework for importing and synchronizing open datasets from data.gouv.fr into Drupal. It allows datasets to be registered as configuration entities, automatically retrieved on a schedule, and updated via cron or manual triggers, while efficiently handling changes and large data volumes using hashing and queue-based processing.

Framework for registering and synchronising open datasets from
data.gouv.fr in Drupal.

This module is for French Drupal developers who want to integrate public
service data into their sites. It provides the infrastructure; companion
dataset modules supply the import logic for specific datasets.

How it works

  • Register datasets as config entities — exportable and deployment-safe.
  • Schedule retrieval on a daily, weekly, or monthly basis.
  • Sync via cron or trigger manually from the admin UI.
  • Change detection using SHA-256 hashing — unchanged data is skipped.
  • Queue-based processing to avoid PHP timeouts on large datasets.

Available dataset modules

Module Dataset Data.gouv.fr Dataset - Waste Disposal Centers (Annuaire des déchèteries DMA) SINOE national registry of waste disposal centers (déchèteries) Data.gouv.fr Dataset - Co-marquage Service Public Coming soon for that dataset https://www.data.gouv.fr/datasets/fiches-pratiques-et-ressources-de-serv...

More dataset modules are planned.

Configuration

  1. Navigate to Administration > Configuration > System > Data.gouv.fr Datasets.
  2. Add or manage registered datasets.
  3. Trigger syncs manually or let cron handle them automatically.

For developers

The module uses a plugin system to support new datasets. To add support for a
new data.gouv.fr dataset:

  1. Create a new module.
  2. Implement a @DatagouvDatasetSync plugin (extend DatagouvDatasetSyncBase).
  3. Ship a config entity YAML that registers the dataset URL, schedule, and
    plugin ID.

See datagouv_dataset_wdc for a complete working example.

Translation

French translations are included in translations/.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Mar 2026
Latest release
5 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Core Release date
1.0.x-dev Dev 10–11 Mar 23, 2026