Data import and color code in neo4j bloom

I am using neo4j to plot a graph out of my data but not getting how to import my data to bloom tried with apoc and also want to color code the nodes in the graph..

thanks

You can import your data using e.g. data importer from CSV.

See https://workspace-preview.neo4j.io
which has all 3 tools in it.

You color the nodes via the styling legend on the right side, just click on each label and pick your styling rules.

Thank You Michael...i am not using csv I have my data in json

Then you can use apoc.load.json but you need to create the import statement yourself.

Here is an example:

I have already tried...somehow can we connect on a meet for the actual problem discussion regarding the bloom and color coding. Also, I want to create a web application in Django can I import my graph from neo4j browser to my web application.