Hi!
So, I'm looking for resources, ideas, articles on how to structure tags in a non-relational database like bigtable.
I'm currently architecting an application which will most likely run on Google App Engine or similar system. The system is mainly based around one very simple data object (kinda like twitter) but these objects can belong to 0 or more categories/tags. The number of tags per object will normally be pretty low (0-5 tags per object). The user might have quite a bit of tags in use on all his objects together, though. The tags are unique per user, not on system level.
Any help is super appreciated!