Code Monkey home page Code Monkey logo

playstore_graph_analysis's Introduction

playstore_graph_analysis

Tools for the Analysis of the Google Play Store.

The focus of this software, is the analysis of a Google Play Store snapshot from two different points of view:

  • as a collection of metadata, i.e. by computing statistics on downloads, ratings, price and so on (e.g. number of downloads distribution, average apps per developer...).
  • as a graph of apps (Nodes) connected by relationships (Edges) like the similarity. If the app the app B is similar to the app A, i.e. the Play Store page of the app A lists the app B between the "Similar" applications, then there is a directed edge from A to B.

The Play Store dump format is a MongoDB database created by using the dedicated Play Store crawler.

Requirements

  • MongoDB 3.2+
  • Python 2.7
  • Modules in requirements.txt (use pip to install)
pip install -r requirements.txt

For technical details and for an overview of the Play Store snapshot linked later, check out the project report (in Italian; sorry!).

Play Store Dump and Analysis

Here you can find a snapshot of the Google Play Store taken in Aug/Sept 2017

To explore the collection, use the mongorestore command to import the collection in MongoDB, e.g.:

mongorestore --gzip --db mytestdb --collection playstore playstore_snapshot.bson.gz

Here you can find a list of all the application (app) packages, in no particular order (Warning: 80MB txt file)

All the images and graphs used in the project report are available here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.