cohen990 / VoxPop

The voice of the people in pictures!
0 stars 0 forks source link

Tablestorage #2

Closed cohen990 closed 9 years ago

cohen990 commented 9 years ago

Added functionality to store and retrieve data from Azure table storage

Azure table storage is a No-SQL database - that means that we can basically not care too much about strict data structures or schemas and just store shit in the table.

This lets us have polls with an unbounded number of options without having to deal with the weirdness of entity frameworks. :smile: