Drupal is a registered trademark of Dries Buytaert
cms 2.1.0 Update released for Drupal core (2.1.0)! menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). sophron 3.1.1 Minor update available for module sophron (3.1.1). ai 1.3.1 Minor update available for module ai (1.3.1). seven 2.0.0-beta6 New beta version released for theme seven (2.0.0-beta6). seven 1.0.1-beta1 First beta version released for theme seven (1.0.1-beta1). form_mode_control 8.x-2.6 Minor update available for module form_mode_control (8.x-2.6). symfony_mailer_log 1.2.4 Minor update available for module symfony_mailer_log (1.2.4). cms_content_sync 3.2.1 Minor update available for module cms_content_sync (3.2.1). modal_page 5.1.9 Minor update available for module modal_page (5.1.9). drupal_cms_helper 2.1.0 Minor update available for module drupal_cms_helper (2.1.0). eca 3.1.0-rc1 First release candidate for module eca (3.1.0-rc1). book 3.0.1 Minor update available for module book (3.0.1). domain_theme_switch 3.0.0 Major update available for module domain_theme_switch (3.0.0). cms_content_sync 3.2.0 Minor update available for module cms_content_sync (3.2.0). editoria11y 3.0.0-beta6 New beta version released for module editoria11y (3.0.0-beta6). forum 1.0.6 Minor update available for module forum (1.0.6). byte_theme 1.0.2 Minor update available for theme byte_theme (1.0.2). mercury 1.0.3 Minor update available for theme mercury (1.0.3). ai_provider_anthropic 1.2.2 Minor update available for module ai_provider_anthropic (1.2.2).

Data.gouv.fr Dataset

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 SINOE national registry of waste disposal centers (déchèteries)

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
12 hours ago
Release cadence
Stability
0% stable

Releases

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