{"id":22692960,"url":"https://github.com/azmisahin/azmisahin-software-web-package-storage-nodejs-javascript-v1","last_synced_at":"2026-04-05T20:32:29.338Z","repository":{"id":39915225,"uuid":"494900129","full_name":"azmisahin/azmisahin-software-web-package-storage-nodejs-javascript-v1","owner":"azmisahin","description":"storage container logical partitions management.","archived":false,"fork":false,"pushed_at":"2022-11-08T17:39:10.000Z","size":278,"stargazers_count":1,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T13:20:02.687Z","etag":null,"topics":["conventional-commits","data","dev-container","docker","library","linux","module","nodejs","package","partitions","queue","redis","storage"],"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/azmisahin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-05-21T21:37:13.000Z","updated_at":"2022-05-23T21:25:14.000Z","dependencies_parsed_at":"2022-08-25T17:02:24.301Z","dependency_job_id":null,"html_url":"https://github.com/azmisahin/azmisahin-software-web-package-storage-nodejs-javascript-v1","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"azmisahin/azmisahin-software-web-package-template-nodejs-javascript-v1","purl":"pkg:github/azmisahin/azmisahin-software-web-package-storage-nodejs-javascript-v1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-storage-nodejs-javascript-v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-storage-nodejs-javascript-v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-storage-nodejs-javascript-v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-storage-nodejs-javascript-v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azmisahin","download_url":"https://codeload.github.com/azmisahin/azmisahin-software-web-package-storage-nodejs-javascript-v1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-storage-nodejs-javascript-v1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31449358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["conventional-commits","data","dev-container","docker","library","linux","module","nodejs","package","partitions","queue","redis","storage"],"created_at":"2024-12-10T02:08:35.989Z","updated_at":"2026-04-05T20:32:29.293Z","avatar_url":"https://github.com/azmisahin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\r\nstorage container logical partitions management.\r\n\r\n## Example\r\n```js\r\nconst assert = require('assert')\r\n\r\n// package define \r\nconst Storage = require('package-storage-javascript'))\r\n\r\n// module instance\r\nvar storage = new Storage()\r\n\r\n// mock\r\nlet _parameters = {\r\n  partitionId: '123456789123456',\r\n  item: {},\r\n}\r\n\r\n// parameters\r\nlet expected = _parameters.item\r\n\r\n// operation\r\nstorage.addItem(_parameters.partitionId, _parameters.item)\r\n\r\n// read item\r\nlet result = storage.readItem(_parameters.partitionId, 0)\r\n\r\n// result\r\nlet actual = result\r\n\r\n// condination item\r\nassert.deepEqual(actual, expected)\r\n```\r\n\r\n# Getting Started\r\nTO DO: Things to do when getting started on this project.\r\n- [Documentation](docs/README.md).\r\n\r\n# Build and Test\r\nTODO: Will apply your code and project building standards to templates.\r\n* The tests will be applied as in the template projects.\r\n* Development and operation will be planned as test/slot/production.\r\n\r\n# Contribute\r\nTODO : The best method of making a contribution will be to comply with the following items.\r\n* Work with algorithms and flowcharts to solve problems.\r\n* Make pull requests to version control systems.\r\n* Stick to Architecture and Design Patterns apps.\r\n* Take care to develop applications with Domain Based Design / Test-oriented development approaches.\r\n* Stick to the architectural patterns used in abstraction software like Model-View-Controller.\r\n- Be consistent in executing maintainable practices with Object Oriented Programming (abstraction, encapsulation, inheritance and polymorphism...) techniques.\r\n* Use behavior-oriented development tools effectively.\r\n* Make it a habit to use Integration testing / Unit Testing / Functional Testing / Automation Tests.\r\n* Be persistent in applying metrics that describe how well the source code has been tested. [ have something to show at meetings: ) ]\r\n* Send your code with traditional commit messages, make your code understandable with static code analysis tools, \"code documentation\" tools.\r\n* Build event-driven, scalable service applications with serverless application development platforms.\r\n* Follow the steps to improve threading techniques like in services or mobile apps. \r\n\r\n# While starting\r\n\r\nIn the project; principles and architectural examples of development, code submission, consistent coding styles and development in team environment have been implemented.\r\n\r\n- Welcome to us, to contribute See [How to Provide Storey](CONTRIBUTING.md)\r\n- Review the Participant Agreement [Code of Conduct](CODE_OF_CONDUCT.md).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazmisahin%2Fazmisahin-software-web-package-storage-nodejs-javascript-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazmisahin%2Fazmisahin-software-web-package-storage-nodejs-javascript-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazmisahin%2Fazmisahin-software-web-package-storage-nodejs-javascript-v1/lists"}