Re: Graph Analytics on HBase With HGraphDB and Apache Flink Gelly

2018-04-04 Thread Jörn Franke
Have you checked janusgraph source code , it used also hbase as a storage backend: http://janusgraph.org/ It combines it with elasticsearch for indexing. Maybe you can inspire from the architecture there. Generally, hbase it depends a lot on how the data is written to regions, the order of data

Re: Graph Analytics on HBase With HGraphDB and Apache Flink Gelly

2018-04-04 Thread santoshg
Restarting this thread since it is relevant to us. We are thinking of using HBase/Cassandra to store graph data and then load the data from here into Flink/Gelly. One of the issues we are concerned about is the read performance. So far we tried our tests with data residing on HDFS and that worked f

Re: Graph Analytics on HBase With HGraphDB and Apache Flink Gelly

2017-07-27 Thread Vasiliki Kalavri
ng blog. >>> >>> From your experience, is there anything on hbase side which you see room >>> for improvement ? >>> >>> Which hbase release are you using ? >>> >>> Cheers >>> >>> On Thu, Jul 27, 2017 at 3:11 PM, Robert Yokota >>> wrote: >>> >>>> In case anyone is interested, I wrote a blog on how to analyze graphs >>>> stored in HBase with Apache Flink Gelly: >>>> >>>> https://yokota.blog/2017/07/27/graph-analytics-on-hbase-with >>>> -hgraphdb-and-apache-flink-gelly/ >>>> >>> >>> >> >

Re: Graph Analytics on HBase With HGraphDB and Apache Flink Gelly

2017-07-27 Thread Robert Yokota
;> Cheers >> >> On Thu, Jul 27, 2017 at 3:11 PM, Robert Yokota >> wrote: >> >>> In case anyone is interested, I wrote a blog on how to analyze graphs >>> stored in HBase with Apache Flink Gelly: >>> >>> https://yokota.blog/2017/07/27/graph-analytics-on-hbase-with >>> -hgraphdb-and-apache-flink-gelly/ >>> >> >> >

Re: Graph Analytics on HBase With HGraphDB and Apache Flink Gelly

2017-07-27 Thread Robert Yokota
; > On Thu, Jul 27, 2017 at 3:11 PM, Robert Yokota wrote: > >> In case anyone is interested, I wrote a blog on how to analyze graphs >> stored in HBase with Apache Flink Gelly: >> >> https://yokota.blog/2017/07/27/graph-analytics-on-hbase-with >> -hgraphdb-and-apache-flink-gelly/ >> > >

Re: Graph Analytics on HBase With HGraphDB and Apache Flink Gelly

2017-07-27 Thread Ted Yu
stored in HBase with Apache Flink Gelly: > > https://yokota.blog/2017/07/27/graph-analytics-on-hbase-with > -hgraphdb-and-apache-flink-gelly/ >

Graph Analytics on HBase With HGraphDB and Apache Flink Gelly

2017-07-27 Thread Robert Yokota
In case anyone is interested, I wrote a blog on how to analyze graphs stored in HBase with Apache Flink Gelly: https://yokota.blog/2017/07/27/graph-analytics-on-hbase- with-hgraphdb-and-apache-flink-gelly/