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.md

63 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2024-01-25 22:48:05 +01:00
<!--
2024-04-09 03:44:34 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2024-01-25 22:48:05 +01:00
It shall NOT be edited by hand.
-->
# Apache Superset for YunoHost
2024-07-03 03:49:55 +02:00
[![Integration level](https://dash.yunohost.org/integration/superset.svg)](https://ci-apps.yunohost.org/ci/apps/superset/) ![Working status](https://ci-apps.yunohost.org/ci/badges/superset.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/superset.maintain.svg)
2024-01-25 22:48:05 +01:00
[![Install Apache Superset with 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
*[Read this README in other languages.](./ALL_README.md)*
2024-01-25 22:48:05 +01:00
2024-04-09 03:44:34 +02:00
> *This package allows you to install Apache Superset quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2024-01-25 22:48:05 +01:00
## Overview
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
**Shipped version:** 4.0.2~ynh1
2024-01-26 00:14:07 +01:00
## Screenshots
![Screenshot of Apache Superset](./doc/screenshots/explore.jpg)
2024-01-25 22:48:05 +01:00
## Documentation and resources
2024-04-09 03:44:34 +02:00
- Official app website: <https://superset.apache.org/>
- Official admin documentation: <https://superset.apache.org/docs/intro>
- Upstream app code repository: <https://github.com/apache/superset>
- YunoHost Store: <https://apps.yunohost.org/app/superset>
- Report a bug: <https://github.com/YunoHost-Apps/superset_ynh/issues>
2024-01-25 22:48:05 +01:00
## Developer info
2024-04-09 03:44:34 +02:00
Please send your pull request to the [`testing` branch](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
To try the `testing` branch, please proceed like that:
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
or
sudo yunohost app upgrade superset -u https://github.com/YunoHost-Apps/superset_ynh/tree/testing --debug
```
2024-04-09 03:44:34 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>