mirror of
https://github.com/apache/superset.git
synced 2026-04-10 11:55:24 +00:00
54 lines
1.7 KiB
Markdown
54 lines
1.7 KiB
Markdown
---
|
|
title: Plugin Capabilities Overview
|
|
sidebar_position: 1
|
|
---
|
|
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you under the Apache License, Version 2.0 (the
|
|
"License"); you may not use this file except in compliance
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
software distributed under the License is distributed on an
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations
|
|
under the License.
|
|
-->
|
|
|
|
# Plugin Capabilities Overview
|
|
|
|
🚧 **Coming Soon** 🚧
|
|
|
|
This section provides a comprehensive overview of what Superset plugins can do and how they integrate with the core platform.
|
|
|
|
## Topics to be covered:
|
|
|
|
- Plugin architecture and lifecycle
|
|
- Available extension points
|
|
- Core APIs and services
|
|
- Plugin communication patterns
|
|
- Configuration and settings management
|
|
- Plugin permissions and security
|
|
- Performance considerations
|
|
- Best practices for plugin development
|
|
|
|
## Plugin Types
|
|
|
|
Superset supports several types of plugins:
|
|
- **Visualization plugins** - Custom chart types and data visualizations
|
|
- **Database connectors** - New data source integrations
|
|
- **UI extensions** - Custom dashboard components and interfaces
|
|
- **Theme plugins** - Custom styling and branding
|
|
- **Filter plugins** - Custom filter components
|
|
|
|
---
|
|
|
|
*This documentation is under active development. Check back soon for updates!*
|