{"id":21655652,"url":"https://github.com/ruslantolstov/azure-connection-parser","last_synced_at":"2026-05-10T00:40:07.556Z","repository":{"id":143845287,"uuid":"298341606","full_name":"ruslantolstov/azure-connection-parser","owner":"ruslantolstov","description":"Azure connection string parser","archived":false,"fork":false,"pushed_at":"2020-09-24T17:36:54.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T06:15:47.390Z","etag":null,"topics":["azure","cosmosdb","eventhub","parser","servicebus"],"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/ruslantolstov.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,"publiccode":null,"codemeta":null}},"created_at":"2020-09-24T16:57:13.000Z","updated_at":"2020-09-24T17:38:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a78a6c59-c234-430d-ae9a-1b231ff03d89","html_url":"https://github.com/ruslantolstov/azure-connection-parser","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/ruslantolstov%2Fazure-connection-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslantolstov%2Fazure-connection-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslantolstov%2Fazure-connection-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslantolstov%2Fazure-connection-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruslantolstov","download_url":"https://codeload.github.com/ruslantolstov/azure-connection-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554133,"owners_count":20471173,"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":["azure","cosmosdb","eventhub","parser","servicebus"],"created_at":"2024-11-25T08:33:41.311Z","updated_at":"2026-05-10T00:40:07.492Z","avatar_url":"https://github.com/ruslantolstov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# azure-connection-parser\n\n## What is it\nSimple module to parse Azure Cosmos, SB, EH `Connection String` into set of parameters. \n\n### For example: \n```js\n`Endpoint=sb://foo.servicebus.windows.net/;SharedAccessKeyName=ReadSharedAccessKey;SharedAccessKey=xmbhJlj7/W8t/avPwTev4JVzF4tdfhORdsJy8NcxtmA=`\n```\n\n## Install\n```\n# npm install azure-connection-parser\n```\n\n## Usage\n\n### Parse params from ServiceBus Connection String:\n```js\nconst azureConnectionParser = require('azure-connection-parser')\n\nconst params = azureConnectionParser('Endpoint=sb://foo.servicebus.windows.net/;SharedAccessKeyName=ReadSharedAccessKey;SharedAccessKey=xmbhJlj7/W8t/avPwTev4JVzF4tdfhORdsJy8NcxtmA=')\nconsole.log(params)\n```\nwill output:\n```\n{ \n  Endpoint: 'sb://foo.servicebus.windows.net/',\n  SharedAccessKeyName: 'ReadSharedAccessKey',\n  SharedAccessKey: 'xmbhJlj7/W8t/avPwTev4JVzF4tdfhORdsJy8NcxtmA='\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslantolstov%2Fazure-connection-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruslantolstov%2Fazure-connection-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslantolstov%2Fazure-connection-parser/lists"}