andriilahuta / cyphergui

GUI admin tool for graph databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypherGUI

Introduction

User friendly GUI administration tool for graph databases with bolt protocol support (Neo4j, Memgraph, Amazon Neptune). Usable without knowledge of cypher query language.

Buy Me a Coffee at ko-fi.com

Features

  • List nodes by label as sortable table
  • List relationships by type as sortable table
  • Create/edit/delete nodes and relationships
  • Modify nodes/relationships properties
  • Write cypher queries and view the result as table/json/graph
  • Multi database support (docs)
  • Stash to keep nodes/relationships for fast access

Usage

GitHub pages

You can access this project on GitHub pages at url https://stefanak-michal.github.io/cyphergui/. With this deployment you are limited only to database with enabled encryption (protocols bolt+s and neo4j+s).

Local instance

You can either install node.js, clone the repository, run npm install and npm start.

Or you can download branch gh-pages, unpack it and open index.html in your favorite browser.

About

GUI admin tool for graph databases.

License:Apache License 2.0


Languages

Language:TypeScript 95.5%Language:Sass 3.7%Language:HTML 0.8%