Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-03-2020 01:34 AM
Hi!
I have a application with make few graphs under the same neo4j server, my problem here is I need the hability to make views for distinct user and user should can throw cypher query all they want, but under view or subgraph they are working.
CALL algo.<name>(
'MATCH (n) RETURN id(n) AS id',
"MATCH (n)-->(m) RETURN id(n) AS source, id(m) AS target",
{graph: "cypher"})
I found cypher projections solution, but this solution let user the responsability of target and source, I like that it's transparent for users, and users only throws cyphers queries and work only on subgraph or view.
Other point is actualy i working with neo4j 3.5 server, but I like solutions for newest versions, but my version target is neo4j 3.5
Thanks!
( PD: Sorry for my write hability i tried made my best )
09-04-2020 10:22 AM
Please take a look here : https://neo4j.com/docs/operations-manual/current/authentication-authorization/access-control/ , especially at chapter "11.3.4. Sub-graph access control using privileges"
Assuming, by your name, that your native language is Spanish: https://translate.google.com/translate?hl=&sl=en&tl=es&u=https%3A%2F%2Fneo4j.com%2Fdocs%2Foperations...
09-17-2020 01:42 AM
Thanks! that's look interesting
But my model data is huge and my queries isn't be simply, for example a query not efficient can cost five minutes to finish ¿You think add roles to my database can increase the cost of queries?
09-17-2020 03:16 AM
Guess this would be something you'll have to find out.
All the sessions of the conference are now available online