{"id":17254585,"url":"https://github.com/nasa-pds/registry-mgr","last_synced_at":"2026-05-15T20:05:56.288Z","repository":{"id":39758515,"uuid":"285893877","full_name":"NASA-PDS/registry-mgr","owner":"NASA-PDS","description":"Version\u003c=5 of the standalone Registry Manager application responsible for managing the PDS Registry (https://github.com/NASA-PDS/registry) schemas and indexes. Version 6+ is now managed through https://github.com/NASA-PDS/registry-loader/ .","archived":false,"fork":false,"pushed_at":"2026-05-06T19:29:44.000Z","size":1579,"stargazers_count":0,"open_issues_count":12,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-05-06T21:34:05.566Z","etag":null,"topics":["elasticsearch","nasa","nasa-pds"],"latest_commit_sha":null,"homepage":"https://nasa-pds.github.io/registry","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NASA-PDS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-07T18:16:30.000Z","updated_at":"2026-05-06T19:29:44.000Z","dependencies_parsed_at":"2024-02-19T21:31:48.487Z","dependency_job_id":"1e56f6f8-4707-4067-a569-9bc722d746c3","html_url":"https://github.com/NASA-PDS/registry-mgr","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":"NASA-PDS/template-repo-java","purl":"pkg:github/NASA-PDS/registry-mgr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fregistry-mgr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fregistry-mgr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fregistry-mgr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fregistry-mgr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NASA-PDS","download_url":"https://codeload.github.com/NASA-PDS/registry-mgr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fregistry-mgr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:05:40.333Z","status":"ssl_error","status_checked_at":"2026-05-15T20:05:38.672Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["elasticsearch","nasa","nasa-pds"],"created_at":"2024-10-15T07:09:13.356Z","updated_at":"2026-05-15T20:05:56.271Z","avatar_url":"https://github.com/NASA-PDS.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDS Registry Manager Elastic\n\n[![🤪 Unstable integration \u0026 delivery](https://github.com/NASA-PDS/registry-mgr/actions/workflows/unstable-cicd.yaml/badge.svg)](https://github.com/NASA-PDS/registry-mgr/actions/workflows/unstable-cicd.yaml) [![😌 Stable integration \u0026 delivery](https://github.com/NASA-PDS/registry-mgr/actions/workflows/stable-cicd.yaml/badge.svg)](https://github.com/NASA-PDS/registry-mgr/actions/workflows/stable-cicd.yaml)\n\nThe [Planetary Data System](https://pds.nasa.gov/) Registry Manager provides functionality for configuring the PDS Registry Elastic. It's a sub-component of the PDS Registry Service (https://github.com/NASA-PDS/registry).\n\n\n## Documentation\n\nThe documentation for the latest release of the PDS Registry (of which this software is a component)—including release notes, installation, and operation—is online at https://nasa-pds.github.io/registry/.\n\n\n## Build\n\nThe software can be compiled and built with the `mvn compile` command but in order to create the JAR file, you must execute the `mvn compile jar:jar` command.\n\nIn order to create a complete distribution package, execute the following commands: \n```\n% mvn site\n% mvn package\n```\n\n## Release\n\nThanks to [GitHub Actions](https://github.com/features/actions) and the [Roundup Action](https://github.com/NASA-PDS/roundup-action), this software is automatically released to the Maven Central Repository.\n\nBut if you need to do this manually, the procedure is described below.\n\n\n### Pre-Requisites\n\n- Make sure you have your GPG Key created and sent to server.\n- Make sure you have your `.settings` configured correctly for GPG:\n```xml\n\u003cprofiles\u003e\n  \u003cprofile\u003e\n    \u003cactivation\u003e\n      \u003cactiveByDefault\u003etrue\u003c/activeByDefault\u003e\n    \u003c/activation\u003e\n    \u003cproperties\u003e\n      \u003cgpg.executable\u003egpg\u003c/gpg.executable\u003e\n      \u003cgpg.keyname\u003eKEY_NAME\u003c/gpg.keyname\u003e\n      \u003cgpg.passphrase\u003eKEY_PASSPHRASE\u003c/gpg.passphrase\u003e\n    \u003c/properties\u003e\n  \u003c/profile\u003e\n\u003c/profiles\u003e\n```\n\n\n### Operational Release\n\n1. Checkout the dev branch.\n2. Version the software:\n```console\n$ mvn versions:set -DnewVersion=1.2.0\n```\n\n3. Deploy software to Sonatype Maven repo:\n```console\n$ # Operational release\n$ mvn clean site deploy -P release\n```\n\n4. Create pull request from dev → main and merge.\n5. Tag release in Github\n6. Update version to next snapshot:\n```console\n$ mvn versions:set -DnewVersion=1.3.0-SNAPSHOT\n```\n\n### Snapshot Release\n\n1. Checkout the dev branch.\n2. Deploy software to Sonatype Maven repo:\n```console\n$ # Operational release\n$ mvn clean site deploy\n```\n\n## Maven JAR Dependency Reference\n\nThis setion describes the Java jar dependencies.\n\n### Official Releases\n\nhttps://search.maven.org/search?q=g:gov.nasa.pds%20AND%20a:registry\u0026core=gav\n\n### Snapshots\n\nhttps://oss.sonatype.org/content/repositories/snapshots/gov/nasa/pds/registry/\n\n👉 **Note:** the above link may be broken.\n\nIf you want to access snapshots, add the following to your `~/.m2/settings.xml`:\n```xml\n\u003cprofiles\u003e\n  \u003cprofile\u003e\n     \u003cid\u003eallow-snapshots\u003c/id\u003e\n     \u003cactivation\u003e\u003cactiveByDefault\u003etrue\u003c/activeByDefault\u003e\u003c/activation\u003e\n     \u003crepositories\u003e\n       \u003crepository\u003e\n         \u003cid\u003esnapshots-repo\u003c/id\u003e\n         \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots\u003c/url\u003e\n         \u003creleases\u003e\u003cenabled\u003efalse\u003c/enabled\u003e\u003c/releases\u003e\n         \u003csnapshots\u003e\u003cenabled\u003etrue\u003c/enabled\u003e\u003c/snapshots\u003e\n       \u003c/repository\u003e\n     \u003c/repositories\u003e\n   \u003c/profile\u003e\n\u003c/profiles\u003e\n```\n\n\n## 📃 License\n\nThe project is licensed under the [Apache version 2](LICENSE.md) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa-pds%2Fregistry-mgr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasa-pds%2Fregistry-mgr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa-pds%2Fregistry-mgr/lists"}