{"analyzedAt":"2022-07-02T03:35:25.001Z","collected":{"metadata":{"name":"hana-sql-sandbox-backend","scope":"unscoped","version":"1.0.1","description":"Uses @sap/hana-client to run HANA Statements to HANA backend. Returns JSON meant for a Vue frontend like https://github.com/entmike/hana-sql-sandbox-frontend.","keywords":["SAP","HANA"],"date":"2019-05-01T15:28:57.508Z","author":{"name":"Mike Howles"},"publisher":{"username":"entmike","email":"mike.howles@gmail.com"},"maintainers":[{"username":"entmike","email":"mike.howles@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/entmike/hana-sql-sandbox-backend.git"},"links":{"npm":"https://www.npmjs.com/package/hana-sql-sandbox-backend","homepage":"https://github.com/entmike/hana-sql-sandbox-backend#readme","repository":"https://github.com/entmike/hana-sql-sandbox-backend","bugs":"https://github.com/entmike/hana-sql-sandbox-backend/issues"},"license":"ISC","dependencies":{"@sap/hana-client":"^2.4.126","cors":"^2.8.5","express":"^4.16.4"},"devDependencies":{"nodemon":"^1.18.11"},"releases":[{"from":"2022-06-02T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":0},{"from":"2022-04-03T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":1},{"from":"2022-01-03T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":1},{"from":"2021-07-02T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":1},{"from":"2020-07-02T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":1}],"readme":"[![CircleCI](https://circleci.com/gh/entmike/hana-sql-sandbox-backend.svg?style=shield)](https://circleci.com/gh/entmike/hana-sql-sandbox-backend) [![npm version](https://badge.fury.io/js/hana-sql-sandbox-backend.svg)](https://badge.fury.io/js/hana-sql-sandbox-backend)\r\n\r\n# HANA Sandbox Backend\r\nUses `@sap/hana-client` to run HANA Statements to HANA backend.  Returns JSON meant for a Vue frontend like https://github.com/entmike/hana-sql-sandbox-frontend.\r\n\r\n## Docker Installation\r\nEasy-mode here:\r\n\r\nhttps://hub.docker.com/r/entmike/hana-sql-sandbox \r\n\r\n## Installation\r\n```bash\r\nnpm i hana-sql-sandbox-backend\r\ncd hana-sql-sandbox-backend\r\nnpm config set @sap:registry https://npm.sap.com\r\nnpm install\r\n```\r\n\r\n## Environment Config\r\n\r\n### (Windows)\r\n```bash\r\nset HANA_USER=SYSTEM\r\nset HANA_PW=HXEHana1\r\nset HANA_SERVER=hxehost\r\nset HANA_PORT=39017\r\n```\r\n\r\n### (Mac/Linux)\r\n```bash\r\nexport HANA_USER=SYSTEM\r\nexport HANA_PW=HXEHana1\r\nexport HANA_SERVER=hxehost\r\nexport HANA_PORT=39017\r\n```\r\n## Run\r\n3 different ways to run, depending if you are tinkering/developing/etc...\r\n### Debug Mode\r\n```bash\r\nnpm run debug\r\n```\r\n### Development Mode\r\n```bash\r\nnpm run dev\r\n```\r\n### Production Mode\r\n```bash\r\nnpm run prod\r\n```\r\n### Results\r\n```\r\n> backend@1.0.0 dev C:\\code\\backend\r\n> nodemon server.js\r\n\r\n[nodemon] 1.18.11\r\n[nodemon] to restart at any time, enter `rs`\r\n[nodemon] watching: *.*\r\n[nodemon] starting `node server.js`\r\nTesting HANA Connection to hxehost:39017...\r\nConnection test successful.  Disconnecting for now.\r\nServer started on port 9999\r\n```\r\n\r\n## Next Steps\r\nSetup [hana-sql-sandbox-frontend](https://github.com/entmike/hana-sql-sandbox-frontend)"},"npm":{"downloads":[{"from":"2022-07-01T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":0},{"from":"2022-06-25T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":0},{"from":"2022-06-02T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":11},{"from":"2022-04-03T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":50},{"from":"2022-01-03T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":87},{"from":"2021-07-02T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":176}],"starsCount":0},"github":{"starsCount":3,"forksCount":0,"subscribersCount":2,"issues":{"count":2,"openCount":2,"distribution":{"3600":0,"10800":0,"32400":0,"97200":0,"291600":0,"874800":0,"2624400":0,"7873200":0,"23619600":1,"70858800":1,"212576400":0},"isDisabled":false},"contributors":[{"username":"entmike","commitsCount":14}],"commits":[{"from":"2022-06-25T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":0},{"from":"2022-06-02T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":0},{"from":"2022-04-03T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":0},{"from":"2022-01-03T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":0},{"from":"2021-07-02T00:00:00.000Z","to":"2022-07-02T00:00:00.000Z","count":0}],"statuses":[{"context":"ci/circleci: run","state":"success"}]},"source":{"files":{"readmeSize":1599,"testsSize":0},"badges":[{"urls":{"original":"https://circleci.com/gh/entmike/hana-sql-sandbox-backend.svg?style=shield","service":"https://circleci.com/gh/entmike/hana-sql-sandbox-backend.svg","shields":"https://img.shields.io/circleci/project/github/entmike/hana-sql-sandbox-backend.svg","content":"https://img.shields.io/circleci/project/github/entmike/hana-sql-sandbox-backend.json"},"info":{"service":"circleci","type":"build"}}]}},"evaluation":{"quality":{"carefulness":0.71,"tests":0.25,"health":1,"branding":0.15},"popularity":{"communityInterest":6,"downloadsCount":16.666666666666668,"downloadsAcceleration":-0.02859589041095892,"dependentsCount":0},"maintenance":{"releasesFrequency":0.28664383561643836,"commitsFrequency":0,"openIssues":0,"issuesDistribution":0}},"score":{"final":0.37431172140916913,"detail":{"quality":0.8192818541296419,"popularity":0.03466457826609838,"maintenance":0.33255589364897764}}}