Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
5e2fa03b
Commit
5e2fa03b
authored
Oct 31, 2019
by
Mark Grover
Committed by
Tao Feng
Oct 31, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md (#161)
parent
d32b9db2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
5e2fa03b
...
...
@@ -70,6 +70,19 @@ Please visit the Amundsen installation documentation for a [quick start](https:/
Please visit
[
Architecture
](
docs/architecture.md#architecture
)
for Amundsen architecture overview.
## Supported connectors
Amundsen supports two kinds of "nodes" in its graph today:
-
Tables (from Databases)
-
People (from HR systems)
Amundsen can connect to any database that provides
`dbapi`
or
`sql_alchemy`
interface (which most DBs provide).
The databases we see most frequently used in the community are:
-
Hive and anything that works with Hive metastore (Spark SQL, Presto, Athena, etc.)
-
BigQuery
-
PostgreSQL and anything that uses the same interface (Redshift)
-
Snowflake
-
Amazon Glue and anything built over it (like Databricks Delta - which is a work in progress).
## Installation
Please visit
[
Installation guideline
](
docs/installation.md
)
on how to install Amundsen.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment