{"id":25714109,"url":"https://github.com/diffcunha/nscaledemo-rtk","last_synced_at":"2026-05-12T12:07:08.056Z","repository":{"id":32103278,"uuid":"35675543","full_name":"diffcunha/nscaledemo-rtk","owner":"diffcunha","description":"Node.js hello world application to run with rocket","archived":false,"fork":false,"pushed_at":"2015-05-17T23:21:06.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T12:40:45.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"asquarezone/shopizer","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diffcunha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-15T13:29:19.000Z","updated_at":"2015-05-17T21:05:17.000Z","dependencies_parsed_at":"2022-08-22T21:31:02.104Z","dependency_job_id":null,"html_url":"https://github.com/diffcunha/nscaledemo-rtk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diffcunha/nscaledemo-rtk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffcunha%2Fnscaledemo-rtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffcunha%2Fnscaledemo-rtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffcunha%2Fnscaledemo-rtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffcunha%2Fnscaledemo-rtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diffcunha","download_url":"https://codeload.github.com/diffcunha/nscaledemo-rtk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffcunha%2Fnscaledemo-rtk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32938068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-02-25T12:33:49.180Z","updated_at":"2026-05-12T12:07:08.019Z","avatar_url":"https://github.com/diffcunha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#nscaledemo\n\nHello world project for nscale.\n\n##overview\nnscaledemo is a minimalist nscale sytem definition defining just one hello world web service and consists of the following files:\n\n###system.js\n```js\nexports.name = 'nscaledemo';\nexports.namespace = 'nscaledemo';\nexports.id = 'e1144711-47bb-5931-9117-94f01dd20f6f';\n\nexports.topology = {\n  development: {\n    root: ['web']\n  }\n};\n\n```\n\t\nDefines the system namespace, name and id. Also defines a simple topology for local deployment.\n\n#### definitions/services.js\n```js\nexports.root = {\n  type: 'blank-container'\n};\n\nexports.web = {\n  type: 'docker',\n  specific: {\n    repositoryUrl: 'git@github.com:nearform/nscaledemoweb.git',\n    execute: {\n      args: '-p 8000:8000 -d',\n      exec: 'node index.js'\n    }\n  }\n};\n\n```\n\nDefines a root container and a web container to hold the hello world application.\n\n###map.js\n\n\texports.types = {\n\t\tlocal: {}\n\t};\n\n\texports.ids = {\n  \t\tlocal: {\n    \t\troot: { id: '85d99b2c-06d0-5485-9501-4d4ed429799c' },\n    \t\tweb: {name: 'web'},\n  \t\t}\n\t};\n\nHolds minimal id and name mapping for the web service container.\n \n###generated files\nThe following files are generated and managed by nscale:\n\n`\u003ctarget-name\u003e.json` - compiled system definition, built from system.js and files underneath the services repo\n\n# usage\nFull instructions on how to build and run nscaledemo are available in the nscale workshops here: https://github.com/nearform/nscale-workshop\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiffcunha%2Fnscaledemo-rtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiffcunha%2Fnscaledemo-rtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiffcunha%2Fnscaledemo-rtk/lists"}