not-for-me / location-search-service

Location Search Service
0 stars 0 forks source link

LSS 개념 설계 및 기술 스택 선정 #8

Closed not-for-me closed 5 years ago

not-for-me commented 5 years ago

Location Search Service 제공을 위한 개념 설계와 함께 이를 기반으로 구현에 사용할 기술 스택을 정리한다.

not-for-me commented 5 years ago

component_diagram

이 개념 설계를 바탕으로 LSS 서비스의 기술 스택은 다음으로 결정한다.

not-for-me commented 5 years ago

사용자 인증부는 jdbc 와 통신을 해야하기 때문에 구조적으로 synchronous한 부분이 있지만 본 서비스에서는 인증 자체가 제한적으로 사용되므로 reactive 스타일을 유지하기로 한다.