Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-05-2020 06:30 PM
Hello Community!
I hope you guys are doing well :). I am still learning NEO4j and wanted to reach out to you guys about storing images into NEO4j.
What is the best practice when storing images?
I found this post below, but I am not sure if this is recommended since I am new! any advice would be appreciated (https://stackoverflow.com/questions/26480557/how-to-store-images-into-neo4j).
How can I store image in binary format to GraphDB?
(any suggestion would be greatly appreciated, thank you).
Thank you for your valuable time in advance.
Respectfully,
Petra
08-06-2020 05:16 AM
According to the Neo4j community:
08-06-2020 06:41 AM
Hi plee,
You can insert a property URL inside nodes.
If you show data in desktop browser the link is active and you can point to a (web)server.
example:
MATCH (U:User{name:'Alice'}) set U.url="<img src="https://placekitten.com/200/300" alt="cat image"/>" return U
ciao
Alessio
All the sessions of the conference are now available online