NebulaGraph study notes[1]

文章目录

  • a briefing of NebulaGraph
  • references

a briefing of NebulaGraph

  1. NebulaGraph is a distributed, scalable, and lightning-fast graph database which can be deployed on Docker, cloud and local .
  2. the key concepts of graph database is Node/Vertex ,Edge/Relationship and Property.
  3. the graph database stores Entities representing by Node,relationships between entities explained with Edge and Property attached with Nodes and edges.
  4. the data model of NebulaGraph includes 6 basical data type such as Space,Vertex,Edge,Tag, Edge,Property.
  • the various project datas is stored on different graph spaces are to be separated with them.
  • a vertex can be indicated by VIDs that each one of them is unique.
  • Edge which has direction makes a link with two vertexs ,is indentified by<start VID、Edge type、rank、end VID> exclusively.one edge has only one Edge type and only one rank.
  • the Tag consists of a set of predefined property.

references

  1. https://www.nebula-graph.com.cn/
相关推荐
jndingxin18 分钟前
OpenCV直线段检测算法类cv::line_descriptor::LSDDetector
人工智能·opencv·算法
胖达不服输22 分钟前
「日拱一码」027 深度学习库——PyTorch Geometric(PyG)
人工智能·pytorch·深度学习·pyg·深度学习库
deephub23 分钟前
贝叶斯状态空间神经网络:融合概率推理和状态空间实现高精度预测和可解释性
人工智能·深度学习·神经网络·贝叶斯概率·状态空间
壹立科技1 小时前
壹脉销客AI电子名片源码核心架构
人工智能·架构·电子名片
YUQI的博客1 小时前
小白入门:通过手搓神经网络理解深度学习
人工智能·深度学习·神经网络
笑小枫1 小时前
Pytorch使用GPU训练全过程,包含安装CUDA、cuDNN、PyTorch
人工智能·pytorch·python
Blossom.1182 小时前
深度学习中的注意力机制:原理、应用与实践
人工智能·深度学习·神经网络·机器学习·生成对抗网络·计算机视觉·sklearn
飞哥数智坊2 小时前
Cursor替代方案整理,附模型不可用进阶解决方案
人工智能·claude·cursor
摸鱼仙人~2 小时前
现代人工智能综合分类:大模型时代的架构、模态与生态系统
人工智能·分类·数据挖掘
麻雀无能为力2 小时前
CAU数据挖掘第四章 分类问题
人工智能·分类·数据挖掘·中国农业大学计算机