1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/superset_ynh.git synced 2024-09-03 20:26:31 +02:00
superset_ynh/README_fr.md

63 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

2024-01-25 22:48:05 +01:00
<!--
2024-04-09 03:44:34 +02:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2024-01-25 22:48:05 +01:00
-->
# Apache Superset pour YunoHost
2024-07-03 03:49:55 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/superset.svg)](https://ci-apps.yunohost.org/ci/apps/superset/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/superset.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/superset.maintain.svg)
2024-01-25 22:48:05 +01:00
[![Installer Apache Superset avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=superset)
2024-04-09 03:44:34 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2024-01-25 22:48:05 +01:00
2024-04-09 03:44:34 +02:00
> *Ce package vous permet dinstaller Apache Superset rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2024-01-25 22:48:05 +01:00
## Vue densemble
2024-01-26 00:14:07 +01:00
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*
2024-01-25 22:48:05 +01:00
2024-07-03 03:49:55 +02:00
**Version incluse:** 4.0.2~ynh1
2024-01-26 00:14:07 +01:00
## Captures décran
![Capture décran de Apache Superset](./doc/screenshots/explore.jpg)
2024-01-25 22:48:05 +01:00
## Documentations et ressources
2024-04-09 03:44:34 +02:00
- Site officiel de lapp: <https://superset.apache.org/>
- Documentation officielle de ladmin: <https://superset.apache.org/docs/intro>
- Dépôt de code officiel de lapp: <https://github.com/apache/superset>
- YunoHost Store: <https://apps.yunohost.org/app/superset>
- Signaler un bug: <https://github.com/YunoHost-Apps/superset_ynh/issues>
2024-01-25 22:48:05 +01:00
## Informations pour les développeurs
2024-04-09 03:44:34 +02:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/superset_ynh/tree/testing).
2024-01-25 22:48:05 +01:00
2024-04-09 03:44:34 +02:00
Pour essayer la branche `testing`, procédez comme suit:
2024-01-25 22:48:05 +01:00
2024-04-09 03:44:34 +02:00
```bash
2024-01-25 22:48:05 +01:00
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
```
2024-04-09 03:44:34 +02:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>