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?
GraphAcademy
CUP
Learn graphs.
Score for your country.
Represent your country in the GraphAcademy Cup.
Complete courses, earn points, and win weekly prizes.
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
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| University's final project | 0 | 371 | March 16, 2022 | |
| Link to doc files & scanned documents | 1 | 546 | February 5, 2020 | |
| How to store/load images into Neo4j | 2 | 5503 | August 6, 2020 | |
| Storing media files in neo4j? | 1 | 1402 | September 27, 2019 | |
| Best practice for document storage | 0 | 578 | August 29, 2021 |