Fork me on GitHub
摘要: 记录一下使用py2neo进行查询,查询某演员出演的电影,返回三元组,可转为json用于前端显示,如下(以下在jupyter notebook中进行操作): 一.查询数据 from py2neo import Graph,Node,Relationship,NodeMatcher,Relationsh 阅读全文
posted @ 2020-09-29 23:00 石头木 阅读(5571) 评论(0) 推荐(0)