{"id":13708160,"url":"https://github.com/Esri/geoportal-server-catalog","last_synced_at":"2025-05-06T07:32:02.169Z","repository":{"id":8368785,"uuid":"57081680","full_name":"Esri/geoportal-server-catalog","owner":"Esri","description":"Esri Geoportal Server is an open-source metadata catalog and editor","archived":false,"fork":false,"pushed_at":"2025-05-05T14:57:00.000Z","size":22942,"stargazers_count":103,"open_issues_count":28,"forks_count":66,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-05-05T15:55:44.896Z","etag":null,"topics":["catalog","csw","data-management","dcat","elasticsearch","esri-geoportal-server","fgdc","gemini","geoportal","geoportal-server","iso","metadata","metadata-editing","publishing-sharing"],"latest_commit_sha":null,"homepage":"https://www.esri.com/en-us/arcgis/products/geoportal-server/overview","language":"XSLT","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Esri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-04-25T22:55:37.000Z","updated_at":"2025-05-02T17:00:40.000Z","dependencies_parsed_at":"2023-02-17T16:45:49.816Z","dependency_job_id":"ade5f2df-0c72-4395-8c10-0cece6d5bfe9","html_url":"https://github.com/Esri/geoportal-server-catalog","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fgeoportal-server-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fgeoportal-server-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fgeoportal-server-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fgeoportal-server-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Esri","download_url":"https://codeload.github.com/Esri/geoportal-server-catalog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252640108,"owners_count":21780874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["catalog","csw","data-management","dcat","elasticsearch","esri-geoportal-server","fgdc","gemini","geoportal","geoportal-server","iso","metadata","metadata-editing","publishing-sharing"],"created_at":"2024-08-02T22:01:57.769Z","updated_at":"2025-05-06T07:32:02.162Z","avatar_url":"https://github.com/Esri.png","language":"XSLT","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Esri Geoportal Server Catalog\n\n[![apache licensed](https://img.shields.io/badge/license-Apache%202.0-orange.svg?style=flat-square)](https://raw.githubusercontent.com/Esri/geoportal-server-catalog/master/LICENSE.txt)\n\nEsri Geoportal Server v2 is Esri's free and open source metadata catalog and search application, based on elasticsearch. \n\nEsri Geoportal Server v2 now provides the catalog and harvesting capabilities as separate modules. Separate modules are useful when users need the catalog capabilities without needing metadata harvesting, or possibly even metadata editing.\n\nThis repository contains the capability of **Geoportal Server Catalog**, while it's sibling **[Geoportal Server Harvester](https://github.com/ArcGIS/geoportal-server-harvester)** is managed in a separate repository.\n\n\n## Releases and Downloads\n- **2.7.2.1 - LATEST** - released, November 22, 2024.\n- 2.7.2 - released, October 4, 2024.\n- 2.7.1 - released, December 21, 2023.\n- 2.7.0-patch1 - released Sep 11, 2023.\n- 2.6.5 - released December 17, 2021. Note that this version includes resolution to the Log4j2 vulnerability identified in December 2021.\n- [All releases](https://github.com/Esri/geoportal-server-catalog/wiki).\n\n## Can't Wait to Get Started?\n- Try the [sandbox site](https://gpt.geocloud.com/geoportal2) and learn what Geoportal 2 is all about!\n- A different configuration that contains several 100,000 images as its [catalog](https://geoss.esri.com/imagecatalog)\n\n## Features\n* **Metadata editor** - Create and edit metadata in ArcGIS Metadata, FGDC, ISO 19115 (Data), ISO 19119 (Service), ISO 19115-2 (Imagery and Gridded Data), INSPIRE 2.0.1 (Data), INSPIRE 2.0.1 (Service), GEMINI (Data), GEMINI (Service)\n* **Faceted Search** - Configure different facets to allow your user to filter from the hay stack to the needle\n* **Scalability** - Thank you elasticsearch for providing multi-node configuration support\n* **OGC CSW 3.0.0 and CSW 2.0.2** - Standards compliant catalog service interface, includes CSW2 requirements for INSPIRE Discovery Service\n* **Spatio-Temporal Asset Catalog API** - As of Geoportal 2.7.2, it may be used to build a scalable Spatio-Temporal Asset Catalog (STAC) \n* **Many metadata formats** - Extend the configuration with your favorite XML format\n* **Built-in Viewer** - Use the app we include or build one using Web AppBuilder and hook it up!\n* **No more database** - Yes that's a feature!\n\n## Requirements\n\n* Elasticsearch 7.x or higher, or OpenSearch 2.12\n* Tomcat 9.x\n\n## Installation\n- See the [installation instructions](https://github.com/Esri/geoportal-server-catalog/wiki/Installation) on the wiki.\n\n## Issues\n\nFind a bug or want to request a new feature?  Please let us know by submitting an [issue](https://github.com/ArcGIS/geoportal-server-catalog/issues).\n\n## Documentation\n- Please refer to the [Wiki](https://github.com/ArcGIS/geoportal-server-catalog/wiki).\n\n\n## Contributing\n\nEsri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing).\n\n\n## Licensing\nCopyright 2003 - 2023 Esri\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nA copy of the license is available in the repository's [license](https://github.com/ArcGIS/geoportal-server-catalog/blob/master/LICENSE.txt) file.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEsri%2Fgeoportal-server-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEsri%2Fgeoportal-server-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEsri%2Fgeoportal-server-catalog/lists"}