|
Improve development workflow 7 messages
Hello My thoughts to improve the development workflow in the near future. Ideas: Replace maven with gradle as build system Clean syntax to describe a build jobs performance improvement in build time a
Hello My thoughts to improve the development workflow in the near future. Ideas: Replace maven with gradle as build system Clean syntax to describe a build jobs performance improvement in build time a
|
By
Jan Jansen
·
|
|
Best Practices for Janusgraph
Hi Developers, As we can see alot of people have build good expertise over Janusgraph with different types of backend. So, I am starting this thread so that from past experiences everyone can share al
Hi Developers, As we can see alot of people have build good expertise over Janusgraph with different types of backend. So, I am starting this thread so that from past experiences everyone can share al
|
By
Abhay Pandit
·
|
|
about graph index 2 messages
Hi JanusGraph developers, I want to know when query a graph which just has less than ten vertices and with out index , it is very slow . so the graph must have index whether it's large or not?
Hi JanusGraph developers, I want to know when query a graph which just has less than ten vertices and with out index , it is very slow . so the graph must have index whether it's large or not?
|
By
arvin zhang
·
|
|
[ANNOUNCEMENT] The documentation is updated 5 messages
Thanks to Jan Jansen the whole documentation is now updated to new modernized documentation. The new documentation is launched on https://docs.janusgraph.org/ The repository which serves gh-pages for
Thanks to Jan Jansen the whole documentation is now updated to new modernized documentation. The new documentation is launched on https://docs.janusgraph.org/ The repository which serves gh-pages for
|
By
Oleksandr Porunov
·
|
|
Replacing EntryList by an iterable type 4 messages
When I look at the OrderedKeyValueStoreAdapter class, in methods getSlice() or getSlices(), objects of type RecordIterator<KeyValueEntry> are converted to objects of type EntryList (StaticArrayEntryLi
When I look at the OrderedKeyValueStoreAdapter class, in methods getSlice() or getSlices(), objects of type RecordIterator<KeyValueEntry> are converted to objects of type EntryList (StaticArrayEntryLi
|
By
Hieu Nguyen
·
|
|
[ANNOUNCEMENT] First build of new documentation 3 messages
Hi, we managed to push the first version of the new documentation using mkdocs. The plan is to give a week to check the new documentation for any major flaws. Afterward, we will release the new docume
Hi, we managed to push the first version of the new documentation using mkdocs. The plan is to give a week to check the new documentation for any major flaws. Afterward, we will release the new docume
|
By
Jan Jansen
·
|
|
mTLS between JanusGraph, CQL, Solr, Zookeeper 5 messages
Hi all - My team would like to enable mTLS among JanusGraph and the backend components we use today: CQL, Solr and ZooKeeper. From what I can gather, there are a few missing pieces (please correct me
Hi all - My team would like to enable mTLS among JanusGraph and the backend components we use today: CQL, Solr and ZooKeeper. From what I can gather, there are a few missing pieces (please correct me
|
By
Jeff Callahan
·
|
|
ShortestPathVertexProgram OOM issue 3 messages
Hi, I am running SparkGraphComputer for ShortestPathVertexProgram and I am running into Out Of Memory issue with bigger clusters as well. Total Nodes: 10 Million Total Size Of Nodes: 10G approx Total
Hi, I am running SparkGraphComputer for ShortestPathVertexProgram and I am running into Out Of Memory issue with bigger clusters as well. Total Nodes: 10 Million Total Size Of Nodes: 10G approx Total
|
By
Abhay Pandit
·
|
|
[ANNOUNCEMENT] Changes in branch names
Hi, The branches `0.2`, `0.3` and `0.4` were deleted and changed to equivalent branches `v0.2`, `v0.3` and `v0.4`. This actions were taken to generate a new documentation correctly (mkdocs). Best rega
Hi, The branches `0.2`, `0.3` and `0.4` were deleted and changed to equivalent branches `v0.2`, `v0.3` and `v0.4`. This actions were taken to generate a new documentation correctly (mkdocs). Best rega
|
By
Oleksandr Porunov
·
|
|
[DISCUSS] Accept money contributions 4 messages
Hello, I didn't research much, but I think we could try to enable some platform which will work to collect money contributions which we can spent on some expenses. I didn't research much how it works
Hello, I didn't research much, but I think we could try to enable some platform which will work to collect money contributions which we can spent on some expenses. I didn't research much how it works
|
By
Oleksandr Porunov
·
|
|
JanusGraph - OLAP - YARN (Hadoop 3.x) 2 messages
Hello, Has anyone tried to run OLAP queries on HDP 3.1, using HBase 2x with YARN? I managed to succesfully run JanusGraph on HBase 2.0.2, but I am not able to run queries using SparkGraphComputer, wit
Hello, Has anyone tried to run OLAP queries on HDP 3.1, using HBase 2x with YARN? I managed to succesfully run JanusGraph on HBase 2.0.2, but I am not able to run queries using SparkGraphComputer, wit
|
By
polaco...@...
·
|
|
New committer: Pavel Ershov 4 messages
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer on the project! Pavel Ershov has been a solid contributor. He already made a significant number o
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer on the project! Pavel Ershov has been a solid contributor. He already made a significant number o
|
By
"Florian Hockmann"
·
|
|
New TSC member: Oleksandr Porunov 4 messages
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new Technical Steering Committee member on the project! Oleksandr Porunov is one of the most active contributor
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new Technical Steering Committee member on the project! Oleksandr Porunov is one of the most active contributor
|
By
"Florian Hockmann"
·
|
|
Support for Partitioned Vertices in JanusGraphHadoop for OLAP queries 3 messages
Hey there, I have been working with JanusGraph recently and unfortunately the dataset that I am dealing with is susceptible to supernodes (10+ mil edges into a single vertex). It seems that partitioni
Hey there, I have been working with JanusGraph recently and unfortunately the dataset that I am dealing with is susceptible to supernodes (10+ mil edges into a single vertex). It seems that partitioni
|
By
kestin...@...
·
|
|
[MEETUP] JanusGraph Community Online Meetup August 7 2 messages
Hello, I would like to announce the second online JanusGraph community meetup. We have a great lineup of sessions that will be given by JanusGraph community members and lots of time for interactive Q&
Hello, I would like to announce the second online JanusGraph community meetup. We have a great lineup of sessions that will be given by JanusGraph community members and lots of time for interactive Q&
|
By
Ted Wilmes
·
|
|
Not able to 'addEdge' to 'CacheVertex' 6 messages
down votefavorite I have the below code in my java program that queries janusgraph to create vertices and edges if they don't exist already.Vertex v1 = g.V().has(<key1>,<value1>).tryNext().orElseGet((
down votefavorite I have the below code in my java program that queries janusgraph to create vertices and edges if they don't exist already.Vertex v1 = g.V().has(<key1>,<value1>).tryNext().orElseGet((
|
By
Teena K
·
|
|
[DISCUSS] Don't use Scroll API for ElasticSearch requests 3 messages
Currently we are using Scroll API for realtime search requests when using ElasticSearch as an index backend. In my experience it often creates more than 500 parallel cursors (sometimes more then 10000
Currently we are using Scroll API for realtime search requests when using ElasticSearch as an index backend. In my experience it often creates more than 500 parallel cursors (sometimes more then 10000
|
By
Oleksandr Porunov
·
|
|
[TSC ACTION REQUIRED] Unblock 0.4 branch 2 messages
Hello, There is a branch protraction on `0.4` branch which should be removed. Please, remove branch protraction on `0.4` branch. Currently the branch `0.4` is inconsistent with `0.3` and `master` bran
Hello, There is a branch protraction on `0.4` branch which should be removed. Please, remove branch protraction on `0.4` branch. Currently the branch `0.4` is inconsistent with `0.3` and `master` bran
|
By
Oleksandr Porunov
·
|
|
[ANNOUNCE] JanusGraph 0.4.0 Release
[ moving discussion from *-users@ to *-dev@ group ] FYI, since future users who are not already subscribed to the mailing list will most likely find this release via GitHub release page and not from t
[ moving discussion from *-users@ to *-dev@ group ] FYI, since future users who are not already subscribed to the mailing list will most likely find this release via GitHub release page and not from t
|
By
Misha Brukman
·
|
|
[RESULT][VOTE] JanusGraph 0.4.0 release
This vote is now closed with a total of 6 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (3 -- Florian Hockmann, Ted Wilmes, Misha Brukman) 0 (0) -1 (0) NON-BINDING VOTES: +1 (3 -- Oleksan
This vote is now closed with a total of 6 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (3 -- Florian Hockmann, Ted Wilmes, Misha Brukman) 0 (0) -1 (0) NON-BINDING VOTES: +1 (3 -- Oleksan
|
By
Florian Hockmann
·
|