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/
相关推荐
TG:@yunlaoda360 云老大1 小时前
腾讯WAIC发布“1+3+N”AI全景图:混元3D世界模型开源,具身智能平台Tairos亮相
人工智能·3d·开源·腾讯云
这张生成的图像能检测吗2 小时前
(论文速读)Fast3R:在一个向前通道中实现1000+图像的3D重建
人工智能·深度学习·计算机视觉·3d重建
兴趣使然黄小黄5 小时前
【AI-agent】LangChain开发智能体工具流程
人工智能·microsoft·langchain
出门吃三碗饭5 小时前
Transformer前世今生——使用pytorch实现多头注意力(八)
人工智能·深度学习·transformer
l1t5 小时前
利用DeepSeek改写SQLite版本的二进制位数独求解SQL
数据库·人工智能·sql·sqlite
说私域5 小时前
开源AI智能名片链动2+1模式S2B2C商城小程序FAQ设计及其意义探究
人工智能·小程序
开利网络5 小时前
合规底线:健康产品营销的红线与避坑指南
大数据·前端·人工智能·云计算·1024程序员节
非著名架构师6 小时前
量化“天气风险”:金融与保险机构如何利用气候大数据实现精准定价与投资决策
大数据·人工智能·新能源风光提高精度·疾风气象大模型4.0
熙梦数字化7 小时前
2025汽车零部件行业数字化转型落地方案
大数据·人工智能·汽车
刘海东刘海东7 小时前
逻辑方程结构图语言的机器实现(草稿)
人工智能