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/
相关推荐
今天的砖头有点烫手啊3 分钟前
Spring Boot
java·人工智能
深圳市益普科技有限公司2 小时前
半导体MES厂商有哪些:从车间网络与OT-IT融合看差异
人工智能
Ai思想家8 小时前
私有化部署的服务器选型与容量规划
人工智能·安全·ai
小码哥哥8 小时前
实战指南:企业网盘与AI知识库的融合架构设计与实现
人工智能
品牌测评9 小时前
AI编码平台的技术演进与行业格局——2026年生态观察
人工智能
爱查宝小二9 小时前
爱查宝 AIGC 检测与降重能力深度评测
人工智能·aigc
白拾9 小时前
【CVPR 2026】POUR:神经坍缩驱动的可证明最优表示级机器遗忘|从隐私合规与表示几何视角
人工智能·机器遗忘·表示学习·医学影像ai·cvpr 2026·pour 论文分享·神经坍缩
重庆传粉科技9 小时前
AI搜索重构互联网价值交换:GEO如何缓解全域流量流失难题
大数据·人工智能
BUG研究员_9 小时前
Runnable与LCEL
开发语言·人工智能·python