Skip to content

Datasources

Rello edited this page Jan 6, 2025 · 6 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

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 4
  • External: JSON 6
  • Local: csv 1
  • Local: JSON 2
  • Local: Spreadsheet 7
  • GitHub 3
  • HTML grabber 5

External data sources have '99' + its digits.
Data sources from the Analytics Source Pack

  • Odoo 9925
  • Salesfroce 9923
  • User Quota 9928