bolt.properties 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. #235Mysql\u6570\u636E\u5E93
  2. url_235 = jdbc:mysql://192.168.2.235:3306/scale?useUnicode=true&characterEncoding=UTF-8
  3. userNmae_235 = root
  4. pass_235 = diagbot@20180822
  5. # neo4j bolt credentials
  6. #\u7EBF\u4E0A\u4F7F\u7528
  7. bolt.uri=bolt://192.168.2.233
  8. bolt.user=neo4j
  9. bolt.passwd=root
  10. #\u533B\u5B66\u672F\u8BED\u4F7F\u7528
  11. bolt232.uri=bolt://192.168.2.232
  12. bolt232.user=neo4j
  13. bolt232.passwd=root
  14. #\u6D4B\u8BD5\u4F7F\u7528
  15. bolt112.uri=bolt://192.168.3.112
  16. bolt112.user=neo4j
  17. bolt112.passwd=123456
  18. sql1=with "+newList+" as data unwind data as row\n \
  19. match (l)-[r:\u8BCA\u65AD\u4F9D\u636E]->(m)\n \
  20. where l.name= row\n \
  21. with m,"+fildList+" as data unwind data as row\n \
  22. match (n)-[r:\u8BCA\u65AD\u4F9D\u636E]->(m)\n \
  23. where n.name= row\n \
  24. return m.name as condition, count(distinct r)>=m.path as jundgement, labels(m)[0] as label
  25. #\u67E5\u627E\u4E00\u4E9B\u8BCD\u662F\u5426\u5728\u56FE\u8C31\u4E2D
  26. searchWords=match(d) where d.name in fildList return distinct d.name as name
  27. #\u6839\u636E\u75BE\u75C5\u67E5\u627E\u76F8\u5E94\u7684Lis Pacs
  28. serchLisPacs=match (d:Disease)-[r1:\u63A8\u8350]->(m)\n \
  29. where d.name in diseaseNmae return distinct d.name as name,labels(m)[0] as lei,m.name as n