Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is OrientDB suitable for social network analytics?

I'm trying to use OrientDB for social network analytics, but is it suitable for that? In my application, there might be billions of nodes and relationship, since OrientDB support distributed servers, so I think scalability wouldn't be a problem.

I also need to get friends of one person, mutual friends of two persons, friends recommadations and merge two nodes in case that they are actually one person. It seems that OrientDB traverse is not that suitable for these queries.

Is OrientDB suitable for my application?

Thanks!

like image 298
niklaus Avatar asked Jun 05 '26 00:06

niklaus


1 Answers

Course it is! OrientDB SQL Traverse command is powerful, but you can always use Gremlin to do such things.

like image 115
Lvca Avatar answered Jun 08 '26 01:06

Lvca