Giter Club home page Giter Club logo

cyphergui's Introduction

cypherGUI

Introduction

User friendly GUI administration tool for graph databases with bolt protocol support. Usable without knowledge of cypher query language.

ko-fi

GitHub Actions Workflow Status GitHub package.json version GitHub commits since latest release

๐Ÿ“ท Screenshosts

Available in wiki.

โœ”๏ธ Supported databases

  • Neo4j
  • Memgraph
  • Amazon Neptune - Not tested. ๐Ÿ™‹ Looking for somebody who can offer access to it.
  • ONgDB - Latest version v1.0.5 not supported because is based on old version which requires Bolt v2

๐Ÿท๏ธ Features

  • View Nodes by Label and Relationships by Type as sortable table
  • Search across all properties in Label or Type table view
  • Create, edit or delete Nodes and Relationships and their properties
  • Check before closing Node or Relationship tab with unsaved changes
  • Write cypher queries and view the result as table, json or graph
  • Multi database support (Neo4j, Memgraph)
  • Stash to keep Nodes, Relationships and queries for fast access
  • Can be run locally (file:///)

๐Ÿ’ป 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.

cyphergui's People

Contributors

cyphergui-bot[bot] avatar dependabot[bot] avatar stefanak-michal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cyphergui's Issues

Add search function

Tab of node or relationship could have search function. There are two ways how it can be implemented.

  1. New search button next to "+ Create node/relationship" and "View as graph". In this scenario it will propably open new modal with search field. It will search over all node/rel properties? Maybe instead of button and modal it can be directly text input.
  2. Each column header will have icon for filtering.

Multidatabase on memgraph?

Does this ecosystem support it? If no, add condition for querying show databases.

It is possible now thanks to ecosystem recognition.

All buttons on home tab

Currently home tab shows only buttons for all existing node labels and relationship types. Add button (maybe with *) in labels category to show nodes of all labels and add button in relationship category to show all relationships of all types.

Link to cypher doc in query tab

Add button somewhere which opens docs website on new tab. Refer to Neo4j cypher docs or memgraph cypher docs based on the ecosystem.

Clicking the edit button doesn't do anything.

Describe the bug
Clicking the edit button doesn't do anything. No tab is opened for editing. Page flashes once but there is nowhere to edit.

To Reproduce
Steps to reproduce the behavior:

  1. Connect to Memgraph database.
  2. Click on a node to edit.
  3. No way to edit.

Expected behavior
There should be a way to edit nodes.

Screenshots
None.

Device (please complete the following information):

  • OS: MacOS Ventura 13.6.4
  • Browser: Chrome 122.0.6261.69
  • Version: 0.2.3

Additional context
None.

Dark mode

Add dark mode. Switch in settings.

Stash query

Add option to stash current query in Query tab. With click on it in stash it will open new Query tab with this query.

History

Create new tab with history of queries. Page and navbar button is already prepared. It is required to catch all driver.session.run calls and show them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.