Typo here, that's the opposite of what cycle means, isn't it?
Basic terminology and practices related to graph databases and graph modeling
11–20 of 45 posts
Re: Basic terminology and practices related to graph databases and graph modeling
#12Great tutorial on graph modeling! The author did an excellent job of explaining the basic terminology and practices related to graph databases and graph modeling. The tutorial is well-structured and easy to follow, making it an excellent resource for anyone looking to learn more about graph modeling. The author covers a wide range of use cases for graph databases, including social networks, fraud detection, network a…
ChatGPT?
Re: Basic terminology and practices related to graph databases and graph modeling
#13Re: Basic terminology and practices related to graph databases and graph modeling
#14Earlier quoted context omitted.
ChatGPT?
What a world we live in, where a person can't write a coherent blurb of text without being suspected of using ChatGPT. Anyone remember Idiocracy? That movie is starting to sound more and more like a prophecy.
I don’t think the question was meant as an accusation, but it is amusing to think about whether some commenters are using an AI to generate their comments. Would we even notice?
Re: Basic terminology and practices related to graph databases and graph modeling
#15Earlier quoted context omitted.
ChatGPT?
What a world we live in, where a person can't write a coherent blurb of text without being suspected of using ChatGPT. Anyone remember Idiocracy? That movie is starting to sound more and more like a prophecy.
Re: Basic terminology and practices related to graph databases and graph modeling
#16Great tutorial on graph modeling! The author did an excellent job of explaining the basic terminology and practices related to graph databases and graph modeling. The tutorial is well-structured and easy to follow, making it an excellent resource for anyone looking to learn more about graph modeling. The author covers a wide range of use cases for graph databases, including social networks, fraud detection, network a…
Re: Basic terminology and practices related to graph databases and graph modeling
#17Earlier quoted context omitted.
What a world we live in, where a person can't write a coherent blurb of text without being suspected of using ChatGPT. Anyone remember Idiocracy? That movie is starting to sound more and more like a prophecy.
Your original post is a summary without any new ideas or thoughts about the article. That is why it reads like you asked an AI to generate it. I don’t think the question was meant as an accusation, but it is amusing to think about whether some commenters are using an AI to generate their comments. Would we even notice?
Re: Basic terminology and practices related to graph databases and graph modeling
#18Love this!
Re: Basic terminology and practices related to graph databases and graph modeling
#19window.analytics is undefined
Try again
Firefox mobile
Re: Basic terminology and practices related to graph databases and graph modeling
#20> Graphs, for example, can have cycles while trees can't. A cycle means that there is only one way to go to a node by following relationships from another node. Typo here, that's the opposite of what cycle means, isn't it?
A cycle is a path from a node back to itself that does not traverse any edge more than once.
You can have a directed acyclic graph (DAG) where there are multiple paths from one node to another, but there is no way to revisit a node once you have moved on.