Amundsen
Data discovery and metadata engine for improving the productivity when interacting with data
Installation¶
Bootstrap a default version of Amundsen using Docker¶
$ git clone --recursive https://github.com/amundsen-io/amundsen.git# For Neo4j Backend $ docker-compose -f docker-amundsen.yml up # For Atlas $ docker-compose -f docker-amundsen-atlas.yml up$ python3 -m venv venv $ source venv/bin/activate $ pip3 install --upgrade pip $ pip3 install -r requirements.txt $ python3 setup.py install $ python3 example/scripts/sample_data_loader.py
참고자료
설치 예제 블로그 👍
Last updated

