|
Re: [DISCUSS] Support of CQL backend for Spark #985
I think we should deprecate Thrift soon and then remove it in the next minor version of JanusGraph after that, but we probably need to offer the same functionality for CQL as for Thrift before we can
I think we should deprecate Thrift soon and then remove it in the next minor version of JanusGraph after that, but we probably need to offer the same functionality for CQL as for Thrift before we can
|
By
Florian Hockmann <f...@...>
·
#906
·
|
|
Re: Get executing query from java
This group is meant to discuss development of JanusGraph itself. For usage questions, please use JanusGraph users and for questions about Gremlin in general, like this one, you can use
This group is meant to discuss development of JanusGraph itself. For usage questions, please use JanusGraph users and for questions about Gremlin in general, like this one, you can use
|
By
Florian Hockmann <f...@...>
·
#905
·
|
|
Re: VOTE: Issues clean-up
+1 Good idea!
I sometimes close old issues if I come by them for some reason and notice that they aren't really issues (anymore), but going through all issues systematically would be great.
Am
+1 Good idea!
I sometimes close old issues if I come by them for some reason and notice that they aren't really issues (anymore), but going through all issues systematically would be great.
Am
|
By
Florian Hockmann <f...@...>
·
#904
·
|
|
Re: [DISCUSS] Support of CQL backend for Spark #985
+1 for number 3.
Number 3 is probably the best option, but I do wonder how long we should continue to support things like thrift and upgrading from titan.
+1 for number 3.
Number 3 is probably the best option, but I do wonder how long we should continue to support things like thrift and upgrading from titan.
|
By
Chris Hupman <chris...@...>
·
#903
·
|
|
Get executing query from java
Hi all
How can I get the executing query as string?
Hi all
How can I get the executing query as string?
|
By
antoni...@...
·
#902
·
|
|
VOTE: Issues clean-up
Hello,
The new template for issues got me thinking about going through all of the issues and closing out the ones that belong as user group messages, duplicates, or issues that may have already been
Hello,
The new template for issues got me thinking about going through all of the issues and closing out the ones that belong as user group messages, duplicates, or issues that may have already been
|
By
Chris Hupman <chris...@...>
·
#901
·
|
|
returning json from the gremlin cli
Hello,
In the print schema PR, A user asked about returning json instead of a text table. It wouldn't be difficult to return all the data as a String formatted as json and I can just add it in a
Hello,
In the print schema PR, A user asked about returning json instead of a text table. It wouldn't be difficult to return all the data as a String formatted as json and I can just add it in a
|
By
Chris Hupman <chris...@...>
·
#900
·
|
|
Re: Janusgraph Vertex object mapper
Hello,
For such kind of questions use this group: https://groups.google.com/forum/#!forum/janusgraph-users
I think you should look at OGMs. For example this one: http://syncleus.com/Ferma/
Regards
Hello,
For such kind of questions use this group: https://groups.google.com/forum/#!forum/janusgraph-users
I think you should look at OGMs. For example this one: http://syncleus.com/Ferma/
Regards
|
By
Oleksandr Porunov <alexand...@...>
·
#899
·
|
|
Janusgraph Vertex object mapper
Hi all,
Is there a simple way to map returning vertices or value maps to Java Pojo?
Any suggestions?
Thanks a lot!
Hi all,
Is there a simple way to map returning vertices or value maps to Java Pojo?
Any suggestions?
Thanks a lot!
|
By
antoni...@...
·
#898
·
|
|
Re: [DISCUSS] Support of CQL backend for Spark #985
Option 3 balances the various interests without nicely, +1 for it
Option 3 balances the various interests without nicely, +1 for it
|
By
Jeff Callahan <cal...@...>
·
#897
·
|
|
Re: [REPORT] Open Pull Requests 2018-09-04
Open Pull Requests requiring reviews 2019-01-11
PR-1327 isn't reviewed yet
PR-1330 isn't reviewed yet
PR-1334 got 1 non-binding approval
PR-1347 review is pending
PR-1369 got 1 non-binding approval
Open Pull Requests requiring reviews 2019-01-11
PR-1327 isn't reviewed yet
PR-1330 isn't reviewed yet
PR-1334 got 1 non-binding approval
PR-1347 review is pending
PR-1369 got 1 non-binding approval
|
By
Oleksandr Porunov <alexand...@...>
·
#896
·
|
|
Re: [DISCUSS] Support of CQL backend for Spark #985
I think, over time Thrift support should be dropped in JanusGraph as it is a deprecated protocol.
Right now I think that option 3 is the best one.
Option 1 also sounds OK to me. I don't think there
I think, over time Thrift support should be dropped in JanusGraph as it is a deprecated protocol.
Right now I think that option 3 is the best one.
Option 1 also sounds OK to me. I don't think there
|
By
Oleksandr Porunov <alexand...@...>
·
#895
·
|
|
[DISCUSS] Support of CQL backend for Spark #985
Hi,
Jan Jansen (farodin91) and I took a first try at implementing a CQL input format for Spark to enable OLAP jobs to work without Thrift (#985). Unfortunately, we can't just add wrappers for the CQL
Hi,
Jan Jansen (farodin91) and I took a first try at implementing a CQL input format for Spark to enable OLAP jobs to work without Thrift (#985). Unfortunately, we can't just add wrappers for the CQL
|
By
Florian Hockmann <f...@...>
·
#894
·
|
|
Re: Building a recommendation engine using JanusGraph and Google Big Table
Thanks so much for the heads up ;)
Thanks so much for the heads up ;)
|
By
Mollie Gleeson <mollie.r...@...>
·
#893
·
|
|
Re: Building a recommendation engine using JanusGraph and Google Big Table
Also, please, post your questions next time here: https://groups.google.com/forum/#!forum/janusgraph-users
JanusGraph developers group is only for internal implementation details of JanusGraph itself.
Also, please, post your questions next time here: https://groups.google.com/forum/#!forum/janusgraph-users
JanusGraph developers group is only for internal implementation details of JanusGraph itself.
|
By
Oleksandr Porunov <alexand...@...>
·
#892
·
|
|
Re: Building a recommendation engine using JanusGraph and Google Big Table
JanusGraph is a graph database which uses Gremlin language. It is better to search articles like "Gremlin recommendation algorithm".
Here is the a recommendation recipe you can implement with
JanusGraph is a graph database which uses Gremlin language. It is better to search articles like "Gremlin recommendation algorithm".
Here is the a recommendation recipe you can implement with
|
By
Oleksandr Porunov <alexand...@...>
·
#891
·
|
|
Building a recommendation engine using JanusGraph and Google Big Table
Hi all,
Anyone have any information or tutorials on how to build a recommendation engine with janusGraph?
I can't find any information on the internet.
Kind Regards
Hi all,
Anyone have any information or tutorials on how to build a recommendation engine with janusGraph?
I can't find any information on the internet.
Kind Regards
|
By
Mollie Gleeson <mollie.r...@...>
·
#890
·
|
|
Re: [REPORT] Open Pull Requests 2018-09-04
Pull Requests 2018-12-17:
PR-1272 can be closed as it is replaced by PR-1289
PR-1330 isn't reviewed yet
PR-1334 got 1 non-binding approval
PR-1343 didn't get approvals yet
PR-1347 isn't reviewed
Pull Requests 2018-12-17:
PR-1272 can be closed as it is replaced by PR-1289
PR-1330 isn't reviewed yet
PR-1334 got 1 non-binding approval
PR-1343 didn't get approvals yet
PR-1347 isn't reviewed
|
By
Alexandr Porunov <alexand...@...>
·
#889
·
|
|
Re: [REPORT] Open Pull Requests 2018-09-04
Pull Requests 2018-11-29:
PR-1286 got 2 approvals but is blocked until this changes is merged into master as discussed in PR-1282
PR-1294 got 1 approval and 1 request for changes but I believe all
Pull Requests 2018-11-29:
PR-1286 got 2 approvals but is blocked until this changes is merged into master as discussed in PR-1282
PR-1294 got 1 approval and 1 request for changes but I believe all
|
By
Alexandr Porunov <alexand...@...>
·
#888
·
|
|
JanusGraph full GC doesn't recycle heap memory
I am trying to save data to my JanusGraph(Hbase backend, with no mixed index backend) concurrently(with 100 thread bounded transactions to do with requests), I found a very strange issue, please give
I am trying to save data to my JanusGraph(Hbase backend, with no mixed index backend) concurrently(with 100 thread bounded transactions to do with requests), I found a very strange issue, please give
|
By
Raul Guo <zaixiagu...@...>
·
#887
·
|