Unverified Commit 36853556 authored by Tao Feng's avatar Tao Feng Committed by GitHub

Update readme with link for references (#455)

* Update readme with link for references

* update a bit
parent 4ea054d8
...@@ -77,29 +77,35 @@ Please visit [Architecture](https://github.com/lyft/amundsen/blob/master/docs/ar ...@@ -77,29 +77,35 @@ Please visit [Architecture](https://github.com/lyft/amundsen/blob/master/docs/ar
- People (from HR systems) - People (from HR systems)
- Dashboards - Dashboards
## Supported Connectors ## Supported Integrations
### Table connectors ### Table Connectors
- Amazon Athena - [Amazon Athena](https://aws.amazon.com/athena/)
- Amazon Glue and anything built over it (like Databricks Delta - which is a work in progress). - [Amazon Glue](https://aws.amazon.com/glue/) and anything built over it (like Databricks Delta - which is a work in progress).
- Amazon Redshift - [Amazon Redshift](https://aws.amazon.com/redshift/)
- Cassandra - [Apache Cassandra](https://cassandra.apache.org/)
- [Apache Druid](https://druid.apache.org/)
- [Apache Hive](https://hive.apache.org/)
- CSV - CSV
- DB2 by IBM - [Google BigQuery](https://cloud.google.com/bigquery)
- Druid - [IBM DB2](https://www.ibm.com/analytics/db2)
- Google BigQuery - [Microsoft SQL Server](https://www.microsoft.com/en-us/sql-server/default.aspx)
- Hive - [MySQL](https://www.mysql.com/)
- Microsoft SQL Server - [Oracle](https://www.oracle.com/index.html) (through dbapi or sql_alchemy)
- MySQL - [PostgreSQL](https://www.postgresql.org/)
- Oracle (through dbapi or sql_alchemy) - [Presto](https://prestosql.io/)
- PostgreSQL - [Snowflake](https://www.snowflake.com/)
- Presto
- Snowflake
Amundsen can also connect to any database that provides `dbapi` or `sql_alchemy` interface (which most DBs provide). Amundsen can also connect to any database that provides `dbapi` or `sql_alchemy` interface (which most DBs provide).
### Dashboard connectors ### Dashboard Connectors
- Mode Analytics - [Mode Analytics](https://mode.com/)
### ETL Orchestration Integrations
- [Apache Airflow](https://airflow.apache.org/)
### BI Viz Tool Integrations
- [Apache Superset](https://superset.incubator.apache.org/)
## Installation ## Installation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment