Skip to content

Datasources

Rello edited this page Nov 5, 2024 · 5 revisions

Available data sources

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 url
  • External: JSON read JSON data from an external source via a url
  • Local: csv read csv data form a nextcloud file
  • Local: JSON read JSON data form a nextcloud file
  • Local: Spreadsheet read data form a spreadsheet (e.g. excel) within nextcloud files
  • GitHub 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

Disable data sources

Data sources can be disabled globally by their ID

occ config:app:set analytics disabledDataSources --type=string --value="1,3,4"