ירד מפרסום ב02/04/15
Need to create an automatic report generator that generates reports from an existing Data Base residing in Parse BAAS platform. • The DB contains entities that represent businesses. • The DB contains end users that use a given App • The DB contains posts that the above users posted regarding various businesses • A post is composed of text describing the business, free text that the end user create, business name of the business to which the post refers, link to image that the user uploaded to AWS-S3. • Every post belongs to exactly one business. The connection between post and business is done by specifying the business name in the entry that is create for the post. The report generator needs to create a report for every business entity. Every such report: • Create a google spreadsheet that describes all the posts that were created for the business. • The spreadsheet is created in a given google account in a given folder that will be defined for every business. • The auto generator need to be built so that it could be activated manually from a windows PC and so that it can easily be migrated to a server and run automatically every scheduled time. • Code should be written in c# or python (preferably Python)