|
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
·
|
|
Re: JanusGraph seems to insist on Elastic Search
That was it Jason! Thanks! Could use a better error :-)
That was it Jason! Thanks! Could use a better error :-)
|
By
Rohit Jain <rohit.j...@...>
·
#15
·
|
|
Re: JanusGraph seems to insist on Elastic Search
Try dropping the existing HBase table first (default HBase table name is janusgraph), and then create a new graph with graph = JanusGraphFactory.open('conf/janusgraph-hbase.properties') which does not
Try dropping the existing HBase table first (default HBase table name is janusgraph), and then create a new graph with graph = JanusGraphFactory.open('conf/janusgraph-hbase.properties') which does not
|
By
Jason Plurad <plu...@...>
·
#14
·
|
|
JanusGraph seems to insist on Elastic Search
Since I did want to use an index since performance is not ofessence at the current time and I did not want to use either Elastic Search or SOLR, I used the following in Gremlin:
graph =
Since I did want to use an index since performance is not ofessence at the current time and I did not want to use either Elastic Search or SOLR, I used the following in Gremlin:
graph =
|
By
rohit.j...@...
·
#13
·
|
|
Re: Low-hanging fruit for JanusGraph
Yes, I've been on Titan 1.0 for quite some time now. I meant from Titan 1.0 to Titan 1.1 / JanusGraph. Maybe very little is needed - I haven't looked into the unreleased Titan 1.1 changes much.
Yes, I've been on Titan 1.0 for quite some time now. I meant from Titan 1.0 to Titan 1.1 / JanusGraph. Maybe very little is needed - I haven't looked into the unreleased Titan 1.1 changes much.
|
By
Austin Sharp <austins...@...>
·
#12
·
|
|
Re: Low-hanging fruit for JanusGraph
> Related to this area, I think the "hands-off-the-backend" approach that the Titan project took should be ditched.
I've heard this sentiment before, but my guess is that it will be a while before it
> Related to this area, I think the "hands-off-the-backend" approach that the Titan project took should be ditched.
I've heard this sentiment before, but my guess is that it will be a while before it
|
By
plu...@...
·
#11
·
|
|
Re: Low-hanging fruit for JanusGraph
> 2. Provide a well documented migration path from Titan 1.0
Have you already migrated your Titan 0.4 code over to Titan 1.0?
-- Jason
> 2. Provide a well documented migration path from Titan 1.0
Have you already migrated your Titan 0.4 code over to Titan 1.0?
-- Jason
|
By
plu...@...
·
#10
·
|
|
Re: Low-hanging fruit for JanusGraph
I was also delighted to read the notices about JanusGraph!
High in my wishlist is: better support for installing JanusGraph in any of the major Hadoop distributions. Many users have had to face
I was also delighted to read the notices about JanusGraph!
High in my wishlist is: better support for installing JanusGraph in any of the major Hadoop distributions. Many users have had to face
|
By
HadoopMarc <m.c.d...@...>
·
#9
·
|
|
Re: Low-hanging fruit for JanusGraph
This is a big one for us as well, and while we have stuck with a schema that allows supernodes we've made all sorts of work arounds in our java code which accesses Titan.
Although in our case we're
This is a big one for us as well, and while we have stuck with a schema that allows supernodes we've made all sorts of work arounds in our java code which accesses Titan.
Although in our case we're
|
By
Adam Phelps <a...@...>
·
#8
·
|
|
Low-hanging fruit for JanusGraph
Hi all,
extremely excited that JanusGraph is out into the world! I have been working with Titan since 0.4.x and have been hoping for a long time to see new maintainers so that bug reports, pull
Hi all,
extremely excited that JanusGraph is out into the world! I have been working with Titan since 0.4.x and have been hoping for a long time to see new maintainers so that bug reports, pull
|
By
Austin Sharp <austins...@...>
·
#7
·
|
|
JanusGraph project at The Linux Foundation
Today, The Linux Foundation announced the creation of the JanusGraph project. We're excited to push forward the open source, collaborative effort on scalable graph databases that was initiated by the
Today, The Linux Foundation announced the creation of the JanusGraph project. We're excited to push forward the open source, collaborative effort on scalable graph databases that was initiated by the
|
By
Jason Plurad <plu...@...>
·
#6
·
|