<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>analytics</id>
    <name>Analytics</name>
    <summary>extract / store / visualize</summary>
	<description><![CDATA[
Connect data from different sources in one place.
Enable flexible reports and enjoy seamless Nextcloud integration.
Visualize and share anything, from financial analysis to IoT logs.

##### Features:
- Data sources: csv, spreadsheet, API, imports, manual entry
- 3rd party: GitHub Statistics, website grabber, JSON
- Register external data sources from other apps
- Storage: real-time or database
- Advanced data loads with scheduling
- Visualization: combined charts, zoom, tables, filters
- Analysis functions: trend
- Thresholds for alerts and color coding
- Integration: Files, Activity, Notifications, Flow, Dashboard, Search
- Sharing: user, groups, link

]]></description>
    <version>4.3.0</version>
    <licence>agpl</licence>
    <author>Marcel Scherello</author>
    <namespace>Analytics</namespace>
    <documentation>
        <user>https://github.com/Rello/analytics/wiki</user>
    </documentation>
    <category>office</category>
    <category>workflow</category>
    <category>dashboard</category>
    <website>https://rello.github.io/analytics/</website>
    <discussion>https://help.nextcloud.com/c/apps/analytics</discussion>
    <bugs>https://github.com/Rello/analytics/issues</bugs>
    <screenshot>
        https://raw.githubusercontent.com/Rello/analytics/master/screenshots/logo25.png
    </screenshot>
    <screenshot>
        https://raw.githubusercontent.com/Rello/analytics/master/screenshots/charts25.png
    </screenshot>
    <screenshot>
        https://raw.githubusercontent.com/Rello/analytics/master/screenshots/architecture25.png
    </screenshot>
    <dependencies>
        <php min-version="7.0" max-version="8.0"/>
        <nextcloud min-version="20" max-version="25"/>
    </dependencies>
    <activity>
        <settings>
            <setting>OCA\Analytics\Activity\SettingDataset</setting>
            <setting>OCA\Analytics\Activity\SettingData</setting>
        </settings>
        <providers>
            <provider>OCA\Analytics\Activity\Provider</provider>
        </providers>
        <filters>
            <filter>OCA\Analytics\Activity\Filter</filter>
        </filters>
    </activity>
    <background-jobs>
        <job>OCA\Analytics\BackgroundJob\Hourly</job>
        <job>OCA\Analytics\BackgroundJob\Daily</job>
    </background-jobs>
    <commands>
        <command>OCA\Analytics\Command\Load</command>
    </commands>
    <navigations>
        <navigation>
            <id>analytics</id>
            <name>Analytics</name>
            <route>analytics.page.index</route>
            <icon>app.svg</icon>
            <order>6</order>
        </navigation>
    </navigations>
</info>
