cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Why Bloom creates a node called _Bloom_Perspective_?

When I open Bloom for a database, it creates a node called Bloom_Perspective containing the name of the perspective created in Bloom.

Is this behavior normal?

1 ACCEPTED SOLUTION

@alejandropuerto

this is expected. See Perspectives - Neo4j Bloom which states

... ... ...
Therefore, make sure to grant the user WRITE privilege on the DB and don’t deny
any of CREATE, SET LABEL, or SET PROPERTY on the Bloom_Perspective label.

but why? is this causing a problem on your end?

View solution in original post

2 REPLIES 2

@alejandropuerto

this is expected. See Perspectives - Neo4j Bloom which states

... ... ...
Therefore, make sure to grant the user WRITE privilege on the DB and don’t deny
any of CREATE, SET LABEL, or SET PROPERTY on the Bloom_Perspective label.

but why? is this causing a problem on your end?

Thanks a lot for the information about such behavior.

I won't say it is a big problem, but when I execute CALL db.schema.visualization() the node of the perspective also appears. Is there any way to exclude or ignore such node?