Questions tagged [graphileon]

Graphileon develops an enhanced user-interface for graph-databases and a development platform for graph-based applications.

Graphileon BV is the developer of Graphileon, an enhanced user-interface to graph-databases and a development platform for graph-based applications.

Graphileon allows users to create applications and dashboards using the following graphy paradigm:

(:Function)-[:TRIGGER]->(:Function)

Graphileon supports multiple types of graph stores and graph query languages:

Neo4j (Cypher) Memgraph (OpenCypher)

There is a free Personal Edition.

Useful Links


Related tags :

17 questions
13
votes
1 answer

GUI for building JanusGraph DB

I am exploring JanusGraph DBs and require visual editing, like MySQL workbench. I found some visual editors for Neo4j. Are there any visual editors for JanusGraph as well? or can those tools be used with JanusGraph?
Sharvari Nagesh
  • 293
  • 3
  • 17
3
votes
1 answer

Is Graphileon designed only for Neo4j or all graph databases?

I am wondering if Graphileon is designed only for Neo4j or all graph databases? Graphileon does not mention specifically for graph databases except Neo4j on their website. However, from all the tutorials I watched, they use Neo4j as underlying graph…
MMAASS
  • 433
  • 4
  • 18
3
votes
1 answer

Use Graphileon InterActor on different Neo4j databases

I installed Graphileon in Windows using Docker. In Graphileon InterActor users can be added and deleted by using Cypher. But when I want to switch databases and give neo4j the path to another '.graphdb-folder' all the users and functions from…
Grapheneer
  • 897
  • 8
  • 25
2
votes
1 answer

Graphileon gives error : "Could not connect. Connection error check your settings."

So I have been trying to use Graphileon for my Neo4j graph db. I have my Neo4j service set up and running. But when I try to start Graphileon and connect to my Neo4j db, it keeps saying "Could not connect. Connection error check your settings." even…
1
vote
1 answer

Why can't I automatically create a relationship using Graphileon?

I am having trouble creating a relation in Graphileon. To do so, it is indicated: Select start node Hold ctrl button on keybord Select end node. This opens a relation form where you can edit it. For me, this form is not created automatically. The…
1
vote
1 answer

Unable to connect to local neo4j data store in Graphileon InterActor

I am trying to setup Graphileon InterActor on my local machine to try it out. I am following this guide: http://docs.graphileon.com/interactor/Getting_started/Setup_InterActor/Installation.html When running InterActor for the first time, I'm…
Abhishek Pathak
  • 107
  • 1
  • 1
  • 5
1
vote
1 answer

Upload files to Graphileon InterActor as node background

I installed Graphileon InterActor using Docker on Windows. The Styling Documentation says that files can be uploaded using the following command in style menu: "image": "(%).properties.file", // image as node background When…
Grapheneer
  • 897
  • 8
  • 25
0
votes
1 answer

Access to full featured IA_NetworkView

I have a Neo4j query producing a graph, and I want to show the result in a IA_NetworkView (or better IA_YFilesView, to have hierarchical view of the graph). So I add the IA_NetworkView (or IA_YFilesView) label to the node connected with the query…
Alberto Lovato
  • 327
  • 3
  • 7
0
votes
1 answer

Graphileon - Environment Variables

We are using Graphileon in a Kubernetes pod as a docker container. Can we make use of environment variables for e.g. var body = JSON.stringify({ url: "http://localhost:8080/api", method: "POST", …
0
votes
1 answer

Graphileon Proxy feature - how to pass credentials

I have one question on the proxy feature of Graphileon. How can we pass credentials like basic auth to Graphileon proxy request hitting a backend API var body = JSON.stringify({ url: "http://localhost:8080/api", …
0
votes
1 answer

Graphileon Proxy Feature issue

We are trying to use the Graphileon proxy feature, but everytime we are getting error…
0
votes
1 answer

Graphileon Proxy Feature For file uploads

We have a custom API which is running in a pod on Kubernetes server, with Graphileon also running in a pod on the same server. The custom API takes spreadsheet as form-data, uploads it and processes it on to Neo4j database (also running in a pod on…
0
votes
1 answer

How can I make the styling I apply to nodes show for other users accessing the same data store in Graphileon?

We are experimenting with using Graphileon to create a database of related terms. To do this, we are accessing a data store located on a server. We are able to see nodes and relationships that are added by other users, but the styling applied to…
0
votes
1 answer

Graphileon CORS issues

I use Graphileon and try to connect by Chrome by I have CORS issue and can not connect. Does anyone have an idea? See Logs:
0
votes
2 answers

Graphileon How to change data store configuration

Graphileon Is not showing me settings screen again , i want to change db configutaion i reinstalled app then also its same login screen What to do ?
vijay
  • 10,276
  • 11
  • 64
  • 79
1
2