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/
相关推荐
玩转AI不是事3 分钟前
用IndexedDB做AI对话离线缓存实战
人工智能
Asize30 分钟前
多模态生图:从 Vite 工程化到前端调用 Qwen Image
javascript·人工智能·后端
MobotStone35 分钟前
AI项目越多,为什么越容易失控
人工智能·aigc
十有八七37 分钟前
AI时代的置身X内
前端·人工智能
Lkstar43 分钟前
A2A协议深度解析|Agent2Agent通信标准,智能体互联网的"HTTP"
人工智能·llm
百度Geek说1 小时前
当代码越来越便宜,什么在变贵?
人工智能
橘子星1 小时前
LLM 无状态架构实践:从原理到代码落地
前端·javascript·人工智能
召钱熏1 小时前
裸聊可用 ≠ 工作流可用:Gemma4 12B 接入 Claude Code 的真实踩坑复盘
人工智能
黄敬峰1 小时前
从 Token 到向量:手把手带你通过代码读懂大模型(LLM)的“黑盒”原理
人工智能
魏祖潇2 小时前
别问哪个 AI 工具最好——我换了一圈才想明白的几件事
人工智能