Unverified Commit 125e2ca1 authored by Tao Feng's avatar Tao Feng Committed by GitHub

Add doc site (#243)

parent 975a59a2
......@@ -15,6 +15,9 @@ For information about Amundsen and our other services, visit the [main repositor
## Requirements
- Python = 2.7.x or Python >= 3.6.x
## Doc
- https://lyft.github.io/amundsen/
## Concept
ETL job consists of extraction of records from the source, transform records, if necessary, and load records into the sink. Amundsen Databuilder is a ETL framework for Amundsen and there are corresponding components for ETL called Extractor, Transformer, and Loader that deals with record level operation. A component called task controls all these three components.
Job is the highest level component in Databuilder that controls task and publisher and is the one that client use to launch the ETL job.
......
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