2021-2 데이터사이언스 캡스톤 디자인
클라우드 시각화 프로젝트
aws의 user access key를 입력받아 인프라간 관계를 시각화하고 인프라 생성 및 수정이 가능한 웹 사이트입니다.
It is a website that can visualize the relationship between infrastructures and create and modify infrastructure by receiving the user access key of aws.
Backend: Flask, Boto3
Frontend: html, css, javascript, D3.js
Middleware: Gunicorn
etc: Amazon Web Service
$git clone [email protected]:jieun1128/Wooly_clouds.git
docker-compose up -d
http://localhost:8000
WebPage: http://localhost:5000/
Swagger: http://localhost:5000/swagger
이 웹사이트는 인프라 시각화, 인프라 생성 및 수정 총 2가지 기능을 제공하고 있습니다.
1) Tree chart를 이용하여 인프라의 전체적 구조를 보여주며, 특정 인스턴스 선택 시 상세 정보를 확인 가능합니다.
2) 원하는 인프라를 선택하여 정보를 입력하면 새로 생성이 가능합니다.
김성식 | 김응민 | 박지은 | 오종엽 |
---|---|---|---|
@tjdtlr1114 | @chrismin | @jieun1128 | @ojongy |