-
-
Notifications
You must be signed in to change notification settings - Fork 38
Developer guide
Rello edited this page Aug 25, 2026
·
1 revision
Analytics exposes a REST API for Internal Database datasets and an event-based extension point for custom data sources.
- API: write and read Internal Database data.
-
Register a custom data source: integrate another Nextcloud app through
DatasourceEventandIDatasource.
Keep extension source IDs unique, validate all user-provided options, and avoid returning secrets in source results. Test source failures, unavailable files, authorization failures, and scheduled loads as well as the successful path.