{"id":13426593,"url":"https://github.com/tesera/esri-service-catalog","last_synced_at":"2026-01-27T05:18:05.039Z","repository":{"id":73236487,"uuid":"69064585","full_name":"tesera/esri-service-catalog","owner":"tesera","description":"Harvests ArcGIS REST JSON metadata endpoints into single JSON file.","archived":false,"fork":false,"pushed_at":"2017-02-03T22:20:49.000Z","size":940,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-01T00:55:55.729Z","etag":null,"topics":["cli","esri","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tesera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-09-23T22:23:14.000Z","updated_at":"2024-02-20T13:14:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c83df16-2e16-41bf-bcd3-a559b279274d","html_url":"https://github.com/tesera/esri-service-catalog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tesera%2Fesri-service-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tesera%2Fesri-service-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tesera%2Fesri-service-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tesera%2Fesri-service-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tesera","download_url":"https://codeload.github.com/tesera/esri-service-catalog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221618308,"owners_count":16852715,"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":["cli","esri","nodejs"],"created_at":"2024-07-31T00:01:38.633Z","updated_at":"2026-01-27T05:18:05.022Z","avatar_url":"https://github.com/tesera.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"#ESRI Service Catalog\n\nThis tool is shipped with a module and a CLI. You can import the module directly in your project or use the CLI directly. The library will walk an ArcGIS endpoint and harvest metadata into a single JSON file.\n\n###Install\n```terminal\nnpm install tesera/esri-service-catalog --global\n```\n\n###Usage\n```terminal\n$ esri-catalog --help\nUsage: cli [options] \u003curl\u003e\n\n  Options:\n\n    -h, --help        output usage information\n    -V, --version     output the version number\n    --include-layers  Should it harvest layer level metadata?\n    \n$ esri-catalog http://your-server.com/arcgis.rest/services \u003e meta.json\n$ cat meta.json\n{\n  \"folderServices\": {\n    \"http://your-server.com/rest/services/your-folder\": [\n      \"http://your-server.com/rest/services/your-folder-1/your-service-1/MapServer\"\n    ],\n    \"http://your-server.com/rest/services/your-folder-2\": [\n      \"http://your-server.com/rest/services/your-folder-2/your-service-1/MapServer\",\n      \"http://your-server.com/rest/services/your-folder-2/your-service-2/MapServer\"\n    ]\n  },\n  \"folders\": [\n    \"http://your-server.com/rest/services/your-folder-1\",\n    \"http://your-server.com/rest/services/your-folder-2\"\n  ],\n  \"services\": [\n    \"http://your-server.com/rest/services/your-folder-1/your-service-1/MapServer\",\n    \"http://your-server.com/rest/services/your-folder-2/your-service-1/MapServer\",\n    \"http://your-server.com/rest/services/your-folder-2/your-service-2/MapServer\"\n  ],\n  \"metadata\": {\n    \"http://your-server.com/rest/services/your-folder-1\": {\n      \"currentVersion\": 10.4,\n      \"folders\": [],\n      \"services\": [\n        {\n          \"name\": \"your-folder-1/your-service-1\",\n          \"type\": \"MapServer\"\n        },\n        {\n          \"name\": \"your-folder-1/your-service-2\",\n          \"type\": \"MapServer\"\n        },\n      ]\n    }\n    ...\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftesera%2Fesri-service-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftesera%2Fesri-service-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftesera%2Fesri-service-catalog/lists"}