|
Re: [DISCUSS] Individual Versioning decision for GLV libraries
I haven't been really following the discussion, so apologies if this has already been mentioned, but I've liked the approach that Ogre and gremlin-scala have taken with respect to TinkerPop - they
I haven't been really following the discussion, so apologies if this has already been mentioned, but I've liked the approach that Ogre and gremlin-scala have taken with respect to TinkerPop - they
|
By
Stephen Mallette <spmal...@...>
·
#845
·
|
|
[CANCEL][VOTE] JanusGraph 0.2.2 release
I opened up Issue 1285 for the storage incompatibility of upgrade from 0.2.1 to 0.2.2. I will start a new voting thread for 0.2.2 when the release with a fix is ready.
I opened up Issue 1285 for the storage incompatibility of upgrade from 0.2.1 to 0.2.2. I will start a new voting thread for 0.2.2 when the release with a fix is ready.
|
By
Jason Plurad <plu...@...>
·
#844
·
|
|
Re: [DISCUSS] Individual Versioning decision for GLV libraries
If we agree on using SemVer, then that already tells us how to handle minor and major version. Taken from its summary:
The only special case is that we can include breaking changes without having to
If we agree on using SemVer, then that already tells us how to handle minor and major version. Taken from its summary:
The only special case is that we can include breaking changes without having to
|
By
Florian Hockmann <f...@...>
·
#843
·
|
|
Re: [DISCUSS] Individual Versioning decision for GLV libraries
and users expect exactly that of a library that has a 0.y.z version. I think that makes sense for us. : I agree with you, after going through your points, it seems that going forward with 0.y.z as
and users expect exactly that of a library that has a 0.y.z version. I think that makes sense for us. : I agree with you, after going through your points, it seems that going forward with 0.y.z as
|
By
Debasish Kanhar <d.k...@...>
·
#842
·
|
|
Re: [VOTE] JanusGraph 0.2.2 release
Also, nice catch :)
By
Chris Hupman <chris...@...>
·
#841
·
|
|
Re: [VOTE] JanusGraph 0.2.2 release
I ended up replacing that check with the concept of the graph.storage-version when I wrote the upgrade for 0.3.x. Either we can hard code 0.2.2 as allowed or we can back-port the upgrade
I ended up replacing that check with the concept of the graph.storage-version when I wrote the upgrade for 0.3.x. Either we can hard code 0.2.2 as allowed or we can back-port the upgrade
|
By
Chris Hupman <chris...@...>
·
#840
·
|
|
Re: [VOTE] JanusGraph 0.2.2 release
I was trying to do some testing:
JanusGraph 0.2.2 can not read graph from 0.2.1.
org.janusgraph.core.JanusGraphException: StorageBackend version is incompatible with current JanusGraph version:
I was trying to do some testing:
JanusGraph 0.2.2 can not read graph from 0.2.1.
org.janusgraph.core.JanusGraphException: StorageBackend version is incompatible with current JanusGraph version:
|
By
Jerry He <jerr...@...>
·
#839
·
|
|
Re: [VOTE] JanusGraph 0.3.1 release
+1
By
Chris Hupman <chris...@...>
·
#838
·
|
|
Re: [VOTE] JanusGraph 0.2.2 release
+1
By
Chris Hupman <chris...@...>
·
#837
·
|
|
Re: [VOTE] JanusGraph 0.3.1 release
+1
By
Misha Brukman <mbru...@...>
·
#836
·
|
|
Re: [VOTE] JanusGraph 0.2.2 release
+1
By
Misha Brukman <mbru...@...>
·
#835
·
|
|
Re: [DISCUSS] Individual Versioning decision for GLV libraries
I just meant any breaking change which could also simply be that a new GraphSON version is used by default. It doesn't have to be a breaking code change in the library itself.
That's simply part of
I just meant any breaking change which could also simply be that a new GraphSON version is used by default. It doesn't have to be a breaking code change in the library itself.
That's simply part of
|
By
Florian Hockmann <f...@...>
·
#834
·
|
|
Re: [DISCUSS] Individual Versioning decision for GLV libraries
Adding new features (which requires a minor version bump) doesn't hinder users from upgrading in any way. So, I don't see why we would still maintain an older version without this new feature.: This
Adding new features (which requires a minor version bump) doesn't hinder users from upgrading in any way. So, I don't see why we would still maintain an older version without this new feature.: This
|
By
Debasish Kanhar <d.k...@...>
·
#833
·
|
|
Question for JanusGraph experts about architecture and design for our application.
Hi all,
We are working on a decentralized knowledge graph called Weaviate, and JanusGraph plays an important role in our software. We have a few people working on JanusGraph and they have some
Hi all,
We are working on a decentralized knowledge graph called Weaviate, and JanusGraph plays an important role in our software. We have a few people working on JanusGraph and they have some
|
By
Bob van Luijt <b...@...>
·
#832
·
|
|
Re: [DISCUSS] Individual Versioning decision for GLV libraries
I also think that we should keep the number of maintained branches / versions as low as possible, ideally only 1 branch will be actively maintained. Adding new features (which requires a minor version
I also think that we should keep the number of maintained branches / versions as low as possible, ideally only 1 branch will be actively maintained. Adding new features (which requires a minor version
|
By
Florian Hockmann <f...@...>
·
#831
·
|
|
Re: [VOTE] JanusGraph 0.2.2 release
+1
By
Debasish Kanhar <d.k...@...>
·
#830
·
|
|
Re: [VOTE] JanusGraph 0.3.1 release
+1
By
Debasish Kanhar <d.k...@...>
·
#829
·
|
|
Re: [VOTE] JanusGraph 0.3.1 release
Reviewed the docs and all looks good.
+1
Reviewed the docs and all looks good.
+1
|
By
Florian Hockmann <f...@...>
·
#828
·
|
|
Re: [VOTE] JanusGraph 0.2.2 release
Reviewed the docs and all looks good.
+1
Reviewed the docs and all looks good.
+1
|
By
Florian Hockmann <f...@...>
·
#827
·
|
|
Re: Solr cloud with multiple ZK instances
Hi, Sarath and Madhan
Your analysis makes sense.
I did a quick test.
From gremlin shell:
gremlin> graph.getConfiguration().getLocalConfiguration().getProperty('index.search.solr.zookeeper-url')
It
Hi, Sarath and Madhan
Your analysis makes sense.
I did a quick test.
From gremlin shell:
gremlin> graph.getConfiguration().getLocalConfiguration().getProperty('index.search.solr.zookeeper-url')
It
|
By
Jerry He <jerr...@...>
·
#826
·
|