|
Re: JanusGraph NiFi connector - exists?
Agreed, that would be great. I'm not aware of one. Keep us updated if you continue to develop it.
Agreed, that would be great. I'm not aware of one. Keep us updated if you continue to develop it.
|
By
Jason Plurad <plu...@...>
·
#556
·
|
|
JanusGraph NiFi connector - exists?
Hi Everyone,
Looking at either using existing or creating a NiFi connector for Janusgraph.
Don't want to recreate if one exists or there are activities to create...
Would be great - as there is
Hi Everyone,
Looking at either using existing or creating a NiFi connector for Janusgraph.
Don't want to recreate if one exists or there are activities to create...
Would be great - as there is
|
By
Gene Fojtik <genef...@...>
·
#555
·
|
|
Re: Documentation question: Section 10.3 Transaction Failures
I realized I went on and never really addressed your point. I do think you're right, the docs could be improved there. If you could create a new issue with some bullets describing the scenarios, that
I realized I went on and never really addressed your point. I do think you're right, the docs could be improved there. If you could create a new issue with some bullets describing the scenarios, that
|
By
Ted Wilmes <twi...@...>
·
#554
·
|
|
Re: Documentation question: Section 10.3 Transaction Failures
Hi Ted
Agreed - I am not sure whether we (Atlas)are being fully diligent with regard to always closing off every tx yet- but I can check that.
Even outside of the Atlas (embedded)scenario, the
Hi Ted
Agreed - I am not sure whether we (Atlas)are being fully diligent with regard to always closing off every tx yet- but I can check that.
Even outside of the Atlas (embedded)scenario, the
|
By
Graham Wallis <graham...@...>
·
#553
·
|
|
Re: Documentation question: Section 10.3 Transaction Failures
Sorry, read through the snippet too quick and I think I see what you're getting at. If you are using Janus embedded like Atlas is, you do need to be careful with transactions, not only defining clear
Sorry, read through the snippet too quick and I think I see what you're getting at. If you are using Janus embedded like Atlas is, you do need to be careful with transactions, not only defining clear
|
By
Ted Wilmes <twi...@...>
·
#552
·
|
|
Re: Documentation question: Section 10.3 Transaction Failures
Hi Graham,
If the exception is thrown during the commit, Janus will automatically role the transaction back. You can see how it's handled internally here.
--Ted
Hi Graham,
If the exception is thrown during the commit, Janus will automatically role the transaction back. You can see how it's handled internally here.
--Ted
|
By
Ted Wilmes <twi...@...>
·
#551
·
|
|
Documentation question: Section 10.6 Nested Transactions
Hi - in section 10.6 it's not clear (to me - apologies if I'm being thick) why the nested transaction would fail.
The example is:
v1 = graph.addVertex()
//Do many other things
v2 =
Hi - in section 10.6 it's not clear (to me - apologies if I'm being thick) why the nested transaction would fail.
The example is:
v1 = graph.addVertex()
//Do many other things
v2 =
|
By
graham...@...
·
#550
·
|
|
Documentation question: Section 10.3 Transaction Failures
In Section 10.3 (Transaction Failures) should there be an explicit rollback added to the catch block?
try {
if (g.V().has("name", name).iterator().hasNext())
throw new
In Section 10.3 (Transaction Failures) should there be an explicit rollback added to the catch block?
try {
if (g.V().has("name", name).iterator().hasNext())
throw new
|
By
graham...@...
·
#549
·
|
|
Re: Postgres backend for Janus
R,
I am also interested in using PG as backend, though not have time to work on it. PG-XC may be a good choice as the distributed storage Janusgraph needs
Demai
R,
I am also interested in using PG as backend, though not have time to work on it. PG-XC may be a good choice as the distributed storage Janusgraph needs
Demai
|
By
Demai Ni <nid...@...>
·
#548
·
|
|
Re: computed properties
Answered over on gremlin-users https://groups.google.com/d/msg/gremlin-users/EdDFS8SCnHU/t4qHkhcRAwAJ
Answered over on gremlin-users https://groups.google.com/d/msg/gremlin-users/EdDFS8SCnHU/t4qHkhcRAwAJ
|
By
Jason Plurad <plu...@...>
·
#546
·
|
|
Re: Postgres backend for Janus
Have you looked at http://www.sqlg.org/ ?
Robert Dale
Have you looked at http://www.sqlg.org/ ?
Robert Dale
|
By
Robert Dale <rob...@...>
·
#547
·
|
|
Posgres backend
Hi
I want to include postgres backend for Janus. Is anybody working on it? If no, could you guys point me in the right direction?
Regards,
R.
Hi
I want to include postgres backend for Janus. Is anybody working on it? If no, could you guys point me in the right direction?
Regards,
R.
|
By
R <outina...@...>
·
#545
·
|
|
computed properties
Is there a capability in any graph database system or query language to implement a computed property, i.e., a function/method that computes the value of a property based on other properties of the
Is there a capability in any graph database system or query language to implement a computed property, i.e., a function/method that computes the value of a property based on other properties of the
|
By
jaybr...@...
·
#543
·
|
|
Re: Ability to override CL during transactions?
These types of questions should be directed janusgraph-users group.https://groups.google.com/forum/#!forum/janusgraph-users
These types of questions should be directed janusgraph-users group.https://groups.google.com/forum/#!forum/janusgraph-users
|
By
Keith Lohnes <loh...@...>
·
#544
·
|
|
Ability to override CL during transactions?
We have ability to specify consistency levels while opening the connection to the graph.
Transaction is created in thread scope with the first graph operation.
Is there a way to override the
We have ability to specify consistency levels while opening the connection to the graph.
Transaction is created in thread scope with the first graph operation.
Is there a way to override the
|
By
bdi...@...
·
#541
·
|
|
Re: call for input
Hi Ted
I work on Apache Atlas, which provides openmetadata management and data governance capabilities. Atlas facilitatesthe creation of a catalog of data assets, which can be classified and
Hi Ted
I work on Apache Atlas, which provides openmetadata management and data governance capabilities. Atlas facilitatesthe creation of a catalog of data assets, which can be classified and
|
By
Graham Wallis <graham...@...>
·
#542
·
|
|
Re: [PROPOSAL] Strict Schema
I also see it the same way as Florian.
As long as there are no property-specific constraints like string length, we can work with global property definitions. After all, the property name itself often
I also see it the same way as Florian.
As long as there are no property-specific constraints like string length, we can work with global property definitions. After all, the property name itself often
|
By
rain...@...
·
#540
·
|
|
Re: [PROPOSAL] Strict Schema
I agree with your logic. I'm inclined to work through the first to see if we run into any other pitfalls and then I think that will ultimately help guide us if we
decide to make PropertyKeys local to
I agree with your logic. I'm inclined to work through the first to see if we run into any other pitfalls and then I think that will ultimately help guide us if we
decide to make PropertyKeys local to
|
By
Ted Wilmes <twi...@...>
·
#539
·
|
|
Janus Inmemory in JVM
I was wondering if anybody had used the inmemory option in JVM? When I try to shutdown the JVM, the JanusGraph class does not call close() function but calls its shutdownhook. Any idea, why close is
I was wondering if anybody had used the inmemory option in JVM? When I try to shutdown the JVM, the JanusGraph class does not call close() function but calls its shutdownhook. Any idea, why close is
|
By
R <outina...@...>
·
#538
·
|
|
call for input
Hello,
I'm going to be speaking at Data Day Texas [1] in a few weeks on the topic of
JanusGraph. It will be an overview of the project and the ever growing ecosystem
popping up around it. I would
Hello,
I'm going to be speaking at Data Day Texas [1] in a few weeks on the topic of
JanusGraph. It will be an overview of the project and the ever growing ecosystem
popping up around it. I would
|
By
Ted Wilmes <twi...@...>
·
#537
·
|