{"id":27376914,"url":"https://github.com/skaiworldwide-oss/agensgraphviewer","last_synced_at":"2025-04-13T12:57:44.082Z","repository":{"id":272552600,"uuid":"916982490","full_name":"skaiworldwide-oss/AgensGraphViewer","owner":"skaiworldwide-oss","description":"AgensGraph database visualisation tool","archived":true,"fork":false,"pushed_at":"2025-04-03T10:31:39.000Z","size":2011,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T12:57:36.277Z","etag":null,"topics":["genai","graphdb","multi-model-database","nosql","postgresql"],"latest_commit_sha":null,"homepage":"http://www.skaiworldwide.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skaiworldwide-oss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-15T06:00:45.000Z","updated_at":"2025-04-09T13:00:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"5fa3271a-6399-495b-94e2-55d89b1530fb","html_url":"https://github.com/skaiworldwide-oss/AgensGraphViewer","commit_stats":null,"previous_names":["bitnine-oss/agensgraphviewer","skaiworldwide-oss/agensgraphviewer"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaiworldwide-oss%2FAgensGraphViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaiworldwide-oss%2FAgensGraphViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaiworldwide-oss%2FAgensGraphViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaiworldwide-oss%2FAgensGraphViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skaiworldwide-oss","download_url":"https://codeload.github.com/skaiworldwide-oss/AgensGraphViewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717261,"owners_count":21150389,"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":["genai","graphdb","multi-model-database","nosql","postgresql"],"created_at":"2025-04-13T12:57:43.549Z","updated_at":"2025-04-13T12:57:44.076Z","avatar_url":"https://github.com/skaiworldwide-oss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AgensGraphViewer\n\nWeb-based user interface that provides visualization of graph data stored in an AgensGraph database. \n\nThis is a sub-project of [AgensGraph](https://github.com/skaiworldwide-oss/agensgraph)\n\n# Recommended Node Version \u0026 install module\n\n- Node version - 14.16.0\n- Node Module - pm2 \n\nInstall latest **pm2** with :\n\n```bash\nnpm i pm2\n```\n\n\u003e [pm2](https://www.npmjs.com/package/pm2) is an NPM module to run the project in production mode.\n\n# Installing AgensGraphViewer\n\nExtract the release .zip or .tar.gz package into your desired directory.\n\nFrom the commandline, navigate to the directory agv-package.\n\n- Install the required node modules using:  \n\n```bash\nnpm run setup\n```\n\n# How to start using AgensGraphViewer\n\nAgensGraphViewer is a graphical user interface for AgensGraph, so it needs an AgensGraph server running on the background. \n\nTipically, this is done with the command \n\n```\nag_ctl start [-D /path/created/by/initdb]\n```\n\nFor the other settings or usage instructions, please follow [AgensGraph's documentation](https://bitnine.net/documentations/quick-guide-1-3.html).\n\n# Running AgensGraphViewer\n\n- Run AgenGraphViewer in production environment using : \n\n```bash\npm2 start ecosystem.config.js --env release\n```\n\n\u003e This will start AgensGraphViewer on http://localhost:3000 if port 3000 is free.\n\nTo stop the process use the commands:\n\n```bash\npm2 stop ag-viewer-release \npm2 delete ag-viewer-release\n```\n\n### Connect AgensGraphViewer to AgensGraph Database\n\n**Standard Connection Settings**\n\n- Database type: `AgensGraph`\n- Connect URL  : `127.0.0.1`\n- Connect Port :  `5432`\n\n# Using the Docker image:\n\n- Pulling the image:\n\n```bash\ndocker pull markgomer/agensgraphviewer:1.1.0\n```\n\n- Run the container:\n\n```bash\ndocker run --name agviewer -p 3000:3000 -d markgomer/agensgraphviewer:1.1.0\n```\n\nThen open the URL 127.0.0.1:3000 on your browser.\n\n\u003e Tip: if your AgensGraph server is running on your host machine, the URL to connect to it should be \"host.docker.internal\".\n\n# For developers:\n\nFork this repository, then clone your fork\n\n```bash\n## install node modules\nnpm run setup\n## start the development environment\nnpm run start\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskaiworldwide-oss%2Fagensgraphviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskaiworldwide-oss%2Fagensgraphviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskaiworldwide-oss%2Fagensgraphviewer/lists"}