Hello:Internally, they are stored as String properties on Neo4j nodes and relationships.
I'm looking at structr as a promising CMS, especially since my interest is in using Neo4j to show relationships in a graph. A project I currently manage achieves this through a wiki-like environment (with metadata/tags and faceted browsing) in which persons can be linked to persons, and persons can be linked to organizations; the backend is MySQL, so joins with lots of data can be rather slow--a CMS running atop Neo4j seems to be a smart way to achieve increased performance for creating graphs with several hundred nodes/edges.
In structr, how are large chunks of text stored?
Yes, anything up to some 100k is not a problem. The limits are rather on the network side than in the storage.Can a few paragraphs of text be stored as a property?
We don't store blobs in Neo4j. You could store them in byte[] properties, but we think that would bloat the db too much. A valid option for the future may be to split a file into chunks and store them in a graph structure, allowing parallel read/write.Or would some other kind of store be needed for relatively small chunks? I've seen some of the comments on the Neo4j discussion boards about blob/document storage, and I was curious what the structr team has learned.
structr will definitely remain open source, as we believe in the Open Source way of doing software projects. We're even thinking about a non-commercial foundation to own all the rights. But of course we're thinking and talking about building a company to back structr and build a business around it.
Also, going forward, will structr remain an open source project? I saw that tweet about possible investors in structr, and that sort of talk always sends up a red flag, at least for me.
Thanks a lot! We will release a 0.5.2 version in a few days, together with a downloadable and more easy-to-handle installation package.
Keep up the great work, and I look forward to updates. I'll try to install structr soon so I can have some useful feedback.
Axel Morgner · ax...@morgner.de · @amorgner
c/o Morgner UG · Hanauer Landstr. 291a · 60314 Frankfurt ·
Germany
phone: +49 151 40522060 · skype: axel.morgner
http://structr.org
http://www.meetup.com/graphdb-frankfurt
https://splink.de