EMU-CFE / CanvasDataViewer

CanvasDataViewer is used to automatically download Canvas Data files into a SQL Server database where you can query and analyze the information.
29 stars 8 forks source link

Only 1 Results Table File Downloading from API #11

Open dugup46 opened 7 years ago

dugup46 commented 7 years ago

Figured out where a couple errors were, and it appears everything imported correctly except for the Results table. My Canvas data API breaks the results table down by day (about 200 separate files); however, it appears that the script has only downloaded 1 day worth of results pulls.

Is there anyway to ensure all the files are downloaded?

aanders-emu commented 7 years ago

The API you are looking for is: GET /api/account/(:accountId|self)/file/sync

Due to the nature and volume of the Results table data, we are currently working on a separate project that will accomplish this. This will most likely be accomplished via a big data resource like Apache Cassandra and Node.js. Please keep an eye out for further developments.