TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How prismic.io scales dynamic content as if it were static

14 pointsby sadacheover 11 years ago

3 comments

noelwelshover 11 years ago
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 &quot;redundent[sic] distributed storage server&quot;. That seems a major part of the system, and you hand-wave over it.<p>[There are several typos I noticed: redundent =&gt; redundant, developped =&gt; developed]
评论 #6528168 未加载
jimparkinsover 11 years ago
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.
评论 #6528241 未加载
muglugover 11 years ago
Really interesting. If I&#x27;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&#x27;t appear to keep previous indexes lying around, so it&#x27;s not possible to see what your site looked like in the past (though there&#x27;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.
评论 #6528460 未加载