随笔分类 - neo4j知识图谱
1
摘要:技术研究准备 1. 图数据库neo4j 已完成技术储备 2. 展示引擎d3.js echarts 已完成技术储备 3. 搜索引擎elasticsearch 已完成技术储备 4. 自然语言处理算法库 目前在研究java语言的nlp算法库,包括Apache OpenNLP、斯坦福的NLP、复旦大学 Fu
阅读全文
摘要:Relationships 引发 形成 极易发 中等易发 轻度易发 不易发 灾害链信息 kg_disaster_chain 项目名称 kg_name 适用灾种 kg_event 灾害事件 受灾率 成灾率 孕灾条件 定性致灾因子 定量致灾因子 流程分析 1、工程创建 新建插入到project表 调用接
阅读全文
摘要:neo4j学习记录 1、neo4j 文章 https://segmentfault.com/a/1190000017911964 https://cloud.tencent.com/developer/article/1526949 http://doc.we-yun.com:1008/we-yun
阅读全文
摘要:GraphVis一款性能优异,效果丰富,使用简单,易于扩展的图数据可视化组件库 http://www.graphvis.cn/ 复杂网络分析 http://www.graphvis.cn/graph/complex/index.html 关系网络分析重点 http://www.graphvis.cn
阅读全文
摘要:https://d3js.org/ http://www.graphvis.cn/ https://iowiki.com/d3js/d3js_quick_guide.html https://www.cnblogs.com/fastmover/p/7779660.html https://wiki.
阅读全文
摘要:Vue 关联关系图谱组件 https://github.com/seeksdream/relation-graph 这是一个Vue关系图谱组件,可以展示如组织机构图谱、股权架构图谱、集团关系图谱等知识图谱,可提供多种图谱布局,包括树状布局、中心布局、力学布局自动布局等。 这个项目使用典型的vue编程
阅读全文
摘要:vue G6 流程图 知识图谱前端插件 https://github.com/claudewowo/welabx-g6 😎 自定义节点和边, 支持锚点配置😎 自定义圆形, 方形, 椭圆, 菱形节点😎 节点支持拖拽连线, 删除(按delete键), 编辑😎 边默认带结束箭头, 支持标签显示😎
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:sc
阅读全文
摘要:spring cloud Alibaba 微服务项目如下错误: Caused by: java.lang.IllegalStateException: Required identifier property not found for class com.huajun.kgbuilder.doma
阅读全文
摘要:Driver is connected to the database that does not support driver reactive API. In order to use the driver reactive API, please upgrade to neo4j 4.0.0
阅读全文
摘要:Microsoft Windows [版本 6.3.9600] (c) 2013 Microsoft Corporation。保留所有权利。 D:\neo4j-community-4.3.3\neo4j-community-4.3.3-windows\bin>neo4j.bat console In
阅读全文
摘要:package com.huajun.kgbuilder.util; import org.neo4j.ogm.id.IdStrategy; /** * 于吉利 * 2021-08-26 * Neo4j自定义主键策略 */ public class Neo4JCustomIdStrategy imp
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:sc
阅读全文
摘要:# spring配置 spring: redis: database: 6 host: 192.168.8.248 port: 6379 password: data: neo4j: uri: bolt://192.168.8.202:7687 username: neo4j password: h
阅读全文
1