simon824 / janusgraph-externals

A collection of externals tools that make janusgraph more convenient and efficient to use.
301 stars 55 forks source link

考虑共建 JanusGraph 的可视化工具吗 #23

Open pomelo-nwu opened 1 year ago

pomelo-nwu commented 1 year ago

@simon824 你好,我注意到你在建设 JanusGraph 图数据库生态,我是 AntV 数据可视化团队的同学,负责基于 G6 的可视化平台 G6VP 的产品建设,目前已经对接了 TuGraphGraphScope,neo4J 等图数据源。今年也将计划对接JanusGraph,不知道你是否感兴趣参与共建,期待你的回复~ image

simon824 commented 1 year ago

hi @pomelo-nwu , 由于种种原因我们的图库已经从 JanusGraph 迁移到了 Apache HugeGraph,在 JanusGraph 上预计不会再投入时间, 不知道你们有没有对接 HugeGraph 的计划?有的话可以一起参与共建

pomelo-nwu commented 1 year ago

@simon824 太好啦!我们有计划支持主流的图数据库或者图计算引擎,通过开源共建的方式,方便加钉钉详细交流吗: image

pionCham commented 1 year ago

@simon824 halo~ 看到您说从JanusGraph 迁移到了 Apache HugeGraph,想请教下是出于什么原因考虑呢?目前我们团队使用Apache Atlas也深度依赖Juansgraph,性能上表现不及预期,尤其是数据血缘的深度搜索层面实在糟糕,也对cache的使用目前是参考官网的default和加大内存,但提升不明显。

simon824 commented 1 year ago

@simon824 halo~ 看到您说从JanusGraph 迁移到了 Apache HugeGraph,想请教下是出于什么原因考虑呢?目前我们团队使用Apache Atlas也深度依赖Juansgraph,性能上表现不及预期,尤其是数据血缘的深度搜索层面实在糟糕,也对cache的使用目前是参考官网的default和加大内存,但提升不明显。

hi @pionCham, HugeGraph 存储结构设计相比 JanusGraph 更合理,另外 backend 使用 rocksdb 能有更好的性能

pionCham commented 1 year ago

OK,thanks. @simon824

pomelo-nwu commented 1 year ago

@simon824 目前我们已经成功对接了 HugeGraph:https://github.com/apache/incubator-hugegraph/issues/2222 JanusGraph 我们也依照官方文档,做了简单对接:https://github.com/antvis/G6VP/pull/310 如果可以想了解下 JanusGraph 和 HugeGraph 的渊源,这样我们可以帮助做一些技术选型指导