mirror of
https://github.com/YunoHost-Apps/superset_ynh.git
synced 2024-09-03 20:26:31 +02:00
Merge pull request #10 from YunoHost-Apps/ci-auto-update-4.0.1
Upgrade to v4.0.1
This commit is contained in:
commit
5a8f5cb587
8 changed files with 72 additions and 9 deletions
|
@ -1,6 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lee el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
|
|
|
@ -33,7 +33,7 @@ Superset provides:
|
|||
*-- Superset's Github repository*
|
||||
|
||||
|
||||
**Shipped version:** 4.0.0~ynh1
|
||||
**Shipped version:** 4.0.1~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
62
README_es.md
Normal file
62
README_es.md
Normal file
|
@ -0,0 +1,62 @@
|
|||
<!--
|
||||
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
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/superset)  
|
||||
|
||||
[](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.1~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||

|
||||
|
||||
## 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>
|
|
@ -33,7 +33,7 @@ Superset provides:
|
|||
*-- Superset's Github repository*
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 4.0.0~ynh1
|
||||
**Paketatutako bertsioa:** 4.0.1~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ Superset provides:
|
|||
*-- Superset's Github repository*
|
||||
|
||||
|
||||
**Version incluse :** 4.0.0~ynh1
|
||||
**Version incluse :** 4.0.1~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ Superset provides:
|
|||
*-- Superset's Github repository*
|
||||
|
||||
|
||||
**Versión proporcionada:** 4.0.0~ynh1
|
||||
**Versión proporcionada:** 4.0.1~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 的 Apache Superset
|
||||
# YunoHost 上的 Apache Superset
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/superset)  
|
||||
|
||||
|
@ -33,7 +33,7 @@ Superset provides:
|
|||
*-- Superset's Github repository*
|
||||
|
||||
|
||||
**分发版本:** 4.0.0~ynh1
|
||||
**分发版本:** 4.0.1~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ name = "Apache Superset"
|
|||
description.en = "Data exploration and visualization platform"
|
||||
description.fr = "Plateforme d'exploration et de visualisation de données"
|
||||
|
||||
version = "4.0.0~ynh1"
|
||||
version = "4.0.1~ynh1"
|
||||
|
||||
maintainers = ["tituspijean"]
|
||||
|
||||
|
@ -48,8 +48,8 @@ ram.runtime = "500M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/apache/superset/archive/refs/tags/4.0.0.tar.gz"
|
||||
sha256 = "b1ac1c610c7893f36d10b05da419e54a582b851992cb98485501a35f6ab05e44"
|
||||
url = "https://github.com/apache/superset/archive/refs/tags/4.0.1.tar.gz"
|
||||
sha256 = "63dde50deb07f18cd104afd9fea79515a364bf3dfda61964455c9b7abc1f7183"
|
||||
prefetch = false
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue