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/
相关推荐
stbomei41 分钟前
当 AI 开始 “理解” 情感:情感计算技术正在改写人机交互规则
人工智能·人机交互
Moshow郑锴6 小时前
人工智能中的(特征选择)数据过滤方法和包裹方法
人工智能
TY-20256 小时前
【CV 目标检测】Fast RCNN模型①——与R-CNN区别
人工智能·目标检测·目标跟踪·cnn
CareyWYR7 小时前
苹果芯片Mac使用Docker部署MinerU api服务
人工智能
失散137 小时前
自然语言处理——02 文本预处理(下)
人工智能·自然语言处理
mit6.8248 小时前
[1Prompt1Story] 滑动窗口机制 | 图像生成管线 | VAE变分自编码器 | UNet去噪神经网络
人工智能·python
sinat_286945198 小时前
AI应用安全 - Prompt注入攻击
人工智能·安全·prompt
迈火9 小时前
ComfyUI-3D-Pack:3D创作的AI神器
人工智能·gpt·3d·ai·stable diffusion·aigc·midjourney
Moshow郑锴10 小时前
机器学习的特征工程(特征构造、特征选择、特征转换和特征提取)详解
人工智能·机器学习
CareyWYR11 小时前
每周AI论文速递(250811-250815)
人工智能