H All,
I need to check one array against another in neo4j. Basically I am trying to check the permission against which user inherit from his role or group
match (u:user)-[:MEMBER_OF]->(r:role) where u.uid = 46713
with u as usr, r as rol
match (usr)-[...
Hi
We have a new requirement for our project. We need to create a folder/file structure.
Now we are doing brainstorming to support this change.
As you can see, john is a member of both a tower and a group.
a genome contains the root virtual folder an...
Hi All,
I need to create a folder/file structure using neo4j. I have developed a product which is similar to box.com. we called it content locker. Users can stream media and view pdf files. However, the new requirement is to show them folder and file...
Hi,
I need to know, how can get all the matching records and non matching record by passing query params from nodejs.
i want result something like if file exists then
[{
name: 'p1.pdf',
exist: true
},
{
name: 'p2.pdf',
exist: true
},
{
...
Hi, I am trying to pass a graph ql arguments array in cypher query. I am having difficulty making query work. I can see the parameter passed correctly while doing a console log. However, when I try to utilize it with node js. Neo4j driver is not doi...
We are trying to create a google drive like system. Each individual user is going to have their own folder/file structure. They can share folder/file with a single user or a group.
As you can see, John is a member of group1 with relationship [:MEMEBE...