Conversation
|
우측에 있는 |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 PR은 "소프트웨어 아키텍처 The Hard Parts" 책의 13장부터 15장까지의 내용을 정리한 학습 노트를 추가합니다. 계약의 개념, 분석 데이터 관리 방법론, 그리고 아키텍처 트레이드오프 분석의 중요성에 대한 저자의 이해와 경험을 담고 있으며, 스터디의 첫 번째 책 완독을 기념하는 의미를 가집니다. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
2026/Fundamentals_of_Software_Architecture_2nd_Edition/ymkim97/chapter13_14_15.md
Show resolved
Hide resolved
2026/Fundamentals_of_Software_Architecture_2nd_Edition/ymkim97/chapter13_14_15.md
Show resolved
Hide resolved
2026/Fundamentals_of_Software_Architecture_2nd_Edition/ymkim97/chapter13_14_15.md
Show resolved
Hide resolved
2026/Fundamentals_of_Software_Architecture_2nd_Edition/ymkim97/chapter13_14_15.md
Show resolved
Hide resolved
| * 분석 데이터 관리에 대해서 어떤 방식을 접해보았는지 의논해보고 싶습니다. | ||
| * 제가 알기로는 현재 회사에서 CDC + BigQuery 형태로 분석 데이터를 관리하고 있는데요, 좀 무거운 쿼리들은 prod reader 보다는 부담없이 해당 기술로 마음껏 볼 수 있어서 꽤 편하다고 느꼈습니다. |
There was a problem hiding this comment.
저도 이번에 책에서 접한게 처음이라 영명님이 회사에서 관리하는 방식을 좀 들어보면 좋을 것 같네요.
| * 분석 데이터 관리에 대해서 어떤 방식을 접해보았는지 의논해보고 싶습니다. | ||
| * 제가 알기로는 현재 회사에서 CDC + BigQuery 형태로 분석 데이터를 관리하고 있는데요, 좀 무거운 쿼리들은 prod reader 보다는 부담없이 해당 기술로 마음껏 볼 수 있어서 꽤 편하다고 느꼈습니다. |
There was a problem hiding this comment.
저희 회사에선, DataWareHouse 형태로 Big Query로 조회할 수 있게 구성되어있고, 현재는 AWS Aurora CDC 기능을 통해서 적재하는 것으로 보이는데, 업무와 연관된 부분은 아니다보니, 상세한 내부 동작은 잘 모르겠네요
BigQuery의 경우 주로, PO(기획자)분들이나 운영팀에서 비즈니스 현황 파악 차원에서 확인하시거나, ML 학습용으로 사용하시는거 같고, 개발자 단에서는 잘 사용하진 않는거 같습니다
벌써 첫 번째 책을 다 읽었네요, 고생하셨습니다!