Storing media files in neo4j?

Is it possible to store media files on neo4j ?

Technically possible, but we would not recommend it. Here's a Stack Overflow answer that's still relevant on this. In short, use a storage medium that's optimized for Blob storage, and store the URL or lookup key in the graph instead.

1 Like