Mobile app version of vmapp.org
Login or Join
Carla537

: Data warehousing for new website with no budget I'm building a web app to be launched later this year. I wish implement a warehousing solution (or similar) to capture data representing user

@Carla537

Posted in: #Data #Reporting

I'm building a web app to be launched later this year. I wish implement a warehousing solution (or similar) to capture data representing user behavior and see which parts of the site are engaging users more etc.

I've used warehousing solutions before at previous jobs. I gather from a look around the web that most prepackaged solutions are difficult to implement or prohibitively expensive (I could be wrong on this, please feel free to challenge this point).

As I have little or no budget, I'm contemplating building my own solution within the back-end of the site I'm building. I would develop my own class to represent the data I need to add to tables I define. I think I can cover all the necessary following steps fairly easily such as table joins and periodic data processing using cron jobs etc.

My question therefore is - considering my non-existent budget, but very preciously scarce resource of time, is this a sensible way forward to build a data capture/report system myself? OR are there any products/methods I haven't considered that would be more appropriate given my relatively low level of resource & time?

[If anyone's had any experience of similar -please feel free to comment, I would be interested to hear]

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Carla537

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

My experience with data warehousing for site analytics is that it is very expensive. You are either going to spend a lot of money using a pre-packaged solution, or you are going to spend money (in the form of time or hiring) building one yourself.

If you are just starting out, forego the expense of custom analytics. Use free off the shelf products. Most websites these days make do with Google Analytics. You can also get a lot of mileage out of the raw log files. Especially if you are familiar with grep, sort, uniq, and other Unix command line tools.

I've worked with big websites that use data warehousing for analytics. None of them started out with a data warehouse solution. They all implemented it once they could afford it (and the insights they could get from it would make them more money than the amount spent.)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme