Drupal is a registered trademark of Dries Buytaert
Release: Paragraphs 8.x-1.23 Minor update available for module paragraphs (8.x-1.23). Release: AI (Artificial Intelligence) 1.4.6 Minor update available for module ai (1.4.6). Release: AI (Artificial Intelligence) 1.3.11 Minor update available for module ai (1.3.11). Release: Search and Replace Scanner 2.0.0 Major update available for module scanner (2.0.0). Release: Chosen 5.0.7 Minor update available for module chosen (5.0.7). Release: Instagram Feed Block 1.0.2 Minor update available for module instagram_feed_block (1.0.2). Release: Mercury Editor Page Templates 1.0.10 Minor update available for module mercury_editor_page_templates (1.0.10). Release: Content Packages 1.1.0 Minor update available for module content_packages (1.1.0). Module Revived: Entity Browser 8.x-2.16 Module entity_browser updated after 11 months of inactivity (8.x-2.16). Usage Milestone: Media entity Twitter Module media_entity_twitter crossed 10,000 active installs.

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

Activity

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

Releases

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