Drupal is a registered trademark of Dries Buytaert
drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.14 Minor update available for module linkit (7.0.14). diff 2.0.0 Major update available for module diff (2.0.0). masquerade 8.x-2.2 Minor update available for module masquerade (8.x-2.2). video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). leaflet 10.4.8 Minor update available for module leaflet (10.4.8). single_content_sync 1.4.15 Minor update available for module single_content_sync (1.4.15). eca 3.1.2 Minor update available for module eca (3.1.2).

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/.

Activity

Total releases
1
First release
Mar 2026
Latest release
1 month ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.0.x-dev Dev Mar 23, 2026