Skip to content

andriilahuta/cyphergui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • Sass 3.7%
  • HTML 0.8%