{"id":15646289,"url":"https://github.com/stefanak-michal/cyphergui","last_synced_at":"2025-07-16T17:32:18.261Z","repository":{"id":73407195,"uuid":"580472443","full_name":"stefanak-michal/cyphergui","owner":"stefanak-michal","description":"GUI admin tool for graph databases.","archived":false,"fork":false,"pushed_at":"2025-05-01T09:12:27.000Z","size":12253,"stargazers_count":66,"open_issues_count":7,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T09:19:54.964Z","etag":null,"topics":["administration","amazon-neptune","bolt-protocol","cypher-query-language","graph-databases","memgraph","neo4j"],"latest_commit_sha":null,"homepage":"https://stefanak-michal.github.io/cyphergui/","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/stefanak-michal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"stefanak-michal","ko_fi":"michalstefanak"}},"created_at":"2022-12-20T16:40:18.000Z","updated_at":"2025-05-01T09:06:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f68bfdcb-4ca5-470c-91e4-d90ef6a47588","html_url":"https://github.com/stefanak-michal/cyphergui","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/stefanak-michal/cyphergui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanak-michal%2Fcyphergui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanak-michal%2Fcyphergui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanak-michal%2Fcyphergui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanak-michal%2Fcyphergui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanak-michal","download_url":"https://codeload.github.com/stefanak-michal/cyphergui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanak-michal%2Fcyphergui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265527545,"owners_count":23782480,"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":["administration","amazon-neptune","bolt-protocol","cypher-query-language","graph-databases","memgraph","neo4j"],"created_at":"2024-10-03T12:12:14.245Z","updated_at":"2025-07-16T17:32:18.250Z","avatar_url":"https://github.com/stefanak-michal.png","language":"TypeScript","funding_links":["https://github.com/sponsors/stefanak-michal","https://ko-fi.com/michalstefanak","https://ko-fi.com/Z8Z5ABMLW"],"categories":[],"sub_categories":[],"readme":"![cypherGUI](./public/logo.svg)\n\n# Introduction\n\nUser friendly GUI administration tool for graph databases with bolt protocol support. Usable without knowledge of cypher query language.\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Z8Z5ABMLW)\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/stefanak-michal/cyphergui/auto-deploy.yml)](https://github.com/stefanak-michal/cyphergui/actions/workflows/auto-deploy.yml)\n[![GitHub package.json version](https://img.shields.io/github/package-json/v/stefanak-michal/cyphergui?cacheSeconds=0)](https://github.com/stefanak-michal/cyphergui/releases)\n[![GitHub commits since latest release](https://img.shields.io/github/commits-since/stefanak-michal/cyphergui/latest?cacheSeconds=0)](https://github.com/stefanak-michal/cyphergui/releases/latest)\n\n### :camera: Screenshosts\n\nAvailable in [wiki](https://github.com/stefanak-michal/cyphergui/wiki/Screenshots).\n\n## :heavy_check_mark: Supported databases\n\n- [Neo4j](https://neo4j.com/)\n- [Memgraph](https://memgraph.com/)\n- [Amazon Neptune](https://aws.amazon.com/neptune/) - Not tested. :raising_hand: Looking for somebody who can offer access to it.\n- [DozerDB](https://dozerdb.org/)\n\n## :heavy_multiplication_x: Not supported\n\n- [ONgDB](https://graphfoundation.org/projects/ongdb/) - Latest version v1.0.5 not supported because is based on old version which requires Bolt v2. This library use official javascript driver which dropped support for an old version already.\n\n## :label: Features\n\n- View Nodes by Label and Relationships by Type as sortable table\n- Search across all properties in Label or Type table view\n- Create, edit or delete Nodes and Relationships and their properties\n- Check before closing Node or Relationship tab with unsaved changes\n- Write cypher queries and view the result as table, json or graph\n- Multi database support ([Neo4j](https://neo4j.com/docs/cypher-manual/current/databases/), [Memgraph](https://memgraph.com/docs/configuration/multi-tenancy))\n- Stash to keep Nodes, Relationships and queries for fast access\n- Can be run locally (file:///)\n\n# :computer: Usage\n\n## GitHub pages\n\nYou can access this project on GitHub pages at url [https://stefanak-michal.github.io/cyphergui/](https://stefanak-michal.github.io/cyphergui/). With this deployment you are limited only to database with enabled encryption (protocols bolt+s and neo4j+s).\n\n## Local instance\n\nYou can either install node.js, clone the repository, run `npm install` and `npm run start`.\n\nOr you can download branch [gh-pages](https://github.com/stefanak-michal/cyphergui/tree/gh-pages), unpack it and open `index.html` in your favorite browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanak-michal%2Fcyphergui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanak-michal%2Fcyphergui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanak-michal%2Fcyphergui/lists"}