{"id":19165727,"url":"https://github.com/loopbackio/loopback-connector-kv-extreme-scale","last_synced_at":"2025-09-02T04:07:11.267Z","repository":{"id":40439552,"uuid":"71454119","full_name":"loopbackio/loopback-connector-kv-extreme-scale","owner":"loopbackio","description":"The official WebSphere eXtreme Scale KeyValue connector for LoopBack.","archived":false,"fork":false,"pushed_at":"2023-12-15T20:24:55.000Z","size":53,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-02-22T23:15:56.823Z","etag":null,"topics":["connector","extreme-scale","keyvalue","loopback"],"latest_commit_sha":null,"homepage":"http://loopback.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loopbackio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-20T10:56:03.000Z","updated_at":"2022-03-24T02:05:07.000Z","dependencies_parsed_at":"2024-11-09T09:30:04.944Z","dependency_job_id":"0f525424-5ee0-4cfb-92de-4a507bb9e0da","html_url":"https://github.com/loopbackio/loopback-connector-kv-extreme-scale","commit_stats":null,"previous_names":["strongloop/loopback-connector-kv-extreme-scale"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/loopbackio/loopback-connector-kv-extreme-scale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopbackio%2Floopback-connector-kv-extreme-scale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopbackio%2Floopback-connector-kv-extreme-scale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopbackio%2Floopback-connector-kv-extreme-scale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopbackio%2Floopback-connector-kv-extreme-scale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loopbackio","download_url":"https://codeload.github.com/loopbackio/loopback-connector-kv-extreme-scale/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopbackio%2Floopback-connector-kv-extreme-scale/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273227975,"owners_count":25067693,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["connector","extreme-scale","keyvalue","loopback"],"created_at":"2024-11-09T09:29:08.559Z","updated_at":"2025-09-02T04:07:11.250Z","avatar_url":"https://github.com/loopbackio.png","language":"JavaScript","readme":"# loopback-connector-kv-extreme-scale\n\nThe official WebSphere eXtreme Scale KeyValue connector for LoopBack.\n\n- [Usage](https://github.com/strongloop/loopback-connector-kv-extreme-scale#usage)\n- [Running tests](https://github.com/strongloop/loopback-connector-kv-extreme-scale#running-tests)\n\n## Usage\n\nWhile it is possible to use this connector as a standalone module, we\nrecommended using it in your application via the [LoopBack command-line\ntools](https://loopback.io/doc/en/lb3/Command-line-tools.html).\n\n### Installation and configuration\n\nThe command line tool will prompt you to install the connector (if not already\ninstalled):\n\n```shell\ncd your-loopback-app\nlb datasource\n? Enter the data-source name: xs\n? Select the connector for xs: IBM WebSphere eXtreme Scale key-value connector (supported by StrongLoop)\nConnector-specific configuration:\n? Connection String url to override other settings (eg: https://user:pass@host:port/wxsdata/v1/grids/$GRID_NAME): https://username:password@localhost:9444/wxsdata/v1/grids/your-grid-name\n? Use SSL for connections to the grid: Yes\n? Install loopback-connector-kv-extreme-scale@^1.0.0 (Y/n) Yes\nextreme-scale-lb3x@1.0.0 $HOME/your-project-name\n└── loopback-connector-kv-extreme-scale@1.0.0\n```\n\n## Running tests\n\nThe test suite requires a running WebSphere eXtreme Scale server. We recommend\nDocker for the easiest set up experience.\n\n### Setting up development environment\n\n**Important note for Mac users**\n\nThe XSLD image does not work in the virtual environment provided by\nDocker for Mac. You need to create a new `docker-machine` using\nthe `virtualbox` driver, see [docker-machine\ndocs](https://docs.docker.com/machine/get-started/#/create-a-machine) for\ninstructions.\n\n**The instructions**\n\n 1. Follow the instructions at https://hub.docker.com/r/ibmcom/xsld/ to setup a\n Docker version of WebSphere eXtreme Scale server.\n\n 2. Create your test grid:\n\n   - Open the administration web interface (`https://your-ip:9443/`), replace\n     `your-ip` with the hostname or IP address of your (docker) machine.\n\n     Use `docker-machine ls` to find the IP address used by your docker machine.\n\n   - Login using credentials created in step one, usually `xsadmin` and\n    `xsadmin4Me!`\n   - Select \"Data Grids\"\n   - Click on the plus-in-circle button in the top-right corner\n   - Use `simple` Template, fill in Name `testgrid`\n\n 3. Verify your configuration\n\n  - Open the REST API explorer at `https://your-ip:9444/ibm/api/explorer`\n  - Expand `grids` section\n  - Expand `POST` endpoint\n  - Fill in gridname `testgrid`, mapname `testmap.LUT.O`, key `test`, body\n    `{ \"name\": \"test\" }`\n  - Click \"Try it out!\"\n  - You should receive Response Code `200`\n\n 4. Setup environment variable `EXTREME_SCALE_URL` pointing to the grid created.\n    Replace `xsadmin`, `xsadmin4Me!` and `your-ip` with admin username,\n    admin password and your hostname/IP address.\n\n    On Linux and Mac:\n\n    ```\n    $ export EXTREME_SCALE_URL=https://xsadmin:xsadmin4Me!@your-ip:9444/wxsdata/v1/grids/testgrid/testmap\n    ```\n\n    On Windows:\n\n    ```\n    % SET EXTREME_SCALE_URL=https://xsadmin:xsadmin4Me!@your-ip:9444/wxsdata/v1/grids/testgrid/testmap\n    ```\n\n 5. Congratulations, you can run `npm test` now!\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopbackio%2Floopback-connector-kv-extreme-scale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floopbackio%2Floopback-connector-kv-extreme-scale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopbackio%2Floopback-connector-kv-extreme-scale/lists"}