{"id":18725157,"url":"https://github.com/vesoft-inc/nebula-studio","last_synced_at":"2025-05-16T01:07:26.090Z","repository":{"id":37877624,"uuid":"398228550","full_name":"vesoft-inc/nebula-studio","owner":"vesoft-inc","description":"NebulaGraph Web GUI Tools","archived":false,"fork":false,"pushed_at":"2025-05-07T03:53:49.000Z","size":64684,"stargazers_count":234,"open_issues_count":43,"forks_count":69,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-05-07T04:32:49.578Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vesoft-inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-20T09:46:38.000Z","updated_at":"2025-05-07T03:53:53.000Z","dependencies_parsed_at":"2023-02-19T05:46:24.385Z","dependency_job_id":"f30f1d5f-40d6-40a9-a64b-e0ba565aa2a4","html_url":"https://github.com/vesoft-inc/nebula-studio","commit_stats":{"total_commits":695,"total_committers":28,"mean_commits":"24.821428571428573","dds":0.6258992805755396,"last_synced_commit":"ef67b547d7879f33afc338ae1f78f0d6f4858ffe"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesoft-inc%2Fnebula-studio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesoft-inc%2Fnebula-studio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesoft-inc%2Fnebula-studio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesoft-inc%2Fnebula-studio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vesoft-inc","download_url":"https://codeload.github.com/vesoft-inc/nebula-studio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"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":["hacktoberfest"],"created_at":"2024-11-07T14:09:18.257Z","updated_at":"2025-05-16T01:07:21.081Z","avatar_url":"https://github.com/vesoft-inc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NebulaGraph Studio\n\n\u003cdiv align=center\u003e\n  \u003cimg src=\"./readmeLogo.png\" /\u003e\n\u003c/div\u003e\n\nNebulaGraph Studio (Studio for short) is a web-based visualization tool for NebulaGraph. With Studio, you can create a graph schema, import data and edit nGQL statements for data queries.\n![](./introduction.png)\n\n## Architecture\n![](architecture.png)\n\n## Version\n| NebulaGraph version | NebulaGraph Studio tag | \n|----------------------|---------------------------|\n| 1.x                  | v1.2.7                    |\n| 2.0.x                | v2.2.x                    |\n| 2.5.x                | v3.0.x                    |\n| 2.6.x                | v3.1.x                    |\n| 3.0.x                | v3.2.x                    |\n| 3.1.x                | v3.3.x                    |\n| 3.0.0 ～ 3.2.0       | v3.4.x                    |\n| 3.0.0 ～ 3.3.0       | v3.5.x                    |\n| 3.0.0 ～ 3.4.0       | v3.6.x                    |\n| 3.0.0 ～ 3.5.0       | v3.7.x                    |\n| 3.0.0 ～ 3.6.0       | v3.8.x                    |\n| 3.0.0 ～ 3.6.0       | v3.9.x                    |\n| 3.0.0 ～ 3.8.0       | v3.10.x                   |\n\n## Development Quick Start\n\n### set up studio and server at the same time\n```\n$ npm install\n$ npm run dev\n$ npm run dev:go\n```\n\n### Set up nebula-graph-studio only\n```\n$ npm install\n$ npm run dev\n```\n### Set up go-server only\n```\n$ cd ./server/api/studio\n$ make run\n```\n\n## Production Deploy\n\n### 1. Build Web\n```\n$ npm install\n$ npm run build\n$ mv dist/* server/api/studio/assets\n```\n\n### 2. Build Server\n```\n$ cd server/api/studio\n// update default port 9000 to 7001 in etc/studio-api.yaml first\n$ go build -o server\n```\n\n### 3. Start\n```\n$ ./server \u0026\n```\n\n### 4. Stop Server\nUse when you want shutdown the web app\n```\nkill -9 $(lsof -t -i :7001)\n```\n\n## Documentation 3.10.0\n[中文](https://docs.nebula-graph.com.cn/3.8.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)\n[ENGLISH](https://docs.nebula-graph.io/3.8.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)\n\n## Contributing\nContributions are warmly welcomed and greatly appreciated. Please see [Guide Docs](https://github.com/vesoft-inc/nebula-studio/blob/master/CONTRIBUTING.md) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvesoft-inc%2Fnebula-studio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvesoft-inc%2Fnebula-studio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvesoft-inc%2Fnebula-studio/lists"}