목록Scrap (17)
without haste but without rest
https://semver.org/lang/ko/ 유의적 버전 2.0.0 Semantic Versioning spec and website semver.org
https://www.youtube.com/watch?v=R1UWYQYTPKo&ab_channel=AmazonWebServicesKorea
https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python?langId=py Building and testing Node.js or Python - GitHub Docs With GitHub Actions, you can run tests with tox and spread the work across multiple jobs. You'll need to invoke tox using the -e py option to choose the version of Python in your PATH, rather than specifying a specific version. For more ..
Official Docs - Airflow architecture overview Architecture Overview — Airflow Documentation airflow.apache.org Medium Article How to Setup Airflow Multi-Node Cluster with Celery & RabbitMQ What is Airflow? medium.com Goal Airflow의 아키텍처를 파악한다. Celery Executor가 무엇인지 파악한다. Overview 스케쥴러는 워크플로우를 익스큐터에 전달한다. 익스큐터는 적합한 워커에 작업을 분배한다. 이때 작업은 곧 바로 워커에 전달하는 것이 아니라 메시지 큐에 전달 한다. 스케쥴러와 익스큐터는 DAG Directory에 ..
https://apple.stackexchange.com/questions/154292/iterm-going-one-word-backwards-and-forwards iTerm - going one word backwards and forwards Would it be possible to configure iTerm 2 to go backwards and forwards one word through the curent text in the command line using a keyboard shortcut? apple.stackexchange.com
RDD, DF, DataSet 내부 로직의 어떤 차이로 인해 속도 차이가 발생하는지 찾아보기 https://www.analyticsvidhya.com/blog/2020/11/what-is-the-difference-between-rdds-dataframes-and-datasets/ Differences Between RDDs, Dataframes and Datasets in Spark Apache spark continues to be the first choice for the data engineers. Understand the difference between RDDs, Dataframes and Datasets in spark www.analyticsvidhya.com https://github..
https://d2.naver.com/helloworld/9099561 네이버 콘텐츠 통계 서비스 개발을 위해 다양한 서비를 직접 리서치하고 테스트한 연대기를 서술해주신 글이다. 깊게 이해는 못하고 있지만, 현업에서 툴을 어떻게 생각하고 어떠한 기준으로 선정하며 설계를 어떻게 하는지 참조하기 좋아보인다.