- Modified amazon_keywords_stats table
- Added columns:
- json___data_asin
- json___products__asin
- cv_monthly_sales_estimate
- Renamed indexes:
- avg___products__customer_reviews_count
- avg___products__monthly_sales_estimate
- cnt___products__is_independently_published
- Modified AmazonProductPageParser
- Updated computeItemsStats() to include null values in JSON arrays
- Updated computeProductsStats() to include null values in JSON arrays
- Added computeScoresForStatsRow()
- Updated computeAmazonKeywordsStatsRow() to use computeScoresForStatsRow()
- Added fetchListingsRow()
- Added fetchItems()
- Added insertAmazonKeywordsStatsRow()