-
Created by: @styk-tv
Source: https://github.com/RedisGraph/RedisGraph/issues/479
Not sure if you've met Popoto? JS, NPM-based UI that talks Cypher. Would be good as currently missing bit of UI for bro…
-
Not sure if you've met Popoto? JS, NPM-based UI that talks Cypher. Would be good as currently missing bit of UI for browsing graphs. It is currently binding to neo4j only, however since it generates C…
-
```py
class Column(Model):
order = IntField()
neurons = DictField()
```
this model gives the following error on calling `Column.query.all()`
```shell
Column.query.all()
Traceback (…
-
-
I am developing a web interface to the neo4j database using popoto.js. Currently, I am able to display a start node and expand the graph up to 3-4 levels by clicking on the node relationships. It seem…
-
Hi,I use your popoto.js Example HTML to link my neo4j database on my server.
But I found out that my Edge、Safari and Firefox work successfully. but in Chrome or on my phone It can't work !!!
```
…
-
-
To provide some context, when Popoto.js generates a query for a node with a specific label, it includes the label as part of the node identifier, which can lead to queries that are not accepted by the…
-
Is there any way to get these stats back or are they lost forever?
I've done this a couple of times in the past, sometimes they seem to get transferred, while other times they get reset.
Maybe i…
-
Hi,
is there another way to avoid having the password in clear text within the index.html file?
It looks very unsafe to me.
I know I could make sure to only use a view only user that has only ac…