Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an easy GUI-based way to build graphs in neo4j? [closed]

Tags:

Is there a GUI-builder for neo4j? I want to be able to quickly add new nodes, set labels, set properties and relationships all in a gui-environment by clicking on nodes in a visualisation. I have searched, but have found nothing. Thanks.

like image 503
Zuriar Avatar asked Sep 08 '15 16:09

Zuriar


People also ask

What are the weaknesses of Neo4j?

Additionally, Neo4j has scalability weaknesses related to scaling writes, hence if your application is expected to have very large write throughputs, then Neo4j is not for you.

Is Neo4j still relevant?

The World's Leading Organizations Rely on Neo4j. With more than 950 enterprise customers, Neo4j is the world's leading provider of scalable graph technology, enabling connected data applications for more than 75% of the Fortune 100.

Can I use GraphQL with Neo4j?

The Neo4j GraphQL Library is a JavaScript library that can be used with any JavaScript GraphQL implementation, such as Apollo Server. By mapping GraphQL type definitions to the property graph model used by Neo4j, the Neo4j GraphQL Library can generate a CRUD API backed by Neo4j.

How do I create a graph in Neo4j?

After installation, click “New Graph” under My Project section, then “create a Local Graph”. Write down the name of the graph, and the password. 3. Run the database, clicking the “play” sign.


2 Answers

@Zuriar

Two years after your original post :) but nevertheless ..

Now there is also Graphileon InterActor (http://www.graphileon.com) , an enhanced user-interface for Neo4j. Multi-panel, create / update nodes and relations without writing a single line of code.

UPDATE August 15th, 2018

We have replaced the Sandbox and Community Edition by the Personal Edition. This version is free as well, and is distributed as a desktop app for MacOS, Windows and Linux. For more info, visit our blog.

UPDATE June 22th, 2020

We released version 2.7.0 of the Personal Edition, which supports Neo4j 4.0. For release notes , go here https://docs.graphileon.com/graphileon/Release_notes.html

Disclosure : I work for Graphileon

like image 109
Graphileon Avatar answered Sep 22 '22 13:09

Graphileon


Just lost a week trying to find a suitable tool for Neo4J. It has somehow gotten more difficult. My experience updated from the last post here (2015):

Gephi: 2015: Supported Neo4j 2017: Doesn't support Neo4j

Linxurious: 2015: Free 2017: Discontinued and doesn't list the price

Neoclipse: 2017: No updates since 2014. Doesn't work with the current version of Neo4J.

Structr: Looks promising, but requires a lot of Java knowledge just to get it running. Have lost days on this and still have not successfully installed.

It does not look good for Neo4J tools. It was actually much better 2 years ago.

like image 27
mypitboss Avatar answered Sep 23 '22 13:09

mypitboss