Is there the possibility to save jpegs and pdfs as neo4j-nodes?
If not, does anyone know of a solution that comes close to having jpegs and pdfs saved as nodes?
Is it something that future updates might add if not available yet?
Is there the possibility to save jpegs and pdfs as neo4j-nodes?
If not, does anyone know of a solution that comes close to having jpegs and pdfs saved as nodes?
Is it something that future updates might add if not available yet?
Neo4j nodes consist of properties, and those properties consists of a set of data types and lists of those data types. The data types are primitive data types and added ones for date/time/spatial. As a solution, you could store the file on disk or a shared folder in a cluster environment and save the file path as a node property
https://neo4j.com/docs/cypher-manual/current/syntax/values/#property-types