有更好的 Solr 和 P2P 集成选项吗?
在考虑使用 Java 语言的应用程序网络服务需求时,我或多或少将其归结为使用 Solr、P2P 和 REST 的组合。自动通知服务也很好包含在内。
虽然我喜欢 JXTA,但我不确定在 Oracle Java 收购之后它是否表现得这么好,显然现在有一个 Chaupel 项目,但它看起来大部分都不活跃。另一方面,Solr 做得很好。
由于我的网络大部分基于 Solr,现在是一个陷入困境的 P2P API(JXTA),我想知道是否有其他替代方案来实现类似 P2P 的层。本质上,我希望用户能够从基于 Solr 索引的集中式服务器发布和搜索/检索文档,并且能够建立用户对等组并随时进行协作,在我看来,这似乎是分散的活动。
也许我想到的 P2P 功能也可以通过服务器来完成?有正在进行中的 Solr 和 P2P 项目吗?这些天我不断听说 Apache Camel,它对我的场景有什么用处吗?除了需要支付许可费的 MsgConnect API 之外,是否还有任何我可以信任的活跃且强大的 P2P API 可以包含在我的应用程序中?
In thinking about my applications network service needs using the Java language I've more or less boiled it down to a combination of using Solr, P2P and REST. An automated notifier service would be good to include too.
Although I like JXTA I'm not sure it is doing so well these days after the Oracle Java buyout, apparently there is now a Chaupel project but it looks inactive for the most part. Solr on the other hand is doing very well.
Since my network is for the most part based on Solr and now a P2P API that is struggling (JXTA) I'm wondering if there are other alternatives for implementing a P2P like layer. Essentially, I want users to be able to post and search/retrieve documents from centralized server based Solr index/s PLUS be able to make user peer groups and collaborate anytime which in my mind seems to be activity that is decentralized.
Maybe what I have in mind for the P2P functionality can be done through a server too? Are there any Solr and P2P projects in the works? I keep hearing about Apache Camel these days, is it of any use in my scenario? Besides the MsgConnect API which has a licensing fee are there any active and robust P2P APIs that I could trust enough to include with my application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在寻找 p2p middlaweres,请查看 FreePastry、XMPP 和其他一些兼容 JMS 的产品,例如 Java JMS、ActiveMQ、HornetQ。关于 Sorl,您可以在它们上使用它,我认为还没有与 sorl 本地集成的 p2p 中间件。
If you are looking for p2p middlaweres, check out FreePastry, XMPP and some other JMS compatible, like Java JMS, ActiveMQ, HornetQ. And about the Sorl, you can use it on them, i do not think that already exists a p2p middleware with native integration with sorl.