This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| # Sorry I knew I could use a jSon parser and not re-invent the wheel, but I really want it in 1 single source file and no jar (libraries) | |
| javac IngestIOS.java && java IngestIOS | |
| mysql -uroot -ppassword sbs < app_downloads_ios.sql | |
| */ | |
| import java.io.*; | |
| class IngestIOS | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| rm stats-installs*.csv | |
| jar xvf Android-Downloads.zip | |
| javac IngestAndroid.java && java IngestAndroid | |
| mysql -uroot -ppassword sbs < app_downloads_android.sql | |
| */ | |
| import java.io.*; | |
| class IngestAndroid |