Re: Cassandra data modeling for a social network

2016-05-31 Thread vincent gromakowski
Or use graphframes (Spark) over cassandra to store separately a graph of users and followers and next a table of tweet. You will be able to join data between those 2 structures using spark. 2016-05-31 14:27 GMT+02:00 : > Hello, > > >* First, Is this data modeling

RE: Cassandra data modeling for a social network

2016-05-31 Thread aeljami.ext
Hello, > First, Is this data modeling correct for follow base (follower, following actions) social network? For social network, I advise you to see Graph Databases, over Cassandra Example : https://academy.datastax.com/resources/getting-started-graph-databases De : Mohammad Kermani