{"id":13651481,"url":"https://github.com/rupeshmore/dakiya","last_synced_at":"2025-04-22T22:31:20.406Z","repository":{"id":98055744,"uuid":"70889596","full_name":"rupeshmore/dakiya","owner":"rupeshmore","description":"Dakiya: converts Postman collections to load testing tool scripts","archived":false,"fork":false,"pushed_at":"2017-03-07T20:07:15.000Z","size":1096,"stargazers_count":36,"open_issues_count":3,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-01-25T06:10:22.956Z","etag":null,"topics":["artillery","conversion","gatling","load-testing","postman-api","postman-collection"],"latest_commit_sha":null,"homepage":"https://dakiya.now.sh","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/rupeshmore.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}},"created_at":"2016-10-14T08:23:38.000Z","updated_at":"2023-11-28T13:01:26.000Z","dependencies_parsed_at":"2024-01-03T05:41:21.237Z","dependency_job_id":"a42a8469-4737-4fa2-832c-305d0844fd51","html_url":"https://github.com/rupeshmore/dakiya","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/rupeshmore%2Fdakiya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupeshmore%2Fdakiya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupeshmore%2Fdakiya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupeshmore%2Fdakiya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupeshmore","download_url":"https://codeload.github.com/rupeshmore/dakiya/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250333947,"owners_count":21413482,"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":["artillery","conversion","gatling","load-testing","postman-api","postman-collection"],"created_at":"2024-08-02T02:00:49.882Z","updated_at":"2025-04-22T22:31:19.918Z","avatar_url":"https://github.com/rupeshmore.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":["Miscellaneous"],"readme":"# Dakiya (डाकिया)\n\nDakiya (डाकिया) means postman.\n\nDakiya collects [Postman](https://www.getpostman.com) collections, sorts and delivers transformed scripts.\n\nNOTE: This is an attempt to provide conversion utility for postman api's. This project is in its early stage. It has not been tested in complex postman api's.\n\n## Hosted\nStart Using Dakiya Now\n\n[https://dakiya.now.sh](https://dakiya.now.sh)\n\n[https://dakiya.herokuapp.com/](https://dakiya.herokuapp.com/)\n\n## Video Demo\n[Dakiya Demo](https://youtu.be/ll9nneFegL8)\n\n## Getting Started\n\n- Clone or Download the repo\n```\n  git clone https://github.com/rupeshmore/dakiya\n```\n\n- Run the app\n```\n  open index.html\n```\n\n- Upload Postman Collections (v2 and above)\n```\n  1. Postman environment variables collection. (optional)\n  2. Postman api collections. (mandatory)\n  3. Select if base url is needed in the script. (off by default)\n  4. Select the load test tool for conversion.\n  5. Download script file (or copy from the browser).\n```\n\n## Features\n1. No installation: Convert postman api's using the browser.\n2. Secure: No uploading of collections to any server.\n3. Supports Postman folders.\n4. Add postman environment collection and Dakiya replaces the variables in the script.\n5. Convert postman collections to Artillery load testing script.\n6. Convert postman collections to Gatling load testing script.\n\n## Postman variables\nDakiya converts the postman variables syntax to the load testing tool syntax.\n\n1. ***Environment variables***: Dakiya replaces variables within collection when environment collection is supplied.\n\n## Auth conversion in Dakiya\n1. **Artillery** - currently supporting only `Basic` auth. Other authentication/authorization will be provided as it is from postman collection.\n2. **Gatling** - currently supporting `Basic` \u0026 `Digest` auth.\nLook at the tool documentation to make relevant changes.\n\n## More Info\n1. Dakiya assumes a valid postman json schema is supplied. Take a look this blog on how to validate your collection [http://blog.getpostman.com/2015/07/02/introducing-postman-collection-format-schema/]\n2. The app has been created with limited collection examples and postman documentation. If there are bugs kindly log issues.\n\n## RoadMap\n1. [Loadrunner](http://www8.hp.com/nz/en/software-solutions/loadrunner-load-testing/) load testing tool script generation.\n2. Dakiya has limited support for postman url as an object. This is due to limited collection examples.\n\n## Thanks to [Stuff](http://www.stuff.co.nz/)\nDakiya is built during technology labs working at stuff.co.nz\n\n## License\nMIT License\n\nCopyright (c) 2016 Rupesh More\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies 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 THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupeshmore%2Fdakiya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupeshmore%2Fdakiya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupeshmore%2Fdakiya/lists"}