Data sources are the source of data for reports. The data can be accessed in realtime or via data loads, depending on the report type setting
The following data sources are currently available
External: csvread csv data from an external source via a urlExternal: JSONread JSON data from an external source via a urlLocal: csvread csv data form a nextcloud fileLocal: JSONread JSON data form a nextcloud fileLocal: Spreadsheetread data form a spreadsheet (e.g. excel) within nextcloud filesGitHubread the download statistics of a repository (e.g. your nextcloud app)HTML grabberregex extractor für websites
See the Automation section for scheduled data loading
Individual data sources can be disabled globally by their ID.
occ config:app:set analytics disabledDataSources --type=string --value="1,3,4"
Internal data sources have 1 digits.
External: csv4External: JSON6Local: csv1Local: JSON2Local: Spreadsheet7GitHub3HTML grabber5