동해 묵호항

파아란 바다위에 까만 돌이
그 돌위에 파도가 덮치며 생기는 하얀 거품이
너무 좋다

바다가 잘 보이는 한적한 카페에 앉아서
잔잔한 재즈풍 클래식을 들으며
따뜻한 커피를 마신다.

파도치는 모습이, 하얀거품이 팡 하고 생기는 모습이 가슴이 벅차오르게 기분이 좋다



'여행 > 국내' 카테고리의 다른 글

강화_로뎀하우스 펜션  (0) 2020.11.30
동해맛집_자미성  (0) 2020.11.22
동해맛집_오부자횟집  (0) 2020.11.22
바다뷰카페_카페무위  (0) 2020.11.22
동해 게스트하우스_103LAB  (0) 2020.11.21

Data Architecture Semi-Professional : 데이터아키텍처 준전문가

과목명 문항수(객관식) 배점
전사 아키텍처 이해 10 20
데이터 요건 분석 10 20
데이터 표준화 10 20
데이터 모델링 20 40
합계(4과목) 50 100

* 응시 자격제한 없음

* 과락 기준 : 과목당 100점만점중, 취득점수 40점미만

* 과락과목 없으며, 전과목 점수 총합 60점이상 합격

 

 


과목1 : 전사 아키텍처 이해

제1장 전사 아키텍처 개요

 1) 전사아키텍처 정의

 2) 전사아키텍처 프레임워크

 3) 전사아키텍처 참조모델

 4) 전사아키텍처 프로세스

제2장 전사아키텍처 구축

 1) 전사아키텍처 방향 수립

 2) 전사아키텍처 정보 구성 정의

 3) 전사 아키텍처 정보 구축

제3장 전사아키텍처 관리 및 활용

 1) 전사아키텍처 관리 체계

 2) 전사아키텍처 관리 시스템

 3) 전사 아키텍처 활용

 

 

 

과목2: 데이터 요건 분석

제1장 정보 요구사항 개요

 1) 정보 요구 사항

 2) 정보 요구 사항 관리

제2장 정보 요구사항 조사

 1) 정보 요구 사항 수집

 2) 정보 요구 사항 정의

 3) 정보 요구사항 통합

제3장 정보 요구 사항 분석

 1) 분석 대상 정의

 2) 정보 요구사항 상세화

 3) 정보 요구 사항 확인

제4장 정보 요구 검증

 1) 정보 요구 사항 상관분석 기법

 2) 추가 및 삭제 정보 요구 사항 도출

 3) 정보 요구 보완 및 확인

 

 

 

과목3 : 데이터 표준화

제1장 데이터 표준화 개요

 1) 데이터 표준화 필요성

 2) 데이터 표준화 개념

 3) 데이터 표준 관리 도구

제2장 데이터 표준 수립

 1) 데이터 표준화 원칙 정의

 2) 데이터 표준 정의

 3) 데이터 표준 확정

제3장 데이터 표준 관리

 1) 데이터 표준 관리

 2) 데이터 표준 관리 프로세스

 

과목4 : 데이터 모델링

제1장 데이터 모델링 이해

 1) 데이터 모델링 개요

 2) 데이터 모델링 기법 이해

 3) 데이터 모델링 표기법 이해

제2장 개념 데이터 모델링

 1) 개념 데이터 모델링 이해

 2) 주제 영역 정의

 3) 후보 엔터티 선정

 4) 핵심 엔터티 정의

 5) 관계 정의

 6) 개념 데이터 모델 작성

제3장 논리 데이터 모델링

 1) 논리 데이터 모델링 이해

 2) 속성 정의

 3) 엔터티 상세화

 4) 이력 관리 정의

 5) 논리 데이터 모델 품질 검토

제4장 물리 데이터 모델링

 1) 물리 데이터 모델링 이해

 2) 물리 요소 조사 및 분석

 3) 논리-물리 모델 변환

 4) 반정규화

 5) 물리 데이터 모델 품질 검토

