Skip to content

Commit

Permalink
docs: add link to intro with supported database types (#24313)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke authored Jun 8, 2023
1 parent 6ce8592 commit bcb145d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Superset provides:
- Code-free visualization builder to extract and present datasets
- A world-class SQL IDE for preparing data for visualization, including a rich metadata browser
- A lightweight semantic layer which empowers data analysts to quickly define custom dimensions and metrics
- Out-of-the-box support for most SQL-speaking databases
- Out-of-the-box support for [most SQL-speaking databases](https://superset.apache.org/docs/databases/installing-database-drivers/)
- Seamless, in-memory asynchronous caching and queries
- An extensible security model that allows configuration of very intricate rules on who can access which product features and datasets.
- Integration with major authentication backends (database, OpenID, LDAP, OAuth, REMOTE_USER, etc)
Expand All @@ -59,8 +59,8 @@ Superset is also cloud-native in the sense that it is flexible and lets you choo
- Results backend (Redis, S3, Memcached, etc.),
- Caching layer (Redis, Memcached, etc.)

Superset also works well with services like NewRelic, StatsD and DataDog, and has the ability to run
analytic workloads against most popular database technologies.
Superset also works well with [event-logging](https://superset.apache.org/docs/installation/event-logging/)
services like StatsD, NewRelic, and DataDog.

Superset is currently run at scale at many companies. For example, Superset is run in Airbnb’s
production environment inside Kubernetes and serves 600+ daily active users viewing over 100K charts
Expand Down

0 comments on commit bcb145d

Please sign in to comment.