|
[RESULT][VOTE] JanusGraph 0.3.0 release
This vote is now closed with a total of 7 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (3 -- Jason Plurad, Misha Brukman, Jerry He) 0 (0) -1 (0) NON-BINDING VOTES: +1 (4 -- Florian Hockm
This vote is now closed with a total of 7 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (3 -- Jason Plurad, Misha Brukman, Jerry He) 0 (0) -1 (0) NON-BINDING VOTES: +1 (4 -- Florian Hockm
|
By
Jason Plurad
·
|
|
No CONF directory
2 messages
I did a a clone of JanusGraph and after the doing the "mvn clean install", I do not have bin or a conf directory. Any ideas? MacOS High Sierra Java 1.8.xx
I did a a clone of JanusGraph and after the doing the "mvn clean install", I do not have bin or a conf directory. Any ideas? MacOS High Sierra Java 1.8.xx
|
By
bsa...@...
·
|
|
[DISCUSS] Release planning v0.3.0
11 messages
Let's start a discussion on releases. This thread is for the master branch (0.3.0 release). The master branch has fixes and new features. The master branch is currently based on Apache TinkerPop 3.3.1
Let's start a discussion on releases. This thread is for the master branch (0.3.0 release). The master branch has fixes and new features. The master branch is currently based on Apache TinkerPop 3.3.1
|
By
Jason Plurad
·
|
|
Running JanusGraph on resource-constrained devices
2 messages
Hi: Can JanusGraph run on resource-constrained devices, e.g., Raspberry Pi, or low end PCs with configuration such as 2 GB RAM and 80 GB storage? The primary use cases I'm looking at is the following:
Hi: Can JanusGraph run on resource-constrained devices, e.g., Raspberry Pi, or low end PCs with configuration such as 2 GB RAM and 80 GB storage? The primary use cases I'm looking at is the following:
|
By
ncn...@...
·
|
|
Serialization of JanusGraph specific types and search predicates for non-Java based languages
8 messages
JanusGraph uses some types and predicates that are not part of TinkerPop and therefore don't have serializers and deserializers in the different TinkerPop GLVs and language drivers. This means that th
JanusGraph uses some types and predicates that are not part of TinkerPop and therefore don't have serializers and deserializers in the different TinkerPop GLVs and language drivers. This means that th
|
By
Florian Hockmann
·
|
|
Pointing Multiple Janusgraph Instances to same HBase giving different results
3 messages
Hi, We are using Janusgraph 0.2.0, with HBase as storage backend and Solr 5.5 as Indexing engine. Have few questions Is it possible to create the Janusgraph as a cluster? As we dont see Clustering fea
Hi, We are using Janusgraph 0.2.0, with HBase as storage backend and Solr 5.5 as Indexing engine. Have few questions Is it possible to create the Janusgraph as a cluster? As we dont see Clustering fea
|
By
Jagadeesh Kumar Bhavanasi
·
|
|
Why is rexindexing for a new index that is restricted to a new vertex label required?
2 messages
The docs describe when a reindex operation is necessary: If the indexed keys or labels already existed prior to index construction it is necessary to reindex the entire graph in order to ensure that t
The docs describe when a reindex operation is necessary: If the indexed keys or labels already existed prior to index construction it is necessary to reindex the entire graph in order to ensure that t
|
By
Florian Hockmann
·
|
|
[PROPOSAL] Strict Schema
12 messages
Currently, the schema for JanusGraph is basically only a list of allowed labels (for vertices and edges) and available properties. What's missing in my opinion is the option to specify which vertex an
Currently, the schema for JanusGraph is basically only a list of allowed labels (for vertices and edges) and available properties. What's missing in my opinion is the option to specify which vertex an
|
By
Florian Hockmann
·
|
|
[DISCUSS] Default test suite is too dang slow #1136
2 messages
I'm cross-posting this from my github issue, as advised by pluradj. --- There's two separate documents that tell newcomers how to build and test the source code: https://docs.janusgraph.org/latest/bui
I'm cross-posting this from my github issue, as advised by pluradj. --- There's two separate documents that tell newcomers how to build and test the source code: https://docs.janusgraph.org/latest/bui
|
By
Buck Evan
·
|
|
[ANNOUNCE] JanusGraph 0.2.1 Release
2 messages
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.2.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.2.1. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
|
By
Jason Plurad
·
|
|
Returning Janus Edges using Gremlin.NET - workaround not working with Promises
9 messages
I found out a while ago that returning edges from Janus is a problem with gremlin.net as you get this exception: "Deserializer for \"janusgraph:RelationIdentifier\" not found" As I don't have the time
I found out a while ago that returning edges from Janus is a problem with gremlin.net as you get this exception: "Deserializer for \"janusgraph:RelationIdentifier\" not found" As I don't have the time
|
By
shapesh...@...
·
|
|
[RESULT][VOTE] JanusGraph 0.2.1 release
This vote is now closed with a total of 4 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (3 -- Jason Plurad, sjudeng, Jerry He) 0 (0) -1 (0) NON-BINDING VOTES: +1 (1 -- Alexandr Porunov) 0
This vote is now closed with a total of 4 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (3 -- Jason Plurad, sjudeng, Jerry He) 0 (0) -1 (0) NON-BINDING VOTES: +1 (1 -- Alexandr Porunov) 0
|
By
Jason Plurad
·
|
|
[VOTE] JanusGraph 0.2.1 release
6 messages
Hello, We are happy to announce that JanusGraph 0.2.1 is ready for release. The release artifacts can be found at this location: https://github.com/JanusGraph/janusgraph/releases/tag/v0.2.1 A binary d
Hello, We are happy to announce that JanusGraph 0.2.1 is ready for release. The release artifacts can be found at this location: https://github.com/JanusGraph/janusgraph/releases/tag/v0.2.1 A binary d
|
By
Jason Plurad
·
|
|
cassandra with ldap authentication
7 messages
I need to use janusgraph with cassandra using ldap authentication This is supported by dse-java-driver-core but not by cassandra-driver-core. I've experimented substitution in my own fork without (app
I need to use janusgraph with cassandra using ldap authentication This is supported by dse-java-driver-core but not by cassandra-driver-core. I've experimented substitution in my own fork without (app
|
By
Bartolomeo Sorrentino
·
|
|
[DISCUSS] Release planning v0.2.1
20 messages
Let's start a discussion on releases. This thread is for the 0.2 branch (0.2.1 release), and I'll start a separate thread for the master branch (0.3.0 release). The 0.2 branch is for fixes only and no
Let's start a discussion on releases. This thread is for the 0.2 branch (0.2.1 release), and I'll start a separate thread for the master branch (0.3.0 release). The 0.2 branch is for fixes only and no
|
By
Jason Plurad
·
|
|
Delays during commit processing
Hi, I posted a question a while back to the users list (here: https://groups.google.com/forum/#!topic/janusgraph-users/pGEZ0yMEP9k ) and subsequently did a bit of digging. In a nutshell, I am seeing a
Hi, I posted a question a while back to the users list (here: https://groups.google.com/forum/#!topic/janusgraph-users/pGEZ0yMEP9k ) and subsequently did a bit of digging. In a nutshell, I am seeing a
|
By
graham...@...
·
|
|
Do not use JanusGraphFactory.drop(graph) with Elasticsearch 6.x
Anyone running JanusGraph with Elasticsearch 6.x should not make calls to index.clearStorage(), including JanusGraphFactory.drop(graph) and JanusGraphCleanup.clear(graph). A community member discovere
Anyone running JanusGraph with Elasticsearch 6.x should not make calls to index.clearStorage(), including JanusGraphFactory.drop(graph) and JanusGraphCleanup.clear(graph). A community member discovere
|
By
sjudeng
·
|
|
gremlin-python 3.3.2
4 messages
Hi All, I downloaded prebulded 0.3.0 RC from https://groups.google.com/forum/#!topic/janusgraph-dev/0ng5lHio4TQ and I tried to make a connection with python I installed gremiln-python 3.3.2 (previousl
Hi All, I downloaded prebulded 0.3.0 RC from https://groups.google.com/forum/#!topic/janusgraph-dev/0ng5lHio4TQ and I tried to make a connection with python I installed gremiln-python 3.3.2 (previousl
|
By
ivaylo frankov
·
|
|
Solr as storage backend
5 messages
Hello, I have started work on a Solr storage adapter. I implemented a storeManage and OrderedKeyValueStore. Now i can try some query with Gremlin gremlin> graph ==>standardjanusgraph[solr:[127.0.0.1]]
Hello, I have started work on a Solr storage adapter. I implemented a storeManage and OrderedKeyValueStore. Now i can try some query with Gremlin gremlin> graph ==>standardjanusgraph[solr:[127.0.0.1]]
|
By
zhouy...@...
·
|
|
Dead core removal
2 messages
Hello. Is there an established convention how no longer useful code should be handled? E.g. there are commented out lines in GraphDatabaseConfiguration.java - like the ones for cluster.partition setti
Hello. Is there an established convention how no longer useful code should be handled? E.g. there are commented out lines in GraphDatabaseConfiguration.java - like the ones for cluster.partition setti
|
By
Yevgeniy Ignatyev
·
|