Is it possible to have chemical structure (image) as node property in neo4j?

159 Views Asked by At

I am trying to add images as properties of chemical nodes in Neo4j. What I already know is we can create URLs for each image files and add the URL as a node property. But what I want to know is if I can readily visualize images within neo4j without having to click URLs and getting directed to the location of the file. So ideally, I would have all node properties including chemical structures when I double click a node in Neo4j Bloom (see attachement). I am working with python.

1

There are 1 best solutions below

2
Graphileon On

IMHO this is something that you should do in a visualization layer, at least if the picture below is what you're after.enter image description here

Disclosure: I work for Graphileon.