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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

MillenniumDB: Property graph and RDF engine, still in development

81 点作者 robsalasco3 个月前

7 条评论

j-pb3 个月前
These guys write really great papers!<p>We implemented a simplified version of their ring index for our data space (<a href="https:&#x2F;&#x2F;github.com&#x2F;triblespace&#x2F;tribles-rust&#x2F;blob&#x2F;master&#x2F;src&#x2F;blob&#x2F;schemas&#x2F;succinctarchive.rs">https:&#x2F;&#x2F;github.com&#x2F;triblespace&#x2F;tribles-rust&#x2F;blob&#x2F;master&#x2F;src&#x2F;...</a>), and it&#x27;s a really simple and cool idea once you wrap your head around it. Funnily enough, we build this even before the paper was officially published, because we found a preprint on one of the authors blogs. The idea itself was published by them before but their new paper made this a lot easier to understand. (burrows wheeler transforms vs. stable column sorting).<p>It&#x27;s really too bad that the whole linked-data space is completely gunked up with RDF.<p>Ps: If anyone plans on implementing their ring index, using 0 based offsets makes the formulas much more streamlined, their paper uses 1 based indexing and they have to +&#x2F;-1 all over the place.
评论 #42894178 未加载
smarx0073 个月前
I think if someone is just trying out RDF, it is better to start with Apache Jena&#x2F;Fuseki or Eclipse RDF4J. Maybe <a href="https:&#x2F;&#x2F;github.com&#x2F;oxigraph&#x2F;oxigraph">https:&#x2F;&#x2F;github.com&#x2F;oxigraph&#x2F;oxigraph</a> if you like to live dangerously (i.e. to use pre-1.0 DBMSs).<p>Use of other systems involves factoring tradeoffs and considerations that are probably not the best for the newcomers. For example, qLever mentioned here is good in query performance and relative disk use but once the import is done, it&#x27;s essentially a read-only DB and completely unsuitable for a typical OLTP scenario.<p>Having said that, the Chilean research group that is driving the development of MilleniumDB is very well-regarded in the RDF&#x2F;semantic web querying space.
评论 #42890335 未加载
评论 #42890434 未加载
评论 #42890451 未加载
评论 #42892879 未加载
WhatIsDukkha3 个月前
Here is a bug with some back and forth between millenniumdb and qlever in starting a benchmarking attempt but I don&#x27;t see results, though they managed to build and import.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;MillenniumDB&#x2F;MillenniumDB&#x2F;issues&#x2F;10">https:&#x2F;&#x2F;github.com&#x2F;MillenniumDB&#x2F;MillenniumDB&#x2F;issues&#x2F;10</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;ad-freiburg&#x2F;qlever">https:&#x2F;&#x2F;github.com&#x2F;ad-freiburg&#x2F;qlever</a>
sunshine-o3 个月前
I got very interested in RDF about 20-25 years ago.<p>Obviously it did not really succeeded but it seems some industries invested a lot into the tech and it is still around. Especially since AWS built a service around it.<p>I am really curious, what are the top use cases for it today?
评论 #42894194 未加载
jerven3 个月前
MilleniumDB is an interesting engine, as is Qlever mentioned in other comments. I think both are good candidates at making RDF graphs one or two orders of magnitude cheaper to host as sparql endpoints.<p>Both seem to have arrived at the stage of transitioning from research to production code.<p>Very exiting for those of us providing our data in RDF and exposing Sparql.<p>AWs Neptune analytics is also very interesting, allowing Cypher on RDF graphs. Even the Oracle inbuilt RDF+Sparql seems to have improved greatly in 23ai.
评论 #42897613 未加载
jitl3 个月前
Is it any good?
UltraSane3 个月前
What is a domain graph?
评论 #42916898 未加载
评论 #42889454 未加载