I am building a platform where users can rate a musicians song. I have been using AWS mobile which only builds in dynamodb but no relational databases.
I am just wondering whether is is possible to use a nosql database for the song rating purpose.
I can see that i would have a table for songs and for each song I could have a large number of votes but then how would I go about giving ownership of that vote to the user.
Thanks