WSO2 Carbon - Dashboards metadata store

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

org.wso2.carbon.dashboards
Идентификатор

Идентификатор

org.wso2.carbon.dashboards.metadata
Последняя версия

Последняя версия

3.0.0-m2
Дата

Дата

Тип

Тип

bundle
Описание

Описание

WSO2 Carbon - Dashboards metadata store
WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
Организация-разработчик

Организация-разработчик

WSO2

Скачать org.wso2.carbon.dashboards.metadata

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.wso2.carbon.uuf » org.wso2.carbon.uuf.core jar 1.0.0-m8
org.wso2.msf4j : msf4j-core jar 2.1.0
org.testng : testng jar 6.9.4
org.mockito : mockito-core jar 2.0.44-beta
org.wso2.carbon.messaging : org.wso2.carbon.messaging jar 1.0.6
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-log4j12 jar 1.6.0
org.wso2.carbon.datasources : org.wso2.carbon.datasource.core jar 1.0.0

Модули Проекта

Данный проект не имеет модулей.

WSO2 Dashboard Component


Branch Build Status
master Build Status

Getting Started

Please follow the below steps to setup the WSO2 Dashboard Component.

  1. Clone and build carbon-dashboards repository.
  2. Clone and build the carbon-ui-server repository available here ( Carbon-UI-Server - https://github.com/wso2/carbon-ui-server )
  3. Install Dashboard Core API Feature and Dashboard Portal Feature in to distribution available in carbon-ui-server.

You can add following properties to pom file available in Carbon-UI-Server/tests/distribution directory.

        <dependency>
            <groupId>org.wso2.carbon.dashboards</groupId>
            <artifactId>org.wso2.carbon.dashboards.api.feature</artifactId>
            <version>4.0.0-SNAPSHOT</version>
            <type>zip</type>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon.dashboards</groupId>
            <artifactId>org.wso2.carbon.dashboards.portal.feature</artifactId>
            <version>4.0.0-SNAPSHOT</version>
            <type>zip</type>
        </dependency>
        <feature>
            <id>org.wso2.carbon.dashboards.api.feature</id>
            <version>4.0.0-SNAPSHOT</version>
        </feature>
        <feature>
            <id>org.wso2.carbon.dashboards.portal.feature</id>
            <version>4.0.0-SNAPSHOT</version>
        </feature>
  1. Unzip the distribution and run the server. You can access the dashboard component from https://localhost:9292/analytics-dashboard/ or http://localhost:9090/analytics-dashboard/

License

Carbon dashboards is available under the Apache 2 License.

How To Contribute

Contact Us

WSO2 developers can be contacted via the mailing lists:

org.wso2.carbon.dashboards

WSO2

Welcome to the WSO2 source code! For info on working with the WSO2 repositories and contributing code, click the link below.

Версии библиотеки

Версия
3.0.0-m2