|
Improve JanusGraph main page
21 messages
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
·
|
|
CQL for OLAP issue with Syclla as backed both Local and Yarn Mode
2 messages
Hi All, I am unable to run any analytics (OLAP) on JanusGraph with Syclla as backend. I tried both in Local and Yarn mode on AWS EMR cluster In Yarn mode, it Throws an exception 10:07:58 ERROR org.apa
Hi All, I am unable to run any analytics (OLAP) on JanusGraph with Syclla as backend. I tried both in Local and Yarn mode on AWS EMR cluster In Yarn mode, it Throws an exception 10:07:58 ERROR org.apa
|
By
rakesh...@...
·
|
|
JanusGraph doesn't remove threadlocal tx after a transaction commit?
By Java VisualVm, I found some StandardJanusGraphTx "isOpen" field is false while they still live in memory. I read the source code. A graph has a threadLocal var named txs and the reference chain is
By Java VisualVm, I found some StandardJanusGraphTx "isOpen" field is false while they still live in memory. I read the source code. A graph has a threadLocal var named txs and the reference chain is
|
By
huangx...@...
·
|
|
[DISCUSS] Rethink JanusGrpah Schema Management
4 messages
Hi As a follow up to my talk last week, I would like to start a discussion on this topic about redesign the Schema Management. General idea is to deprecated direct access to JanusGraph server using ot
Hi As a follow up to my talk last week, I would like to start a discussion on this topic about redesign the Schema Management. General idea is to deprecated direct access to JanusGraph server using ot
|
By
Jan....@...
·
|
|
JG recovery is not working with a 2 node scyllaDB cluster as backend
12 messages
Hi all I am trying to recover a JG cluster backed by scyllaDB using steps at https://groups.google.com/d/msg/aureliusgraphs/WyJpzZ4Wcuw/AW4-1GXRfI0J I am always getting the error as below Could not fi
Hi all I am trying to recover a JG cluster backed by scyllaDB using steps at https://groups.google.com/d/msg/aureliusgraphs/WyJpzZ4Wcuw/AW4-1GXRfI0J I am always getting the error as below Could not fi
|
By
SAURABH VERMA
·
|
|
[DISCUSS] Adding static code analysis into our review process
17 messages
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 whet
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 whet
|
By
Florian Hockmann
·
|
|
JanusGraph Online Meetup Slides & Recording
Hello, Thanks to all who attended the recent online meetup. We had a lot of folks show up and a ton of great questions. Also, big shout and thank you to Chris, Ryan, Jan, and John for speaking. They p
Hello, Thanks to all who attended the recent online meetup. We had a lot of folks show up and a ton of great questions. Also, big shout and thank you to Chris, Ryan, Jan, and John for speaking. They p
|
By
Ted Wilmes
·
|
|
Grant all JanusGraph PMC members with necessary rights
There are multiple problems which I see which are not yet resolved: 1. We don't own the domain `janusgraph.org` that is why we can't recover accounts for Docker Hub and maven nexus (sonatype I assume)
There are multiple problems which I see which are not yet resolved: 1. We don't own the domain `janusgraph.org` that is why we can't recover accounts for Docker Hub and maven nexus (sonatype I assume)
|
By
Oleksandr Porunov
·
|
|
I thought there should be caching setting at hbase backend
When i try to reindex a mixed index with hbase backend, It really bothered me with such exception : [07:18:22:139] [ERROR] - org.janusgraph.diskstorage.keycolumnvalue.scan.StandardScannerExecutor$Data
When i try to reindex a mixed index with hbase backend, It really bothered me with such exception : [07:18:22:139] [ERROR] - org.janusgraph.diskstorage.keycolumnvalue.scan.StandardScannerExecutor$Data
|
By
li...@...
·
|
|
JanusGraph online meetup
19 messages
Hello, I'm currently helping to put together an online JanusGraph meetup, hosted by the company I work for, Expero. Though we'll host the audio/video and I'll likely present on one topic (probably JG
Hello, I'm currently helping to put together an online JanusGraph meetup, hosted by the company I work for, Expero. Though we'll host the audio/video and I'll likely present on one topic (probably JG
|
By
Ted Wilmes
·
|
|
How can i load janusgraph data into Spark graphx ?
2 messages
There are ways to read janusgraph(storeage with cassandra and index search with es) data into spark graphx?
There are ways to read janusgraph(storeage with cassandra and index search with es) data into spark graphx?
|
By
fen...@...
·
|
|
[MEETUP] JanusGraph Community Online Meetup March 27
Hello, I would like to announce the first online JanusGraph community meetup. We have a great lineup of sessions that will be given by JanusGraph project members and other community users. You'll find
Hello, I would like to announce the first online JanusGraph community meetup. We have a great lineup of sessions that will be given by JanusGraph project members and other community users. You'll find
|
By
Ted Wilmes
·
|
|
DynamoDB storage backend
10 messages
In conversations with AWS, they've expressed little willingness to continue to support this backend. I am very interested in moving from a self-managed cassandra-on-aws graph, to a managed DynamoDB gr
In conversations with AWS, they've expressed little willingness to continue to support this backend. I am very interested in moving from a self-managed cassandra-on-aws graph, to a managed DynamoDB gr
|
By
mcha...@...
·
|
|
[NOTE] If they are flaky, please mark them as flaky!
2 messages
Hi I added a feature to mark flaky tests in the commit https://github.com/JanusGraph/janusgraph/commit/adeaa980d736a0837a33ee33628e1eb7b70b50c1. How to mark test as flaky? https://github.com/JanusGrap
Hi I added a feature to mark flaky tests in the commit https://github.com/JanusGraph/janusgraph/commit/adeaa980d736a0837a33ee33628e1eb7b70b50c1. How to mark test as flaky? https://github.com/JanusGrap
|
By
Jan Jansen
·
|
|
[DISCUSS] Automated DCO enforcement via bot
7 messages
Hi all, Right now, the only bot-automated enforcement is the CLA signature, but not the Developer Certificate of Origin, which is a requirement of The Linux Foundation. This is a bit of a pain to do m
Hi all, Right now, the only bot-automated enforcement is the CLA signature, but not the Developer Certificate of Origin, which is a requirement of The Linux Foundation. This is a bit of a pain to do m
|
By
Misha Brukman
·
|
|
[VOTE] Removing support for backends that are EOL
9 messages
Hi, Jan already suggested in another discussion thread that we remove all support (code, tests, and docs) for backend versions that are already end of life (EOL). He listed these versions there: Elasi
Hi, Jan already suggested in another discussion thread that we remove all support (code, tests, and docs) for backend versions that are already end of life (EOL). He listed these versions there: Elasi
|
By
Florian Hockmann
·
|
|
VOTE: Issues clean-up
6 messages
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 a
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 a
|
By
Chris Hupman
·
|
|
JanusGraph query will Obtain redundant 1 degree data
2 messages
I have a query `g.V().has("USERID","userid","007").properties()`, but the properties and edges of vertex are all stored in table edgestore, so programs need to query edgestore and get every property a
I have a query `g.V().has("USERID","userid","007").properties()`, but the properties and edges of vertex are all stored in table edgestore, so programs need to query edgestore and get every property a
|
By
deng ziming
·
|
|
New committers: Jan Jansen and Oleksandr Porunov
3 messages
Congrats! Well deserved!
By
Chris Hupman
·
|
|
New TSC member: Florian Hockmann
2 messages
Congrats Florian!
By
Chris Hupman
·
|