|
[ANNOUNCE] JanusGraph 0.6.2 Release
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.2. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.2. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
|
By
Oleksandr Porunov
· #6527
·
|
|
[ANNOUNCE] JanusGraph 0.6.1 Release
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.1. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.1. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
|
By
Oleksandr Porunov
· #6354
·
|
|
Options for Bulk Read/Bulk Export
> Also @oleksandr, you have stated that "Otherwise, additional calls might be executed to your backend which could be not as efficient." how should we do these additional calls and get subsequent reco
> Also @oleksandr, you have stated that "Otherwise, additional calls might be executed to your backend which could be not as efficient." how should we do these additional calls and get subsequent reco
|
By
Oleksandr Porunov
· #6225
·
|
|
potential memory leak
Hi ViVek, I would suggest to upgrade to 0.6.0 version of JanusGraph. It's hard to understand your case from that scope of information you provided. Generally, I would suggest checking if you always cl
Hi ViVek, I would suggest to upgrade to 0.6.0 version of JanusGraph. It's hard to understand your case from that scope of information you provided. Generally, I would suggest checking if you always cl
|
By
Oleksandr Porunov
· #6219
·
|
|
Options for Bulk Read/Bulk Export
To add to Mark's suggestions there is also a multiQuery option in janusgraph-core. Notice, it's internal API and not Gremlin. Thus, it might be unavailable to you if you can access JanusGraph internal
To add to Mark's suggestions there is also a multiQuery option in janusgraph-core. Notice, it's internal API and not Gremlin. Thus, it might be unavailable to you if you can access JanusGraph internal
|
By
Oleksandr Porunov
· #6218
·
|
|
Flatfile for Janusgraph Backend
Hi, JanusGraph supports Oracle Berkeley DB which is embedded into Java and works either with a filesystem (by default) or in-memory (if configured so). That's might be something what you are looking f
Hi, JanusGraph supports Oracle Berkeley DB which is embedded into Java and works either with a filesystem (by default) or in-memory (if configured so). That's might be something what you are looking f
|
By
Oleksandr Porunov
· #6188
·
|
|
Performance Improvement
Hi Vinayak, I didn't follow your statements about count but I just want to add that if you don't use mixed index for count query than your count will require iteratively returning each element and cou
Hi Vinayak, I didn't follow your statements about count but I just want to add that if you don't use mixed index for count query than your count will require iteratively returning each element and cou
|
By
Oleksandr Porunov
· #6186
·
|
|
Unconfigured table exceptions in Janusgraph 0.6.0
Great to hear that worked for you. Caused by: com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed out after PT2S As seen from this PR: https://github.com/JanusGraph/janusgraph/pull/28
Great to hear that worked for you. Caused by: com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed out after PT2S As seen from this PR: https://github.com/JanusGraph/janusgraph/pull/28
|
By
Oleksandr Porunov
· #6173
·
|
|
Unconfigured table exceptions in Janusgraph 0.6.0
Also, notice, if you want to use multiple configuration options, you will need to split them using new line character. I.e. ` ` and not `;`. See example here: https://github.com/JanusGraph/janusgraph/
Also, notice, if you want to use multiple configuration options, you will need to split them using new line character. I.e. ` ` and not `;`. See example here: https://github.com/JanusGraph/janusgraph/
|
By
Oleksandr Porunov
· #6166
·
|
|
Unconfigured table exceptions in Janusgraph 0.6.0
You can also play with `advanced.metadata.schema.debouncer.max-events`. For more configurations see: https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/
You can also play with `advanced.metadata.schema.debouncer.max-events`. For more configurations see: https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/
|
By
Oleksandr Porunov
· #6165
·
|
|
Unconfigured table exceptions in Janusgraph 0.6.0
Hi, Mladen that issue is most likely related to this discussion of how the new CQL driver updates schema view: https://groups.google.com/a/lists.datastax.com/g/java-driver-user/c/Bc0gQuOVVL0 As sugges
Hi, Mladen that issue is most likely related to this discussion of how the new CQL driver updates schema view: https://groups.google.com/a/lists.datastax.com/g/java-driver-user/c/Bc0gQuOVVL0 As sugges
|
By
Oleksandr Porunov
· #6164
·
|
|
Performance Improvement
Hi Vinayak, 0.6.0 version of JanusGraph is released. I posted some quick tips to improve throughput to your CQL storage here: https://lists.lfaidata.foundation/g/janusgraph-users/message/6148 I also h
Hi Vinayak, 0.6.0 version of JanusGraph is released. I posted some quick tips to improve throughput to your CQL storage here: https://lists.lfaidata.foundation/g/janusgraph-users/message/6148 I also h
|
By
Oleksandr Porunov
· #6150
·
|
|
Release vs full release?
Hi Laura, Both janusgraph-<version>.zip and janusgraph-full-<version>.zip are the same except that `janusgraph-full-<version>.zip` includes Cassandra and ElasticSearch which can be quickly started wit
Hi Laura, Both janusgraph-<version>.zip and janusgraph-full-<version>.zip are the same except that `janusgraph-full-<version>.zip` includes Cassandra and ElasticSearch which can be quickly started wit
|
By
Oleksandr Porunov
· #6149
·
|
|
Too low Performance when running PageRank and WCC on Graph500
Hi Shipeng, I didn't check the graph which you refereed but 0.5.3 JanusGraph has some hard limits with Cassandra backend. I would recommend trying 0.6.0 version. You might want to add some configurati
Hi Shipeng, I didn't check the graph which you refereed but 0.5.3 JanusGraph has some hard limits with Cassandra backend. I would recommend trying 0.6.0 version. You might want to add some configurati
|
By
Oleksandr Porunov
· #6148
·
|
|
[ANNOUNCE] JanusGraph 0.6.0 Release
It was quick. JanusGraph 0.6.0 Docker image is now available in Docker Hub: https://hub.docker.com/layers/janusgraph/janusgraph/0.6.0/images/sha256-39b9059c23488f20d17f4b35f65c468112114b77d14f1b7d103f
It was quick. JanusGraph 0.6.0 Docker image is now available in Docker Hub: https://hub.docker.com/layers/janusgraph/janusgraph/0.6.0/images/sha256-39b9059c23488f20d17f4b35f65c468112114b77d14f1b7d103f
|
By
Oleksandr Porunov
· #6146
·
|
|
[ANNOUNCE] JanusGraph 0.6.0 Release
Jan Jansen is working on upgrading the docker image to 0.6.0 in this PR: https://github.com/JanusGraph/janusgraph-docker/pull/91 I believe the Docker image should be available soon.
Jan Jansen is working on upgrading the docker image to 0.6.0 in this PR: https://github.com/JanusGraph/janusgraph-docker/pull/91 I believe the Docker image should be available soon.
|
By
Oleksandr Porunov
· #6145
·
|
|
[ANNOUNCE] JanusGraph 0.6.0 Release
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.0. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.0. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
|
By
Oleksandr Porunov
· #6143
·
|
|
Janusgraph 0.6.0
Thanks. I opened the PR here: https://github.com/JanusGraph/janusgraph/pull/2760
Thanks. I opened the PR here: https://github.com/JanusGraph/janusgraph/pull/2760
|
By
Oleksandr Porunov
· #6089
·
|
|
Janusgraph 0.6.0
Hi, we upgraded Lucene to 8.9.0 version. Do you think the problem will be resolved if we include `lucene-backward-codecs.jar` in the classpath?
Hi, we upgraded Lucene to 8.9.0 version. Do you think the problem will be resolved if we include `lucene-backward-codecs.jar` in the classpath?
|
By
Oleksandr Porunov
· #6087
·
|
|
[ANNOUNCEMENT] JanusGraph enabled donations on LFX Crowdfunding
The JanusGraph Technical Steering Committee is excited to announce that JanusGraph is now accepting donations. As you may know, most of JanusGraph contributors are not full-time JanusGraph employees,
The JanusGraph Technical Steering Committee is excited to announce that JanusGraph is now accepting donations. As you may know, most of JanusGraph contributors are not full-time JanusGraph employees,
|
By
Oleksandr Porunov
· #6055
·
|