Login
Remember
Register
Ask a Question
Can you store images in Neo4j?
0
votes
asked
Jan 28, 2023
in
Neo4j
by
john ganales
Can you store images in Neo4j?
neo4j
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 28, 2023
by
john ganales
You have several options: As @Christophe Willemsen suggested you, save the image on disk or on a web site and reference it using a URL. Save it in byte[] array as a property. Save the image in base64 using a Data URI (as String).
...