Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot understand how to use this extension, please share me more tips #530

Open
fishfree opened this issue May 9, 2023 · 2 comments
Open

Comments

@fishfree
Copy link

fishfree commented May 9, 2023

Questions are as below:

  1. How do I confirm the a third-party CKAN site is harvestable? For example the data.gov.uk. I don't know how to input the URL field on the /harvest/new page. Any URL of a CKAN site is harvestable?
  2. How do I confirm the configurations as described here of a third-party CKAN site? For example the data.gov.uk.
  3. How to make my CKAN site harvestable? Is it a built-in core feature or enabled by this extension?

Thank you very much!

@martabracho
Copy link

I,ll try to answer:

  1. To confirm if a CKAN is harvesteable just add "api/3/action/package_search" to the url, in your example "https://ckan.publishing.service.gov.uk/api/3/action/package_search", it returns a JSON with all the data. To input the URL field you must write "https://ckan.publishing.service.gov.uk".
  2. The configurations I don't controll them much, I've only made work the "organizations_filter_include": ["organization-name"]
  3. To make your CKAN harvesteable I think you need to install the DCAT plugin.

@metaodi
Copy link
Member

metaodi commented Sep 27, 2023

There are different kinds of harvesters, so for a default CKAN site to be harvestable you only need a publicly available API (specifically the package_search endpoint).

So you only need the dcat extension, if you want to use the DCAT harvester.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants