Using plugins¶
To use plugins, you first need to install it, ex:
pip install udata-ckan
Then you can modify your config file (udata.cfg) and add the plugin to the list:
PLUGINS = ['front', 'ckan', ...]
Creating your own plugins¶
See extending udata guide to create your own plugin.
Known plugins¶
Here a list of known plugins for udata:
udata-front, a plugin for a udata frontendudata-piwik, a plugin for integration between udata and Piwik/Matomoudata-metrics, a plugin that handles a connexion to an InfluxDB service for udata metrics (number of hits, downloads, etc.)udata-ckan, CKAN integration for udataudata-ods, OpenDataSoft integration for udatadcatin the udata main code, a DCAT integration for udatadotsat-udata-harvester, .stat suite integration for udataudata-recommendations, a plugin to integrate a recommendation systemudata-tabular-preview, a plugin to preview tabular files (CSV, Excel, …) using api-tabularudata-data-fair, a plugin that use DataFair embeds to preview dataudata-transport, a plugin to bind datasets to their counterparts on transport.data.gouv.fr
Note
Don’t hesitate to submit a pull-request to add your udata plugin to this list.