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

Ability to harvest service URL using ArcGIS Portal broker #113

Closed
seandoesgis opened this issue Jun 12, 2020 · 6 comments
Closed

Ability to harvest service URL using ArcGIS Portal broker #113

seandoesgis opened this issue Jun 12, 2020 · 6 comments

Comments

@seandoesgis
Copy link

It'd be nice to implement harvesting an items rest URL using the ArcGIS Portal broker...not sure how hard it is to implement. If you know an easy way to implement it please let me know.

Thanks!

@mhogeweg
Copy link
Member

hi, in this scenario, are you looking at harvesting from ArcGIS Online?

@seandoesgis
Copy link
Author

seandoesgis commented Jun 15, 2020 via email

@mhogeweg
Copy link
Member

so you have a portal with multiple data stores and you want to harvest items from that portal into a geoportal server index? harvest hosted services? harvest federated ArcGIS Server services?

@seandoesgis
Copy link
Author

seandoesgis commented Jun 16, 2020 via email

@mhogeweg
Copy link
Member

ah! for that I suggest looking at the 'search component' over on the geoportal server catalog repo. this component is a self-contained part of geoportal server that provides for CSW 3.0.0 and OpenSearch interfaces in front of a number of sources, including ArcGIS Online and Portal for ArcGIS. The output of a search via the API provided by this component can be DCAT. For example, this link below responds with items from my team's ArcGIS Online subscription in DCAT format:
http://geoss.esri.com/geoportal2/opensearch?q=map&target=arcgis&orgid=RhGiohBHzSBKt1MS&f=dcat

this means, no need for harvesting at all, just deploy the search component and configure to your portal.

@seandoesgis
Copy link
Author

seandoesgis commented Jun 16, 2020 via email

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

2 participants