티스토리 뷰
[AWS]
#1 CloudFront에 static website를 올리는 방법
https://aws.amazon.com/ko/premiumsupport/knowledge-center/cloudfront-serve-static-website/
#2 Route53과 CloudFront 연동하기
http://pyrasis.com/book/TheArtOfAmazonWebServices/Chapter17/04
#3 NFS 설정하기
https://aws.amazon.com/ko/getting-started/tutorials/create-network-file-system/
위의 링크대로 한 후, 연결이 안될 경우 VPC default 보안그룹 설정 확인
#4 AWS Aurora
https://www.allthingsdistributed.com/2017/05/amazon-aurora-design-considerations.html
[Python]
#1 Log Parsing in Python
https://pythonicways.wordpress.com/2016/12/20/log-file-parsing-in-python/
#2 Python 정규표현식 (Regular Expression)
http://pythonstudy.xyz/python/article/401-%EC%A0%95%EA%B7%9C-%ED%91%9C%ED%98%84%EC%8B%9D-Regex
http://blog.naver.com/PostView.nhn?blogId=dudwo567890&logNo=130162403749
#3 Python Garbage Collection (GC) 의 원리
https://winterj.me/python-gc/
https://weicomes.tistory.com/277
#4 Python Garbage Collection - Instagram turned off the GC of Python
https://b.luavis.kr/python/dismissing-python-garbage-collection-at-instagram
#5 List Comprehension
[표현식 for 요소 in 컬렉션 [if 조건식]]
#6 Python Generator
https://item4.github.io/2016-05-09/Generator-and-Yield-Keyword-in-Python/
#7 Python 프로젝트 구조
https://trowind.tistory.com/105
https://python-guide-kr.readthedocs.io/ko/latest/writing/structure.html
[System]
#1 Flask와 Nginx 연동
https://blog.geuneul.com/archives/573
#2 Flask + Gunicorn + Nginx with Docker
https://medium.com/@kmmanoj/deploying-a-scalable-flask-app-using-gunicorn-and-nginx-in-docker-part-1-3344f13c9649
#3 Gunicorn Configuration / Gunicorn 설정 최적화
https://medium.com/building-the-system/gunicorn-3-means-of-concurrency-efbb547674b7
https://winterj.me/flask-concurrency-test/
#4 MongoDB to Elasticsearch
https://lifeinno.tistory.com/16
https://medium.com/@eldishnawy/tutorial-sync-mongodb-with-elasticsearch-fb43e9bc13ce
[Ansible]
#1 Ansible 기초
https://m.blog.naver.com/PostView.nhn?blogId=alice_k106&logNo=221333208746&proxyReferer=&proxyReferer=https%3A%2F%2Fwww.google.com%2F
#2 우아한 형제들 기술 블로그 Packer와 Ansible / 프로비저닝
http://woowabros.github.io/experience/2019/04/20/ami-packer-ansible.html
#3 Playbook
http://oniondev.egloos.com/9978477
https://moonstrike.github.io/ansible/2016/09/22/Ansible-Playbooks.html
https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html?highlight=directory#directory-layout
[DB]
#1 Connection Pool 좋은 글
https://www.holaxprogramming.com/2013/01/10/devops-how-to-manage-dbcp/
[ELK]
#1 Elasticsearch Rejected Exception
https://brunch.co.kr/@alden/36
#2 검색엔진 좋은 글
https://needjarvis.tistory.com/167?category=704321
#3 Kafka to Logstash to Elasticsearch
https://gyrfalcon.tistory.com/entry/LogstashShipper-%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%B4-Kafka-%EB%A9%94%EC%84%B8%EC%A7%80%EB%A5%BC-elasticsearch%EB%A1%9C-%EC%A0%80%EC%9E%A5
#4 Logstash Kafka Input
https://yookeun.github.io/elasticsearch/2019/02/17/logstash-kafka/
#5 Logstash Drop Filter
https://cyuu.tistory.com/153
#6 Logstash JDBC Example - 베스트
https://dzone.com/articles/migrating-mysql-data-to-elasticsearch-using-logsta
#7 Logstash JDBC Setting
https://peung.tistory.com/13
#8 Elasticsearch Mapping
https://jjeong.tistory.com/854
#9 Elasticsearch Index Speed Tuning
https://www.elastic.co/guide/en/elasticsearch/reference/current/tune-for-indexing-speed.html
https://wishgone.tistory.com/entry/%EC%97%98%EB%9D%BC%EC%8A%A4%ED%8B%B1%EC%84%9C%EC%B9%98-elasticsearch-%EB%A9%94%EB%AA%A8%EB%A6%AC-%EA%B4%80%EB%A0%A8-%EA%B3%B5%EC%8B%9D-%ED%99%88%ED%94%BC-%EB%B2%88%EC%97%AD
#10 Elasitcsearch 대용량 데이터 관리
https://www.slideshare.net/heungrae_kim/ss-123344339
[Kafka]
#1 Kafka 필수 설정
https://www.popit.kr/%EC%B9%B4%ED%94%84%EC%B9%B4-%EC%84%A4%EC%B9%98-%EC%8B%9C-%EA%B0%80%EC%9E%A5-%EC%A4%91%EC%9A%94%ED%95%9C-%EC%84%A4%EC%A0%95-4%EA%B0%80%EC%A7%80/?_fr=dable&utm_source=dable
#2 Kafka Cluster
https://epicdevs.com/20?category=460351
#3 Kafka 개념 및 원리
https://www.popit.kr/kafka-%EC%9A%B4%EC%98%81%EC%9E%90%EA%B0%80-%EB%A7%90%ED%95%98%EB%8A%94-%EC%B2%98%EC%9D%8C-%EC%A0%91%ED%95%98%EB%8A%94-kafka/
#4 Schema Registry
https://medium.com/@gaemi/kafka-%EC%99%80-confluent-schema-registry-%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%9C-%EC%8A%A4%ED%82%A4%EB%A7%88-%EA%B4%80%EB%A6%AC-1-cdf8c99d2c5c
#5 Kafka consumer list 명령어
https://stackoverflow.com/questions/32697999/kafka-consumer-list
#6 Kafka zookeeper option is deprecated, use bootstrap-server instead
https://stackoverflow.com/questions/53428903/zookeeper-is-not-a-recognized-option-when-executing-kafka-console-consumer-sh
#7 Kafka Offset Reset
https://www.letmecompile.com/kafka-consumer-offset-reset/
#8 Kafka Group Name
https://stackoverflow.com/questions/38549867/how-to-set-group-name-when-consuming-messages-in-kafka-using-command-line
#9 MongoDB Connector Option
https://github.com/mongodb/mongo-kafka/blob/master/docs/source.md
#10 Debezium MySQL Connector Configuration
https://rmoff.net/2018/03/24/streaming-data-from-mysql-into-kafka-with-kafka-connect-and-debezium/
https://support.etlworks.com/hc/en-us/articles/360020461693-Real-time-change-replication-with-Kafka-and-Debezium
https://knight76.tistory.com/entry/debezium-2
https://debezium.io/docs/tutorial/#start-kafka-connect
https://debezium.io/docs/connectors/mysql/#overview
#11 No suitable driver found 에러
https://www.confluent.io/blog/kafka-connect-deep-dive-jdbc-source-connector
#12 Kafka Producer 좋은 글
https://coding-start.tistory.com/193
[Command]
#1 Gunicorn SSL 사용
sudo gunicorn --certfile=경로 --keyfile=경로 -b 호스트:포트 -w 워커 수 app:app
#2 linux group에 user 추가
gpasswd -a 사용자 이름 그룹 이름
#3 JDK8 설치
sudo yum install java-1.8.0-openjdk-devel.x86_64 -y
#4 Grep 옵션
https://jhnyang.tistory.com/67
#5 hostname 설정
hostnamectl set-hostname abc
sudo reboot
#6 Shell Script 변수 조작
https://www.snoopybox.co.kr/1811
#7 vim 전체 선택
Shift + v + g
[Firebase]
#1 Firebase Export Data
https://stackoverflow.com/questions/47182297/how-do-i-export-data-from-firebase-realtime-database
https://firebase.google.com/docs/cli/auth?hl=ko
[MySQL]
#1 MySQL Binlog 삭제
http://faq.hostway.co.kr/Linux_DB/1307
#2 MySQL Row Size Limit
https://dev.mysql.com/doc/refman/8.0/en/column-count-limit.html
#3 MySQL 성능을 위해 하지 말아야할 것들
https://blog.lael.be/post/370
#4 MySQL에 이미지 저장
https://www.molllab.com/15
#5 MySQL 쿼리 캐싱 방지
https://multifrontgarden.tistory.com/154?category=471242
#6 MySQL 외래키를 사용하지 않는 이유
https://ncookie.tistory.com/71
#7 MySQL Covering Index
http://gywn.net/2012/04/mysql-covering-index/
#8 CentOS7 MySQL 설치
https://opentutorials.org/module/1701/10229
#9 MySQL 무중단 스키마 변경
http://www.mimul.com/pebble/default/2013/01/01/1357013536712.html
#10 MySQL Bulk Insert
https://tomining.tistory.com/197
#11 MySQL 개념
http://tcpschool.com/mysql/mysql_index_create
#12 MySQL ERD 그릴 수 있는 사이트
http://aquerytool.com/
#13 MySQL 8 외부 접속
https://invisible-blog.tistory.com/67
#14 CentOS7 MySQL dir 변경
https://confluence.curvc.com/pages/viewpage.action?pageId=10092642
#15 Ubuntu MySQL dir 변경
https://sharadchhetri.com/2014/12/27/change-path-tmpdir-mysql-server-ubuntu/
#16 MySQL CSV Import
http://blog.naver.com/PostView.nhn?blogId=tollu09&logNo=220822822362&parentCategoryNo=&categoryNo=34&viewDate=&isShowPopularPosts=false&from=postView
http://blog.naver.com/PostView.nhn?blogId=zmtn94&logNo=221413619053&categoryNo=12&parentCategoryNo=0&viewDate=¤tPage=1&postListTopCurrentPage=1&from=search
https://dololak.tistory.com/252
#17 MySQL 한글 깨짐
http://develop.sunshiny.co.kr/385
#18 MySQL Replication
https://server-talk.tistory.com/240
https://blog.naver.com/ncloud24/221517820938
#19 MySQL 속도 향상
http://www.mimul.com/pebble/default/2013/12/07/1386399914136.html
#20 MySQL Storage Engine 비교
https://skibis.tistory.com/18
#21 InnoDB Cluster Docs
https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster-userguide.html
#22 MySQL 좋은 글
https://getto215.tistory.com/12
#23 MySQL last value sorting
https://m.blog.naver.com/PostView.nhn?blogId=indy9052&logNo=220949850960&proxyReferer=https://www.google.com/
#24 MySQL Scale-out vs Scale-up
https://www.kdata.or.kr/info/info_04_view.html?field=&keyword=&type=techreport&page=13&dbnum=185192&mode=detail&type=techreport
#25 Insert 속도 효용에 있어서의 MySQL Cluster의 장점
https://www.quora.com/What-do-people-think-of-MySQL-Cluster-and-why
#26 MySQL JSON 함수
https://dololak.tistory.com/257
#27 MySQL CSV Export
SELECT * INTO OUTFILE 경로' CHARACTER SET utf8 FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' FROM 테이블 이름;
[MongoDB]
#1 MongoDB Log Level 변경
http://blog.naver.com/PostView.nhn?blogId=humongousdb&logNo=220090673510&parentCategoryNo=&categoryNo=15&viewDate=&isShowPopularPosts=false&from=postView
#2 MongoDB 구조 관련 좋은 글
http://mongodb.citsoft.net/?page_id=232
#3 MongoDB Cluster 참고 1
https://cinema4dr12.tistory.com/429
#4 MongoDB Cluster 참고 2
https://skyeong.net/121?category=592659
#5 MongoDB 좋은 글 모음 블로그
https://kkyunstory.tistory.com/category/IT/Database
#6 MongoDB Cluster 참고 3 - 베스트
https://www.linode.com/docs/databases/mongodb/build-database-clusters-with-mongodb/#before-you-begin
#7 MongoDB 좋은 글 모음 블로그
https://cinema4dr12.tistory.com/494?category=511752
#8 MongoDB Data Modeling
https://seungdols.tistory.com/775?category=802221
#9 MongoDB Configuration
http://kevini.dothome.co.kr/?p=35
#10 MongoDB Monitoring
https://m.blog.naver.com/PostView.nhn?blogId=theswice&logNo=220760949839&proxyReferer=https%3A%2F%2Fwww.google.com%2F
#11 MongoDB GridFS 1
https://www.mongodb.com/blog/post/building-mongodb-applications-binary-files-using-gridfs-part-2
#12 MongoDB GridFS 2
https://medium.com/@kavitanambissan/uploading-and-retrieving-a-file-from-gridfs-using-multer-958dfc9255e8
#13 MongoDB 단점
http://bigmatch.i-um.net/2013/12/09/mongodb%EB%A5%BC-%EC%93%B0%EB%A9%B4%EC%84%9C-%EC%95%8C%EA%B2%8C-%EB%90%9C-%EA%B2%83%EB%93%A4/
#14 MongoDB를 사용해야할 때
https://enzine.tistory.com/entry/MongoDB%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%B4%EC%95%BC-%ED%95%A0-%EB%95%8C
#15 MongoDB 모든 field 목록 조회
https://stackoverflow.com/questions/2298870/get-names-of-all-keys-in-the-collection
#16 MongoDB Replicaset in Single Node
https://medium.com/tech-that-works/cloud-kafka-connector-for-mongodb-source-8b525b779772
[C]
#1 C언어 지나치게 큰 배열 선언시 에러
https://m.blog.naver.com/PostView.nhn?blogId=amy_hmy&logNo=221028600832&proxyReferer=https%3A%2F%2Fwww.google.com%2F
[Docker]
#1 Docker Load Balancer 읽어보기 좋은 글
https://blog.naver.com/PostView.nhn?blogId=alice_k106&logNo=220747224965&parentCategoryNo=7&categoryNo=&viewDate=&isShowPopularPosts=true&from=search
[개발 문화 & 배포 자동화]
#1 Github Template Repository
https://velog.io/@bgm537/Github%EC%9D%98-%EC%83%88%EB%A1%9C%EC%9A%B4-%EA%B8%B0%EB%8A%A5-Template-repository-%EC%97%90-%EB%8C%80%ED%95%B4-%EC%95%8C%EC%95%84%EB%B3%B4%EC%9E%90-fsjwpt0x00
#2 Travis CI 소개
https://blog.outsider.ne.kr/779
#3 Travis CI + Flask App + Github
https://sweetcode.io/flask-app-github-travis-heraku/
#4 코드 리뷰
https://brunch.co.kr/@seonology/23
[ETC]
#1 읽을거리가 많은 블로그
http://blog.naver.com/PostList.nhn?blogId=ijoos&from=postList&categoryNo=111
#2 JDBC Connect Error
https://m.blog.naver.com/PostView.nhn?blogId=iopqwas&logNo=140149503159&proxyReferer=https%3A%2F%2Fwww.google.com%2F
#3 Download JDBC jar
https://stackoverflow.com/questions/23308493/how-to-download-mysql-jdbc-jar-file-on-centos
#4 JDBC 경로 설정
https://it77.tistory.com/266
#5 Between 시스템 아키텍처
http://engineering.vcnc.co.kr/2013/04/between-system-architecture/
[Java & Spring Boot]
#1 Java & Spring Boot 관련 개념들
https://lazymankook.tistory.com/30
https://asfirstalways.tistory.com/335
https://freeprog.tistory.com/191
https://rongscodinghistory.tistory.com/72
https://kingname.tistory.com/33
https://gmlwjd9405.github.io/2018/11/10/spring-beans.html
https://limmmee.tistory.com/8
https://www.tutorialspoint.com/spring_boot/spring_boot_oauth2_with_jwt
https://m.blog.naver.com/joebak/220563148802
https://www.slideshare.net/madvirus/ddd-final
https://www.slideshare.net/WonchangSong1/rpc-restsimpleintro
https://gmlwjd9405.github.io/2019/01/04/logging-with-slf4j.html
#2 Singleton 패턴
https://jeong-pro.tistory.com/86
https://javaplant.tistory.com/21
https://wikidocs.net/228
#3 Bean과 Injection
https://lazymankook.tistory.com/26
'창고' 카테고리의 다른 글
warehouse :-) (0) | 2019.08.27 |
---|
- Total
- Today
- Yesterday
- 스타트업
- python
- 컨테이너
- kubernetes
- 양파 요리
- Linux
- system
- EKS
- 토마토
- DB
- 점심 식사
- 토마토 달걀 볶음
- Kafka
- Elk
- Ansible
- 세미나
- Docker
- 양파
- 토마토 주스
- ECS
- 오케스트레이션
- 개발자
- AWS
- 토마토 요리
- 양파 덮밥
- spring boot
- AWS 301
- 일상 요리
- C
- Java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |