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: csv
read csv data from an external source via a urlExternal: JSON
read JSON data from an external source via a urlLocal: csv
read csv data form a nextcloud fileLocal: JSON
read JSON data form a nextcloud fileLocal: Spreadsheet
read data form a spreadsheet (e.g. excel) within nextcloud filesGitHub
read the download statistics of a repository (e.g. your nextcloud app)HTML grabber
regex 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: csv
4External: JSON
6Local: csv
1Local: JSON
2Local: Spreadsheet
7GitHub
3HTML grabber
5