Set my own default nodes style in Neo4j Browser for everybody

How can I set my nodes style by default in Neo4j Browser (Color, Size, Caption) for everybody

For example: I have a database on my server. Now when a new user connects to this database all the nodes looks the same size and with random property as a 'caption'

How to set my own default style for everybody who connects to the base for the first time.

Thank you in advance!

Welcome to the community!

Since there has to be an acronym in any geek discussion :slight_smile: , today's is GRASS (graph style sheet). Yep, it's a thing.

Go to your Neo Browser and type ":style". You should see default settings as well as your nodes and their current settings. How you make changes to the colors etc., is a bit "maybe this is not the main focus at Neo" but here's that link to get you going: Neo4j Browser User Interface Guide - Developer Guides

What I'd recommend instead, is downloading the latest version of the browser which now comes with a free version of Bloom. This is a powerful tool for "seeing" your data.

I'm not 100% clear on your use case(s), but if visualization is your target, that's a good place to get started.

HTH

Thank you for your information

I found solution using: GRASS + browser.post_connect_cmd (in neo4j.conf) from https://github.com/neo4j/neo4j-browser/issues/171

Next step I'll try Bloom visualization :smiley: