kant

Results 16 comments of kant

Yeah, why is it not Apache License? moreover, there is no release since 2015? I think if the License is Apache many people would want to contribute and probably get...

I am also looking for something similar. I would like a unique constraint on relationship properties. For example, I create the graph incrementally (say in batches from Kafka by repeatedly...

Thanks a lot! That example is great. Looks to me that relationships are stored in a table with src and destination columns while neo4j stores all the connected edges as...

JOINS on a distributed database looks like a well-studied problem so I am not really sure if any JOIN algorithm can be efficient for deep traversals. Do you know any...

@anuragkh Any update on this?

If it works for Java API calls then it should work for Kafka too right? Since Kafka uses Java ZK API. So why only basic cases?

@fabriziocucci Thanks! I don't understand why there is a good configuration library after all these years! I am trying to hard to find some configuration that can help me with...