{"id":22859958,"url":"https://github.com/reelyactive/barnacles-azureblobstorage","last_synced_at":"2025-03-31T08:22:45.168Z","repository":{"id":69136380,"uuid":"235231859","full_name":"reelyactive/barnacles-azureblobstorage","owner":"reelyactive","description":"Azure Blob Storage interface for barnacles.  We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2020-01-21T02:19:56.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-08T13:46:38.602Z","etag":null,"topics":["azure-blob-storage","barnacles"],"latest_commit_sha":null,"homepage":null,"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/reelyactive.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-01-21T01:28:42.000Z","updated_at":"2020-01-21T02:19:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bc2f866-239d-4841-a93b-09ba5f60d597","html_url":"https://github.com/reelyactive/barnacles-azureblobstorage","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/reelyactive%2Fbarnacles-azureblobstorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnacles-azureblobstorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnacles-azureblobstorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnacles-azureblobstorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/barnacles-azureblobstorage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436891,"owners_count":20777115,"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-blob-storage","barnacles"],"created_at":"2024-12-13T09:08:31.965Z","updated_at":"2025-03-31T08:22:45.162Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"barnacles-azureblobstorage\n==========================\n\n[Azure Blob Storage](https://azure.microsoft.com/services/storage/blobs/) interface for [barnacles](https://github.com/reelyactive/barnacles/) open source software.  We believe in an open Internet of Things.\n\n\nInstallation\n------------\n\n    npm install barnacles-azureblobstorage\n\n\nHello barnacles-azureblobstorage\n--------------------------------\n\nThe following code will write _simulated_ [raddec](https://github.com/reelyactive/raddec/) data to Azure Blob Storage.  The simulated data is provided by [barnowl](https://github.com/reelyactive/barnowl/) which is typically run in conjunction with [barnacles](https://github.com/reelyactive/barnacles/).  Install the _barnowl_, _barnacles_ and _barnacles-azureblobstorage_ packages using npm before running the code.\n\n```javascript\nconst Barnowl = require('barnowl');\nconst Barnacles = require('barnacles');\nconst BarnaclesAzureBlobStorage = require('barnacles-azureblobstorage');\n\nlet barnowl = new Barnowl();\nbarnowl.addListener(Barnowl, {}, Barnowl.TestListener, {});\n\nlet barnacles = new Barnacles({ barnowl: barnowl });\nbarnacles.addInterface(BarnaclesAzureBlobStorage, { /* See options below */ });\n```\n\n\nOptions\n-------\n\n__barnacles-azureblobstorage__ supports the following options:\n\n| Property      | Default                   | Description                    | \n|:--------------|:--------------------------|:-------------------------------|\n| account       | \"\"                        | The Azure account name         |\n| accountKey    | \"\"                        | The Azure account key          |\n| containerName | \"raddec\"                  | The blob container name        |\n| printErrors   | false                     | Print errors to the console (for debug) |\n| raddecOptions | { includePackets: false } | See [raddec](https://github.com/reelyactive/raddec/) toFlattened() options |\n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2020 [reelyActive](https://www.reelyactive.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN \nTHE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fbarnacles-azureblobstorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fbarnacles-azureblobstorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fbarnacles-azureblobstorage/lists"}