Skip to main content

uData content recommendations bridge

Project description

udata-recommendations

This plugin acts as a bridge between uData and a recommendation system.

In our case (data.gouv.fr), it’s a set of scripts living here https://github.com/etalab/datasets_reco.

Compatibility

udata-recommendations requires Python 2.7+ and uData.

Installation

Install uData.

Remain in the same virtual environment (for Python) and use the same version of npm (for JS).

Install udata-recommendations:

pip install udata-recommendations

Modify your local configuration file of udata (typically, udata.cfg) as following:

PLUGINS = ['recommendations']
RECOMMENDATIONS_DATASETS_SOURCE_URL = 'http://path/to/recommendations.json'

Then run the command to fetch recommendations:

udata recommendations datasets

Expectations

This plugin expects the following format to provide datasets recommendations:

{
    "id": "dataset-id",
    "recommendations": [
        {
            "id": "dataset-recommended-1"
        },
        {
            "id": "dataset-recommended-2"
        }
    ]
}

Changelog

1.0.1 (2018-08-03)

  • Nothing yet

1.0.0 (2018-06-06)

  • Allow slug instead of id for datasets #8

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

udata_recommendations-1.0.1-py2.py3-none-any.whl (6.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file udata_recommendations-1.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: udata_recommendations-1.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/38.4.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.13

File hashes

Hashes for udata_recommendations-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 dd174077a2407b4b6015a35e6398580b45f9dadc711ad3816d0b4214b26b8c12
MD5 c1a8b401318a6bbc1ae67b42821fd02e
BLAKE2b-256 89386611bdc2d0943b06a6a16f495619595eb2d6db8a1bb069f924eb56adc286

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page