|
TinkerPop 3.2 vs TinkerPop 3.3 Serialization difference for Predicate class
6 messages
Hi All, So as you all know I've been developing Client drivers for JanusGraph. I was able to test my initial version of library against JanusGraph 0.3.0 which uses TP 3.3.3. I now want to test the sam
Hi All, So as you all know I've been developing Client drivers for JanusGraph. I was able to test my initial version of library against JanusGraph 0.3.0 which uses TP 3.3.3. I now want to test the sam
|
By
Debasish Kanhar
·
|
|
[PROPOSAL] new repository for .NET driver
13 messages
Florian Hockmann is ready to contribute a .NET driver for JanusGraph. The pull request is currently found in the main janusgraph repo. The driver extends the TinkerPop .NET driver with additional capa
Florian Hockmann is ready to contribute a .NET driver for JanusGraph. The pull request is currently found in the main janusgraph repo. The driver extends the TinkerPop .NET driver with additional capa
|
By
Jason Plurad
·
|
|
Using custom properties in ElasticSearchIndex
2 messages
Hello, I see that in the class "ElasticSearchIndex" in the method "pushMapping(String store, String key, KeyInformation information)" we ignore any custom properties from "KeyInformation information".
Hello, I see that in the class "ElasticSearchIndex" in the method "pushMapping(String store, String key, KeyInformation information)" we ignore any custom properties from "KeyInformation information".
|
By
Alexandr Porunov
·
|
|
[PROPOSAL] new repository for a JanusGraph plugin for Apache Ambari
4 messages
Awhile back I wrote a plugin for Ambari to install JanusGraph. Right now it just installs and runs, but doesn't have any support for authentication or monitoring. So I wouldn't currently recommend it
Awhile back I wrote a plugin for Ambari to install JanusGraph. Right now it just installs and runs, but doesn't have any support for authentication or monitoring. So I wouldn't currently recommend it
|
By
Chris Hupman
·
|
|
Janusgraph + Spark standalone without hadoop
7 messages
Hi All, I am pretty new to Janusgraph and want to get some suggestions from you. Previously I posted a question about using ES as backend storage, and got some good feedback from Jason (Thanks!). Now
Hi All, I am pretty new to Janusgraph and want to get some suggestions from you. Previously I posted a question about using ES as backend storage, and got some good feedback from Jason (Thanks!). Now
|
By
Wei Ding
·
|
|
Janusgraph support for HBase 2.0(Hadoop 3.x)
3 messages
Hi, Is there any plans that Janusgraph to be certified on Hbase 2.0 version as we are currently using Janusgreaph0.2.0 with Hbase 1.1.2, but planning to upgrade our Hadoop version to 3.x. For this we
Hi, Is there any plans that Janusgraph to be certified on Hbase 2.0 version as we are currently using Janusgreaph0.2.0 with Hbase 1.1.2, but planning to upgrade our Hadoop version to 3.x. For this we
|
By
Jagadeesh Kumar Bhavanasi
·
|
|
Edge properties consistency
Hello I face following scenario : several threads trying to increment a property value on same edge. Actual behavior : last commit is the value that stays after threads are done The question is : how
Hello I face following scenario : several threads trying to increment a property value on same edge. Actual behavior : last commit is the value that stays after threads are done The question is : how
|
By
Rami Mankevich
·
|
|
Failing to store List as property value
3 messages
I have this code: JanusGraph graph = JanusGraphFactory.open("/janusgraph-0.2.0-hadoop2/conf/janusgraph-cassandra.properties"); JanusGraphManagement mgmt = graph.openManagement(); mgmt.makePropertyKey(
I have this code: JanusGraph graph = JanusGraphFactory.open("/janusgraph-0.2.0-hadoop2/conf/janusgraph-cassandra.properties"); JanusGraphManagement mgmt = graph.openManagement(); mgmt.makePropertyKey(
|
By
mkj....@...
·
|
|
[DISCUSS] Versioning for GLV Libraries
6 messages
Now that we have repos ready for a Python and a .NET library that extend the TinkerPop GLVs for JanusGraph, we need to decide on how those libraries should be released and how we want to handle versio
Now that we have repos ready for a Python and a .NET library that extend the TinkerPop GLVs for JanusGraph, we need to decide on how those libraries should be released and how we want to handle versio
|
By
Florian Hockmann
·
|
|
ES as storage backend for Janusgraph
2 messages
I am new to Janusgraph. By reading the Docs I understand that Janusgraph needs KV or KVC as the backend. But if I want to use ES as backend, what kind of work is needed? Does it really make sense to d
I am new to Janusgraph. By reading the Docs I understand that Janusgraph needs KV or KVC as the backend. But if I want to use ES as backend, what kind of work is needed? Does it really make sense to d
|
By
Wei Ding
·
|
|
[DISCUSS] JanusGraph 0.2.2 release
3 messages
I created a milestone for the 0.2.2 shortly before 0.2.1 was released. The 0.2 branch is open and the versions are updated to 0.2.2-SNAPSHOT. These are the open PRs that require review/approvals. A co
I created a milestone for the 0.2.2 shortly before 0.2.1 was released. The 0.2 branch is open and the versions are updated to 0.2.2-SNAPSHOT. These are the open PRs that require review/approvals. A co
|
By
Jason Plurad
·
|
|
Serialization error in JanusGraph libraries for Python (Geo Predicate)
11 messages
Hi all, I'm currently building JanusGraph libraries for Python so that we can extend functionalities of JanusGraph indexed lookup and Schema management using non JVM based languages. I was planning a
Hi all, I'm currently building JanusGraph libraries for Python so that we can extend functionalities of JanusGraph indexed lookup and Schema management using non JVM based languages. I was planning a
|
By
Debasish Kanhar
·
|
|
New committers: Florian Hockmann and Chris Hupman
2 messages
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome 2 new committers on the project! Florian Hockmann has been a solid contributor. In the JanusGraph 0.3.0 release,
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome 2 new committers on the project! Florian Hockmann has been a solid contributor. In the JanusGraph 0.3.0 release,
|
By
Jason Plurad
·
|
|
[VOTE] JanusGraph 0.3.0 release
13 messages
Hello, We are happy to announce that JanusGraph 0.3.0 is ready for release. The release artifacts can be found at this location: https://github.com/JanusGraph/janusgraph/releases/tag/v0.3.0 A binary d
Hello, We are happy to announce that JanusGraph 0.3.0 is ready for release. The release artifacts can be found at this location: https://github.com/JanusGraph/janusgraph/releases/tag/v0.3.0 A binary d
|
By
Jason Plurad
·
|
|
[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
·
|