mirror of
https://github.com/YunoHost-Apps/superset_ynh.git
synced 2024-09-03 20:26:31 +02:00
62 lines
2.8 KiB
Markdown
62 lines
2.8 KiB
Markdown
<!--
|
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
No se debe editar a mano.
|
|
-->
|
|
|
|
# Apache Superset para Yunohost
|
|
|
|
[![Nivel de integración](https://dash.yunohost.org/integration/superset.svg)](https://ci-apps.yunohost.org/ci/apps/superset/) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/superset.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/superset.maintain.svg)
|
|
|
|
[![Instalar Apache Superset con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=superset)
|
|
|
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
|
|
|
> *Este paquete le permite instalarApache Superset rapidamente y simplement en un servidor YunoHost.*
|
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
|
|
|
## Descripción general
|
|
|
|
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 actual:** 4.0.2~ynh1
|
|
|
|
## Capturas
|
|
|
|
![Captura de Apache Superset](./doc/screenshots/explore.jpg)
|
|
|
|
## Documentaciones y recursos
|
|
|
|
- Sitio web oficial: <https://superset.apache.org/>
|
|
- Documentación administrador oficial: <https://superset.apache.org/docs/intro>
|
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/apache/superset>
|
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/superset>
|
|
- Reportar un error: <https://github.com/YunoHost-Apps/superset_ynh/issues>
|
|
|
|
## Información para desarrolladores
|
|
|
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/superset_ynh/tree/testing
|
|
|
|
Para probar la rama `testing`, sigue asÍ:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/superset_ynh/tree/testing --debug
|
|
o
|
|
sudo yunohost app upgrade superset -u https://github.com/YunoHost-Apps/superset_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|