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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Queries to Find Patterns in Your Knowledge Graph

12 点作者 nito98超过 2 年前

1 comment

nito98超过 2 年前
Hi, I am author of this blog post. If you have any questions, feel free to ask.<p>Main idea behind blog post is to explain what kind of questions you can ask when dealing with graphs to uncover hidden knowledge. Problem is often that although it seems at first easier to work with Relational databases due to the way people are used to think about databases and finding something in them, it turns out to be slow and nonperforming solution. And when you realize graph databases are more suitable when dealing with finding patterns due to lot&#x27;s of node hopping and explorations, people don&#x27;t know how to model such question or don&#x27;t know what you can ask graph database. This blog post intends to help you with first steps and get some ideas.<p>Let me know what do you think.