|
Installation of JanusGraph
Hi All,
I am new to graph world and have done basic Titan tutorials, etc. Happy to hear that JanusGraph will continue where titan guys left.
Just a quick question, in the Getting started guide for
Hi All,
I am new to graph world and have done basic Titan tutorials, etc. Happy to hear that JanusGraph will continue where titan guys left.
Just a quick question, in the Getting started guide for
|
By
e2t2 <ghaffa...@...>
·
#35
·
|
|
Re: subscribe
This has been updated, please see
https://github.com/JanusGraph/janusgraph/blob/master/README.md#contact
for a single-click subscription process.
This has been updated, please see
https://github.com/JanusGraph/janusgraph/blob/master/README.md#contact
for a single-click subscription process.
|
By
Misha Brukman <mbru...@...>
·
#34
·
|
|
Re: subscribe
To subscribe to either the users or the dev list, visit the archive page for the list:
https://groups.google.com/group/janusgraph-users
https://groups.google.com/group/janusgraph-dev
and follow the
To subscribe to either the users or the dev list, visit the archive page for the list:
https://groups.google.com/group/janusgraph-users
https://groups.google.com/group/janusgraph-dev
and follow the
|
By
Misha Brukman <mbru...@...>
·
#33
·
|
|
Re: subscribe
Anybody interested in subscribing to the list, what you need to do is first sign in with your Google account.
Click on the Join group button at the top near the Google Group name.
Under the My
Anybody interested in subscribing to the list, what you need to do is first sign in with your Google account.
Click on the Join group button at the top near the Google Group name.
Under the My
|
By
Jason Plurad <plu...@...>
·
#32
·
|
|
Re: Scalability issue with titan (0.5.4) and upgrade version from 0.5.4 to 1.0.0
Hi Ankit,
You will need to perform a data migration from 0.5.4 to Titan 1.0 or JanusGraph. Daniel Kuppitz and Stephen Mallette put together an example migration from 0.5.4 to 1.0.0 here:
Hi Ankit,
You will need to perform a data migration from 0.5.4 to Titan 1.0 or JanusGraph. Daniel Kuppitz and Stephen Mallette put together an example migration from 0.5.4 to 1.0.0 here:
|
By
Ted Wilmes <twi...@...>
·
#31
·
|
|
Scalability issue with titan (0.5.4) and upgrade version from 0.5.4 to 1.0.0
Hi,
Currently, I am using titan graph0.5.4 for making the social graph out of user activities like (user1-->follows-->user2, user1-->likes-->object2 etc.).
Earlier when I started using it, a number
Hi,
Currently, I am using titan graph0.5.4 for making the social graph out of user activities like (user1-->follows-->user2, user1-->likes-->object2 etc.).
Earlier when I started using it, a number
|
By
ankit tyagi <ankitty...@...>
·
#30
·
|
|
Scalability issue with current titan(0.5.4) version and upgrade version to (1.0.0)
Hi,
Currently, I am using titan graph0.5.4 for making the social graph out of user activities like (user1-->follows-->user2, user1-->likes-->object2 etc.).
Earlier when I started using it, a number
Hi,
Currently, I am using titan graph0.5.4 for making the social graph out of user activities like (user1-->follows-->user2, user1-->likes-->object2 etc.).
Earlier when I started using it, a number
|
By
ankit tyagi <ankitty...@...>
·
#29
·
|
|
subscribe
By
Phil Young <phil.wi...@...>
·
#28
·
|
|
Janusgraph SDK support
Hi JP,
OpenJDK will work fine.
--Ted
Hi JP,
OpenJDK will work fine.
--Ted
|
By
Ted Wilmes <twi...@...>
·
#26
·
|
|
Janusgraph SDK support
Does Janusgraph support OpenJDK instead of Oracle?
Thansk.
Thanks
JP
Does Janusgraph support OpenJDK instead of Oracle?
Thansk.
Thanks
JP
|
By
Juan Pablo Gomez Espinosa <jpgo...@...>
·
#27
·
|
|
Re: partition methods on JanusGraph
Jerry, thanks a lot. appreciate the pointers.... Demai
Jerry, thanks a lot. appreciate the pointers.... Demai
|
By
Demai <nid...@...>
·
#25
·
|
|
Re: partition methods on JanusGraph
Hi, Demai
JanusGraph/Titan takes advantage of the partition/shard capability of the storage backend.
This is a high-level description of the graph partition.
Hi, Demai
JanusGraph/Titan takes advantage of the partition/shard capability of the storage backend.
This is a high-level description of the graph partition.
|
By
Jerry He <jerr...@...>
·
#24
·
|
|
partition methods on JanusGraph
hi, folks,
first, very glad to see someone picking up Titan....
I am new in this area and looking for a couple pointers. Does JanusGraph(titan) reply on the datastore(such as HBase) for data
hi, folks,
first, very glad to see someone picking up Titan....
I am new in this area and looking for a couple pointers. Does JanusGraph(titan) reply on the datastore(such as HBase) for data
|
By
Demai <nid...@...>
·
#23
·
|
|
Re: Maven coordinates for Janus graph
Hi Ajay,
I believe there is just the git repo just now: https://github.com/JanusGraph/janusgraph
You can clone the repo and do a local build, which will put the jars in your local .m2 repo, see the
Hi Ajay,
I believe there is just the git repo just now: https://github.com/JanusGraph/janusgraph
You can clone the repo and do a local build, which will put the jars in your local .m2 repo, see the
|
By
HadoopMarc <m.c.d...@...>
·
#22
·
|
|
Re: Query Execution
Hi Karthik,
The query execution is carried out by the JanusGraph instance, see http://docs.janusgraph.org/0.1.0-SNAPSHOT/arch-overview.html
The JanusGraph instance can be your own application with
Hi Karthik,
The query execution is carried out by the JanusGraph instance, see http://docs.janusgraph.org/0.1.0-SNAPSHOT/arch-overview.html
The JanusGraph instance can be your own application with
|
By
HadoopMarc <m.c.d...@...>
·
#21
·
|
|
Maven coordinates for Janus graph
What are the maven co-ordinates for downloading the Janus graph jars? is there one?
Regards
Ajay krishnan
What are the maven co-ordinates for downloading the Janus graph jars? is there one?
Regards
Ajay krishnan
|
By
akris...@...
·
#20
·
|
|
Query Execution
Hi,
I was wondering if the execution of a single query/traversal is on a single node or is the execution distributed across nodes ? I understand that the storage is distributed across many machines
Hi,
I was wondering if the execution of a single query/traversal is on a single node or is the execution distributed across nodes ? I understand that the storage is distributed across many machines
|
By
karthi...@...
·
#19
·
|
|
Re: JanusGraph seems to insist on Elastic Search
Thanks Jason! That worked.
Thanks Jason! That worked.
|
By
Rohit Jain <rohit.j...@...>
·
#18
·
|
|
Re: JanusGraph seems to insist on Elastic Search
If you are trying to do the tutorial without an index backend, you need to load the graph using this command instead:
GraphOfTheGodsFactory.load(graph, null,
If you are trying to do the tutorial without an index backend, you need to load the graph using this command instead:
GraphOfTheGodsFactory.load(graph, null,
|
By
Jason Plurad <plu...@...>
·
#17
·
|
|
Re: JanusGraph seems to insist on Elastic Search
However, when I do the next step in the tutorial I get the following error:
gremlin> GraphOfTheGodsFactory.load(graph)
Unknown external index backend: search
Display stack trace? [yN] N
However, when I do the next step in the tutorial I get the following error:
gremlin> GraphOfTheGodsFactory.load(graph)
Unknown external index backend: search
Display stack trace? [yN] N
|
By
Rohit Jain <rohit.j...@...>
·
#16
·
|