TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

14 点作者 sadache超过 11 年前

3 条评论

noelwelsh超过 11 年前
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 未加载
jimparkins超过 11 年前
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 未加载
muglug超过 11 年前
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 未加载