I'm planning to move into Apigee/Usergrid. Current solution doesn't work best (performance) so scalability is main reason I'm thinking about Apigee/Usergrid.
Currently we allow users to ignore some content (feed entries). It works similar to what allows Facebook - you can ignore single entry (entity) or user.
I checked documentation several times, and I'm not sure if it's possible with Apigee. From what I see I would have to use Query Language to exclude such a entries
/users/john.doe/activities?ql=select * where NOT (actor.uuid EQ __UUID__)
Now, when user ignores lot of items, this Query Statement will be quite long.
Is there any possibility to handle excludes inside Apigee?