Modeling nested collection with C* 2.0

2016-01-28 Thread Ahmed Eljami
​Hi, I need your help for modeling a nested collection with cassanrda2.0 (UDT no, no fozen) My users table contains emails by type, each type of email contains multiple emails. Example: Type: pro. emails: {a...@mail.com, b...@mail.com ...} Type: private. emails: {c...@mail.com, d...@mail.com}

Re: Modeling nested collection with C* 2.0

2016-01-28 Thread Ryan Svihla
Ahmed, Just using text and serializing as Json is the easy way and a common approach. However, this list is for Cassandra commiter discussion, please be so kind as to use the regular user list for data modeling questions or for any future responses to this email thread. Regards, Ryan Svihla