ljt1469 / CMeKGCrawler

Medical Graph for Neo4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

CMekgCrawler

Describe

The project includes 140000 entities and nearly 700000 relationships

Relationship

DISEASE

SYMPTOM

DRUG

TREATMENT

Quick Start

Dependencies

  • Java 8 and up
  • Maven 3.6.3 and up
  • Neo4j
  • IDEA

How To Start

DownLoad Source Code

git clone https://gitee.com/huyuanxin/CMeKGCrawler
git clone https://github.com/huyuanxin/CMeKGCrawler

Import Code To IDEA

Configuration Database Information

#neo4j
spring.data.neo4j.uri=bolt://ip:port
spring.data.neo4j.username=username
spring.data.neo4j.password=password

Run Application

  • Run KnowledgeCrawlerApplication.java.java

References

If you used Knowledge Crawler in your research, please quote it in the following format:

@Software{CollegeCrawler,
  author = {huyuanxin,luhaoyi,zhangtingting},
  title = {{CMeKGCrawler: CMeKGCrawler}},
  year = {2021},
  url = {https://github.com/huyuanxin/CMeKGCrawler},
}

Disclaimers

Please do not apply Knowledge Crawler to any work that may violate the legal provisions and moral constraints. Please use Knowledge Crawler friendly, abide by the spider agreement, and do not use Knowledge Crawler for any illegal purpose. If you choose to use Knowledge Crawler, you will abide by this agreement. The author will not bear any legal risks and losses caused by your violation of this agreement, and all consequences will be borne by you.

Database

如果不想自己进行爬取,可以自行在此下载
项目:https://github.com/huyuanxin/MKGS
链接:https://pan.baidu.com/s/1I9GG4zD2rULAKA6Mb365LQ 提取码:MKGS

About

Medical Graph for Neo4j


Languages

Language:Java 100.0%