Appium(http://appium.io)

 

Node.js를 사용한 전역 설치

 

npm으로 appium 설치하기

 

https://bitbucket.org/appium/appium.app/downloads/

 

appium / Appium.app / Downloads — Bitbucket

 

bitbucket.org

 

 

ㅇ JAVA 버전 확인 

 

ㅇ JAVA_HOME 설정

1. sudo vim ~/.bash_profile

2. pw 입력

3. vim 모드 상태에서 i (insert) 입력후, 아래 내용 추가, 기존 PATH는 주석처리(#)

4. esc 클릭하고 :wq! 저장종료

 

5. source 로 적용되어있는지 확인하고, 
6. echo 로 출력하기

 

ㅇ ANDROID_HOME 설정

1. Android Studio 설치 

2. Android Sdk 파일 설치 위치 확인

 - Android Studio 실행

 - Configure > Default Project Structure

3. 폴더 위치 복사

4. sudo vim ~/.bash_profile에 위의 ANDROID_HOME 경로 추가

5. source 로 적용하고 

6. 제대로 적용되었는지 echo 로 확인

 

 

 

 

 

 

XCode 설치

1. XCode 설치후, Simulator 잘 실행되는지 확인

(임의로 Appium 이라는 명칭으로 프로젝트 생성하고, 상단위에 시뮬레이터로 실행해봄)

 

프로그램 추가 설치 (terminal) 에서

npm install wd
appium &

 

 

appium 환경구성 확인하기 위해 doctor 다운로드

npm install -g appium-doctor

 

doctor로 체크

appium-doctor

Error running xcrun simctl 에러가 발생했다..

구글링해보니, XCode > Preferences > Loacation  에서 설정 변경
Command Line Tools 설정

 

다시 appium-doctor 수행하기

Carthage was NOT found! 에러가 발생했다.

구글링 해보니, carthage 라는것을 설치해주면 된다고 한다.

brew install carthage

 

==============

 

#20200711
 >> 한달만에 appium 환경설정 재도전..

 >> terminal 실행해서 appium-doctor 로 체크 해주면서 계속 미설치파일들을 설치했다. 

오류

info AppiumDoctor ### Diagnostic for optional dependencies starting ###

WARN AppiumDoctor  opencv4nodejs cannot be found.

WARN AppiumDoctor  ffmpeg cannot be found

WARN AppiumDoctor  mjpeg-consumer cannot be found.

WARN AppiumDoctor  set-simulator-location is not installed

WARN AppiumDoctor  idb and idb_companion are not installed

WARN AppiumDoctor  applesimutils cannot be found

WARN AppiumDoctor  ios-deploy cannot be found

WARN AppiumDoctor  bundletool.jar cannot be found

WARN AppiumDoctor  gst-launch-1.0 and/or gst-inspect-1.0 cannot be found

info AppiumDoctor ### Diagnostic for optional dependencies completed, 9 fixes possible. ###

info AppiumDoctor 

info AppiumDoctor ### Optional Manual Fixes ###

info AppiumDoctor The configuration can install optionally. Please do the following manually:

WARN AppiumDoctor  Why opencv4nodejs is needed and how to install it: https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/image-comparison.md

WARN AppiumDoctor  ffmpeg is needed to record screen features. Please read https://www.ffmpeg.org/ to install it

WARN AppiumDoctor  mjpeg-consumer module is required to use MJPEG-over-HTTP features. Please install it with 'npm i -g mjpeg-consumer'.

WARN AppiumDoctor  set-simulator-location is needed to set location for Simulator. Please read https://github.com/lyft/set-simulator-location to install it

WARN AppiumDoctor  Why idb is needed and how to install it: https://github.com/appium/appium-idb

WARN AppiumDoctor  Why applesimutils is needed and how to install it: http://appium.io/docs/en/drivers/ios-xcuitest/

WARN AppiumDoctor  ios-deploy is used as a fallback command to install iOS applications to real device. Please read https://github.com/ios-control/ios-deploy/ to install it

WARN AppiumDoctor  bundletool.jar is used to handle Android App Bundle. Please read http://appium.io/docs/en/writing-running-appium/android/android-appbundle/ to install it

WARN AppiumDoctor  gst-launch-1.0 and gst-inspect-1.0 are used to stream the screen of the device under test. Please read https://appium.io/docs/en/writing-running-appium/android/android-screen-streaming/ to install them and for more details

info AppiumDoctor 

info AppiumDoctor ###

info AppiumDoctor 

info AppiumDoctor Bye! Run appium-doctor again when all manual fixes have been applied!

info AppiumDoctor 

번역

info AppiumDoctor ### ### 시작하는 선택적 종속성 진단

WARN AppiumDoctor  opencv4nodejs 찾을  없습니다.

경고 AppiumDoctor  ffmpeg 찾을  없습니다

경고 AppiumDoctor  mjpeg- 소비자를 찾을  없습니다.

WARN AppiumDoctor  set-simulator-location 설치되지 않았습니다

WARN AppiumDoctor  idb  idb_companion 설치되지 않았습니다

경고 AppiumDoctor  applesimutils 찾을  없습니다

경고 AppiumDoctor  ios-deploy 찾을  없습니다

WARN AppiumDoctor  bundletool.jar 찾을  없습니다

경고 AppiumDoctor  gst-launch-1.0  / 또는 gst-inspect-1.0 찾을  없습니다

info AppiumDoctor ### 선택적 종속성 진단이 완료되었으며 9 개의 수정이 가능합니다. ###

정보 AppiumDoctor

정보 AppiumDoctor ### 선택적 수동 수정 사항 ###

info AppiumDoctor 구성은 선택적으로 설치할  있습니다. 다음을 수동으로 수행하십시오.

WARN AppiumDoctor open opencv4nodejs 필요한 이유  설치 방법 : https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/image-comparison.md

경고 화면 기능을 기록하려면 AppiumDoctor  ffmpeg 필요합니다. 설치하려면 https://www.ffmpeg.org/ 읽으십시오

MJPEG-over-HTTP 기능을 사용하려면 WARN AppiumDoctor  mjpeg- 소비자 모듈이 필요합니다. 'npm i -g mjpeg-consumer' 설치하십시오.

시뮬레이터의 위치를 ​​설정하려면 WARN AppiumDoctor  set-simulator-location 필요합니다. 설치하려면 https://github.com/lyft/set-simulator-location 참조하십시오

WARN AppiumDoctor  idb 필요한 이유  설치 방법 : https://github.com/appium/appium-idb

WARN AppiumDoctor apple applesimutils 필요한 이유  설치 방법 : http://appium.io/docs/en/drivers/ios-xcuitest/

WARN AppiumDoctor io ios-deploy iOS 응용 프로그램을 실제 장치에 설치하기위한 대체 명령으로 사용됩니다. https://github.com/ios-control/ios-deploy/ 읽고 설치하십시오

WARtool AppiumDoctor  bundletool.jar Android  번들을 처리하는  사용됩니다. http://appium.io/docs/en/writing-running-appium/android/android-appbundle/ 읽고 설치하십시오

WARN AppiumDoctor  gst-launch-1.0  gst-inspect-1.0 테스트중인 장치의 화면을 스트리밍하는  사용됩니다. https://appium.io/docs/en/writing-running-appium/android/android-screen-streaming/ 읽고 설치  자세한 내용을 참조하십시오

정보 AppiumDoctor

정보 AppiumDoctor ###

정보 AppiumDoctor

정보 AppiumDoctor 안녕! 모든 수동 수정 사항이 적용되면 appium-doctor 다시 실행하십시오!

정보 AppiumDoctor

대부분 위 링크대로 참조해서 따라하면 되지만.. 

bundletool.jar cannot be found 요 에러는 실행하기 너무 힘들어서 아래 블로그 참조해서 간신히 설치

https://juancid.com/2019/10/22/appium-error-bundletool-jar-cannot-be-found/

 

드디어 설치 완성

 

'IT' 카테고리의 다른 글

[EAI] vs [ESB]  (0) 2023.06.03
[Nginx]  (0) 2023.06.02
[Solr]  (0) 2023.06.02
AI 체험  (0) 2021.02.04

+ Recent posts