|
|
|
|
|
by yamalight
1836 days ago
|
|
That looks pretty neat, although not all things are exactly clear. 1. You claim that existing graph databases were not fast enough - do you have any benchmark data that compares them with your solution on given dataset? 2. From the description - it seems like you are focusing purely on Person type of data - is that correct? Or is that just the first use case / demo? 3. Do you support more advanced query langs, e.g. SPARQL? edit: formatting |
|
2. That is only for that use case. But the underlying matching library we developed can work together with any kind of structured data. It would be interessting to actually use it in some other contexts as so far we have not tested that out yet.
3. Currently no - pure GraphQL api currently. But I was thinking about that. In order to actually support something like this, it would be very interessting to also focus on cross entity linking to make it really cool. We have something like this, but didn't really focus on that yet.