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/
相关推荐
时序之心4 分钟前
覆盖Transformer、GAN:掩码重建正在重塑时间序列领域!
人工智能·深度学习·生成对抗网络·transformer·时间序列
机器之心11 分钟前
OpenAI罕见发论文:我们找到了AI幻觉的罪魁祸首
人工智能·openai
aneasystone本尊18 分钟前
学习 GraphRAG 四大搜索策略
人工智能
小胖墩有点瘦33 分钟前
【基于深度学习的中草药识别系统】
人工智能·python·深度学习·课程设计·计算机毕业设计·中草药识别
六月的可乐42 分钟前
AI助理前端UI组件-悬浮球组件
前端·人工智能
R-G-B1 小时前
OpenCV 实战篇——如何测算出任一副图片中的物体的实际尺寸?传感器尺寸与像元尺寸的关系?
人工智能·opencv·工业相机·传感器尺寸·像元·测算图片中的物体尺寸·像元与物体尺寸
Hello123网站1 小时前
Ferret:苹果发布的多模态大语言模型
人工智能·语言模型·自然语言处理·ai工具
MobotStone1 小时前
比对手快10倍?更强更精准?谷歌"纳米香蕉"到底藏着什么黑科技
人工智能
爱写代码的小朋友1 小时前
STEM背景下人工智能素养框架的研究
人工智能
大学生毕业题目2 小时前
毕业项目推荐:83-基于yolov8/yolov5/yolo11的农作物杂草检测识别系统(Python+卷积神经网络)
人工智能·python·yolo·目标检测·cnn·pyqt·杂草识别