- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 36
 
Datasources
        Rello edited this page Jan 6, 2025 
        ·
        6 revisions
      
    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 url - 
External: JSONread JSON data from an external source via a url - 
Local: csvread csv data form a nextcloud file - 
Local: JSONread JSON data form a nextcloud file - 
Local: Spreadsheetread data form a spreadsheet (e.g. excel) within nextcloud files - 
GitHubread 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: csv4 - 
External: JSON6 - 
Local: csv1 - 
Local: JSON2 - 
Local: Spreadsheet7 - 
GitHub3 - 
HTML grabber5 
External data sources have '99' + its digits.
Data sources from the Analytics Source Pack
- 
Odoo9925 - 
Salesfroce9923 - 
User Quota9928