mirror of
https://github.com/YunoHost-Apps/superset_ynh.git
synced 2024-09-03 20:26:31 +02:00
63 lines
2.8 KiB
Markdown
63 lines
2.8 KiB
Markdown
|
<!--
|
||
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
|
NON debe editarse manualmente.
|
||
|
-->
|
||
|
|
||
|
# Apache Superset para YunoHost
|
||
|
|
||
|
[![Nivel de integración](https://dash.yunohost.org/integration/superset.svg)](https://dash.yunohost.org/appci/app/superset) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/superset.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/superset.maintain.svg)
|
||
|
|
||
|
[![Instalar Apache Superset con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=superset)
|
||
|
|
||
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
||
|
|
||
|
> *Este paquete permíteche instalar Apache Superset de xeito rápido e doado nun servidor YunoHost.*
|
||
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
||
|
|
||
|
## Vista xeral
|
||
|
|
||
|
Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources.
|
||
|
|
||
|
Superset provides:
|
||
|
|
||
|
- A no-code interface for building charts quickly
|
||
|
- A powerful, web-based SQL Editor for advanced querying
|
||
|
- A lightweight semantic layer for quickly defining custom dimensions and metrics
|
||
|
- Out of the box support for nearly any SQL database or data engine
|
||
|
- A wide array of beautiful visualizations to showcase your data, ranging from simple bar charts to geospatial visualizations
|
||
|
- Lightweight, configurable caching layer to help ease database load
|
||
|
- Highly extensible security roles and authentication options
|
||
|
- An API for programmatic customization
|
||
|
- A cloud-native architecture designed from the ground up for scale
|
||
|
|
||
|
*-- Superset's Github repository*
|
||
|
|
||
|
|
||
|
**Versión proporcionada:** 4.0.0~ynh1
|
||
|
|
||
|
## Capturas de pantalla
|
||
|
|
||
|
![Captura de pantalla de Apache Superset](./doc/screenshots/explore.jpg)
|
||
|
|
||
|
## Documentación e recursos
|
||
|
|
||
|
- Web oficial da app: <https://superset.apache.org/>
|
||
|
- Documentación oficial para admin: <https://superset.apache.org/docs/intro>
|
||
|
- Repositorio de orixe do código: <https://github.com/apache/superset>
|
||
|
- Tenda YunoHost: <https://apps.yunohost.org/app/superset>
|
||
|
- Informar dun problema: <https://github.com/YunoHost-Apps/superset_ynh/issues>
|
||
|
|
||
|
## Info de desenvolvemento
|
||
|
|
||
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/superset_ynh/tree/testing).
|
||
|
|
||
|
Para probar a rama `testing`, procede deste xeito:
|
||
|
|
||
|
```bash
|
||
|
sudo yunohost app install https://github.com/YunoHost-Apps/superset_ynh/tree/testing --debug
|
||
|
ou
|
||
|
sudo yunohost app upgrade superset -u https://github.com/YunoHost-Apps/superset_ynh/tree/testing --debug
|
||
|
```
|
||
|
|
||
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|