data-stores

Strategy to collect Analytics from a large app

Superfeedr is a feed-parsing on demand service. We want to provide analytics to our users and we're investigating waht would be the best strategy to do so. In a nutshell, we want to track the number of operations (events, like : new entry in a given feed) in our system as well as agregated data (number of subscriber for feed). Of cours...

Use of "stores" within a web application

I see heavy use of "store" objects in the web app I am working on. Is there a name for this pattern and would you say these types are in the BLL or DAL? These stores contain fragments of what I would consider a classical DAL type, associated with a single type. For example, we have a TabStore containing methods for the persistance and...