|
Improve JanusGraph main page
As for me the main page of any product is important to make a good first impression. When I open the main page of JanusGraph it looks like the site was constructed in the 90s (sorry for criticism). I
As for me the main page of any product is important to make a good first impression. When I open the main page of JanusGraph it looks like the site was constructed in the 90s (sorry for criticism). I
|
By
Alexandr Porunov <alexand...@...>
·
#796
·
|
|
Creating a Wikipedia page for JanusGraph
I think it worth to create a Wikipedia page for JanusGraph and then add it into the list of notable graph databases.
Here is a draft page:
https://en.wikipedia.org/wiki/Draft:JanusGraph
Here is a list
I think it worth to create a Wikipedia page for JanusGraph and then add it into the list of notable graph databases.
Here is a draft page:
https://en.wikipedia.org/wiki/Draft:JanusGraph
Here is a list
|
By
Alexandr Porunov <alexand...@...>
·
#795
·
|
|
Re: [DISCUSS] Pull Request review and approval policy
Thanks Henry. The policy has been updated already. https://github.com/JanusGraph/janusgraph/blob/master/docs/development.adoc
Thanks Henry. The policy has been updated already. https://github.com/JanusGraph/janusgraph/blob/master/docs/development.adoc
|
By
Jason Plurad <plu...@...>
·
#794
·
|
|
Re: [DISCUSS] Pull Request review and approval policy
I am +1 for the suggestions to augment with RTC plus lazy consensus
I am sorry for lag of responses for the proposal.
- Henry
I am +1 for the suggestions to augment with RTC plus lazy consensus
I am sorry for lag of responses for the proposal.
- Henry
|
By
Henry Saputra <henry....@...>
·
#793
·
|
|
Re: What's the relationship between JanusGraph and Gremlin?
JanusGraph was built to use the TinkerPop APIs.
For storage backends if you think that TinkerPop has an abstract class with an in-memory graph JanusGraph adds more storage backends that extend that
JanusGraph was built to use the TinkerPop APIs.
For storage backends if you think that TinkerPop has an abstract class with an in-memory graph JanusGraph adds more storage backends that extend that
|
By
Chris Hupman <chris...@...>
·
#792
·
|
|
Re: What's the relationship between JanusGraph and Gremlin?
Hi Chris,
Thank you very much for your reply. I am trying to join in the development of janusgraph, so I tried to understand the code architecture of janus. But I am confused about the what janusgraph
Hi Chris,
Thank you very much for your reply. I am trying to join in the development of janusgraph, so I tried to understand the code architecture of janus. But I am confused about the what janusgraph
|
By
Raul Guo <zaixiagu...@...>
·
#791
·
|
|
Re: What's the relationship between JanusGraph and Gremlin?
Hi Raul,
This is more of a question for the JanusGraph users google group. That being said, here are some links that help explain the relationship.
Here's the architecture overview from the
Hi Raul,
This is more of a question for the JanusGraph users google group. That being said, here are some links that help explain the relationship.
Here's the architecture overview from the
|
By
Chris Hupman <chris...@...>
·
#790
·
|
|
What's the relationship between JanusGraph and Gremlin?
I am a little confused about the relationship between JanusGraph and gremlin, the storage backend(HBase, Cassandra, .etc) is configured by JanusGraph, but and the core traversal
I am a little confused about the relationship between JanusGraph and gremlin, the storage backend(HBase, Cassandra, .etc) is configured by JanusGraph, but and the core traversal
|
By
Raul Guo <zaixiagu...@...>
·
#789
·
|
|
Where should I begin to understand the code?
Hi developers:
I am a newbie to the group, I have used JanusGraph for a period and now I want one step further to take part in the development of janus graph. I have wathed the source code for a few
Hi developers:
I am a newbie to the group, I have used JanusGraph for a period and now I want one step further to take part in the development of janus graph. I have wathed the source code for a few
|
By
郭震 <zaixiagu...@...>
·
#788
·
|
|
Re: [REPORT] Open Pull Requests 2018-09-04
No, not at the moment, but it really isn't that difficult to pull together.
Bringing attention to the PRs that need reviews is a much higher priority than automating this report.
No, not at the moment, but it really isn't that difficult to pull together.
Bringing attention to the PRs that need reviews is a much higher priority than automating this report.
|
By
Jason Plurad <plu...@...>
·
#787
·
|
|
Re: [REPORT] Open Pull Requests 2018-09-04
Please tell me compiling this is at least partially automated.
Please tell me compiling this is at least partially automated.
|
By
Chris Hupman <chris...@...>
·
#786
·
|
|
[REPORT] Open Pull Requests 2018-09-04
Open Pull Requests 2018-09-04This report contains a summary of the open pull requests in the JanusGraph project ecosystem. Everybody interested is encouraged to submit review comments and approvals,
Open Pull Requests 2018-09-04This report contains a summary of the open pull requests in the JanusGraph project ecosystem. Everybody interested is encouraged to submit review comments and approvals,
|
By
Jason Plurad <plu...@...>
·
#785
·
|
|
Re: TinkerPop 3.2 vs TinkerPop 3.3 Serialization difference for Predicate class
Apologies for the slow response. Back from a long holiday weekend in the USA.
My opinion is that we need to keep pushing forward on releases and actively encourage users to move up to the latest
Apologies for the slow response. Back from a long holiday weekend in the USA.
My opinion is that we need to keep pushing forward on releases and actively encourage users to move up to the latest
|
By
Jason Plurad <plu...@...>
·
#784
·
|
|
Re: TinkerPop 3.2 vs TinkerPop 3.3 Serialization difference for Predicate class
I'm not against merging this into 0.2, but I'm actually not sure whether we want to do that. My understanding is that new features go mainly into master and that the 0.2 branch mostly gets bug fixes
I'm not against merging this into 0.2, but I'm actually not sure whether we want to do that. My understanding is that new features go mainly into master and that the 0.2 branch mostly gets bug fixes
|
By
Florian Hockmann <f...@...>
·
#783
·
|
|
Re: [PROPOSAL] new repository for .NET driver
@Jason:
I created a initial PR#2 to merge my codebase into official JanusGraph-Python repo you created. While the PR was successful, I wasn't able to add any reviewers, you or Florian or Misha. I'll
@Jason:
I created a initial PR#2 to merge my codebase into official JanusGraph-Python repo you created. While the PR was successful, I wasn't able to add any reviewers, you or Florian or Misha. I'll
|
By
Debasish Kanhar <d.k...@...>
·
#782
·
|
|
Re: TinkerPop 3.2 vs TinkerPop 3.3 Serialization difference for Predicate class
Hi Florian,
Thanks for the link to PR. Didn't know I had stumbled upon the same issue already. Oops :-P
Anyways, quick questions, are there any plan to merge those changes to 0.2 branch? Reason I'm
Hi Florian,
Thanks for the link to PR. Didn't know I had stumbled upon the same issue already. Oops :-P
Anyways, quick questions, are there any plan to merge those changes to 0.2 branch? Reason I'm
|
By
Debasish Kanhar <d.k...@...>
·
#781
·
|
|
Re: [DISCUSS] Official JanusGraph docker image repo
Ok, I moved Mr. Pounds code over into my fork of the new repo and put a "scratch" PR in: https://github.com/JanusGraph/janusgraph-docker/pull/1
Let's move our discussion/feedback on approach over to
Ok, I moved Mr. Pounds code over into my fork of the new repo and put a "scratch" PR in: https://github.com/JanusGraph/janusgraph-docker/pull/1
Let's move our discussion/feedback on approach over to
|
By
Ted Wilmes <twi...@...>
·
#780
·
|
|
[DISCUSS] Adding static code analysis into our review process
JanusGraph currently uses Coverity as a static code analysis tool. While this already led to some findings, it can unfortunately not be used to analyse code changes from pull requests. I wondered
JanusGraph currently uses Coverity as a static code analysis tool. While this already led to some findings, it can unfortunately not be used to analyse code changes from pull requests. I wondered
|
By
Florian Hockmann <f...@...>
·
#779
·
|
|
Re: Using custom properties in ElasticSearchIndex
The PR for this issue is here: https://github.com/JanusGraph/janusgraph/pull/1231
I would appropriate if someone could review it.
Best regards,
Alexandr
The PR for this issue is here: https://github.com/JanusGraph/janusgraph/pull/1231
I would appropriate if someone could review it.
Best regards,
Alexandr
|
By
Alexandr Porunov <alexand...@...>
·
#778
·
|
|
Re: [DISCUSS] Official JanusGraph docker image repo
I think that makes sense as a starting point. I'm assuming there will be a fair amount of testing, discussions, and iterations before it gets pushed up as an official image.
I think that makes sense as a starting point. I'm assuming there will be a fair amount of testing, discussions, and iterations before it gets pushed up as an official image.
|
By
Chris Hupman <chris...@...>
·
#776
·
|