6월, 2019의 게시물 표시

centos에서 sqlite 테이블관리하기(sqlitestudio)

이미지
centos를 주력으로 사용하다보니.. sqlite3의 데이터 crud 및 테이블 구조 변경등을 GUI를 통해 쉽게 변경할 수 있는 툴을 설명합니다. https://sqlitestudio.pl/index.rvt  에서 Lastest stable release (3.2.1): Distribution Platform Size Version Link Windows (portable) 32-bit 27.5MB 3.2.1 SQLiteStudio-3.2.1.zip Windows (installer) 32-bit 33.3MB 3.2.1 InstallSQLiteStudio-3.2.1.exe Linux (portable) 64-bit 30.0MB 3.2.1 sqlitestudio-3.2.1.tar.xz Linux (installer) 64-bit 46.1MB 3.2.1 InstallSQLiteStudio-3.2.1 MacOSX (portable) 64-bit (ix86_64) 30.9MB 3.2.1 SQLiteStudio-3.2.1.dmg MacOSX (installer) 64-bit (ix86_64) 25.5MB 3.2.1 InstallSQLiteStudio-3.2.1.dmg Sources (zip) Independent 9.8MB 3.2.1 sqlitestudio-3.2.1.zip Sources (tar.gz) Independent 9.0MB 3.2.1 sqlitestudio-3.2.1.tar.gz 1. Linux 64-bit portable판을 다운로드 합니다. 2. 적당한 위치에 압축 파일을 해제 합니다.  tar -zvf  sqlitestudio-3.2.1.tar.xz 3. 압축 해제된 폴더로 이동해서  cd SQLiteStudio 4. 실행파일을 실행합니다.  [root@superset SQLiteStudio]# ./sqlitestudio Qt: Session management error: None of the

python flask 실행 시, no module named xxx error

이미지
파이썬 Flask 실행 시, [min@superset ~]$ cd /home/min ; env PYTHONIOENCODING=UTF-8 PYTHONUNBUFFERED=1 /bin/python3.6 /home/min/.vscode/extensions/ms-python.python-2019.5.18875/pythonFiles/ptvsd_launcher.py --default --client --host localhost --port 37919 /home/min/www/hello.py  * Serving Flask app "hello" (lazy loading)  * Environment: production    WARNING: This is a development server. Do not use it in a production deployment.    Use a production WSGI server instead.  * Debug mode: on  * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)  * Restarting with stat /bin/python3.6: No module named hello  위와 같은 에러가 발생할 경우 vscode의 실행 위치를 잘 지정할 필요가 있다. /www  |- hello.py  |- xxx.py 의 경우 , vscode의 실행 root는 www에 위치 시켜야한다. 마지막으로 정상적으로 실행된 결과..

Data Analysis with Superset - Table View

이미지
Superset의 기본 차트중 하나인 Table View를 분석해 봅니다. Table View의 특징  1. Data Datasource & Chart Type : Datasource(Druid, CSV, DB등) 선택 Time : Time 컬럼 선택, Time 변환 Group by : Group 별 데이터 합계, 평균, 개수, 최소, 최대 등 Not Grouped by : Group 없이 리스트 형 데이터 표시 Query : Filtering 기능      2. Visual Properties Options : 테이블내의 Timestamp 표기 형식 Page Length : 1페이지당 표시할 데이터 건수, 검색박스 등 다음에는 실제 예를 가지고 테이블의 변화를 확인합니다.