Skip to content

OnlyXYL/WiklGraph

Repository files navigation

WiklGraph

背景

图谱学习之路,图谱的构建

目录结构

WiklGraph
├── wikl-cloud
      ├── wikl-eureka                      #服务注册与发现中心               -->端口:8761
      ├── wikl-config                      #配置中心                       -->端口:8000
      ├── wikl-gateway                     #网关                          -->端口:8773
      ├── wikl-admin                       #监控工具                       -->端口:8774
├── wikl-common                            #公共模块
      ├── common-entity
      ├── common-util
      ├── common-neo4
      ├── common-orientdb
      ├── common-exception
├── wikl-component                         #系统组件                        -->端口:8768
├── wikl-janusgraph                        #JanusGraph模块                  -->端口:8766
├── wikl-java                              #Java模块                        -->端口:8767
├── wikl-neo4j                             #Neo4j模块                       -->端口:8082
        ├── neo4j-gremlin                                                   -->端口:8765
        ├── neo4j-jdbc                                                      -->端口:8764
├── wikl-orientdb                          #OrientDb模块    
        ├── orientdb-gremlin                                                -->端口:8763
        ├── orientdb-jdbc                                                   -->端口:8762
        ├── orientdb-spark                                                  -->端口:8769
├── wikl-portal                            #Portal模块                      -->端口:8081
├── wikl-elk
        ├── wikl-zipkin    8770  
        ├── trace-a    8771  
        ├── trace-b    8772  

图数据库

OrientDB

Neo4j

涉及技术

  • 后台

    Apache TinkerPop

    WebSocket

    SpringCloud

    Spring Cloud Data Flow

    Elasticsearch

  • 前台

    angular.js

    themleaf

端口

wikl-eureka : 8761
orientdb-jdbc: 8762
orientdb-gremlin: 8763
neo4j-jdbc: 8764
neo4j-gremlin: 8765

踩坑

About

通过知识图谱的构建来学习图数据库,以及相关技术点

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages