Sounds like Prismic operates very much like Git. Or like a persistent data structure, depending on how you like your analogies.<p>I would like to read more detail on the "redundent[sic] distributed storage server". That seems a major part of the system, and you hand-wave over it.<p>[There are several typos I noticed: redundent => redundant, developped => developed]
Love the idea of these cloud based services and I also like the idea of a content management app that does not want to try and take over your application. However outside of personal projects at work I am scared that these cloud based blackboxes at the heart of my applications will mean that I have no control of bad performance, releases of their software or unplanned downtime. I wish that people gave me the option for a self hosted solution as well as the cloud (that was not a ultra premium we do not bother listing it on the website package)... plenty of enterprises are still self hosting.
Really interesting. If I'm reading it right, every release (e.g. a homepage refresh) gets packaged up as a separate Lucene Solr Index. Interesting approach. One drawback is that they don't appear to keep previous indexes lying around, so it's not possible to see what your site looked like in the past (though there's always the Wayback Machine).<p>Having implemented a very similar system (albeit one that relies on SQL as a key-value version store, caching queries heavily and invalidating those caches where appropriate), very impressed with their implementation.