Skip to content
@ML-Ooops

ML-Ooops

Systme_Architecture

image

scenario

image

  1. 유저가 spring 서버에 회원가입을 진행.
  2. 사용자 정보를 mysql DB에 저장
  3. Return Result

image

  1. 유저가 spring 서버에 로그인을 진행.
  2. 서버에서 로그인 정보를 확인, 세션키 저장
  3. 세션 키 반환

image

  1. 유저가 spring 서버에 자신의 흥미 정보를 전송.
  2. 세션키 검증
  3. 사용자 카테고리 정보 저장 (ex : [0.1,0.8,1.0,0.6,0.3,0.2])
  4. Return Result

image

  1. 유저가 spring 서버에 자신의 정보와 읽은 뉴스 id를 전송.
  2. 세션키 검증
  3. 사용자 카테고리 정보 read (ex : [0.1,0.8,1.0,0.6,0.3,0.2])
  4. Spring 이 fastAPI서버에 연산을 요청 및 결과 반환받음. (ex : [0.1,0.8,1.0,0.6,0.3,0.2])
  5. 사용자 카테고리 정보 업데이트
  6. Return Result

image

  1. newStore에서 news 정보를 읽고, 전처리
  2. 데이터를 mongoDB에 저장

image

  1. 유저가 spring 서버에 자신의 정보를 저장
  2. 세션키 검증
  3. 사용자 카테고리 정보 read (ex : [0.1,0.8,1.0,0.6,0.3,0.2])
  4. Spring 이 fastAPI 메소드 요청처리 parameter : (ex : [0.1,0.8,1.0,0.6,0.3,0.2])
  5. mongoDB에서 read data, ex) 유사도 계산, elastic search
  6. Return Result
  7. Return Result

Popular repositories Loading

  1. fastAPI fastAPI Public

    Python

  2. front_end front_end Public

    Based_flutter. UI and functional

    C++

  3. spring spring Public

    Java

  4. crawling_news crawling_news Public

    new crawling, store in the NOSQL(mongoDB)

    Python

  5. DataBase_with_docker DataBase_with_docker Public

    database, dockerfile, build commander

    Dockerfile

  6. .github .github Public

Repositories

Showing 6 of 6 repositories
  • spring Public
    ML-Ooops/spring’s past year of commit activity
    Java 0 0 0 0 Updated Sep 18, 2024
  • fastAPI Public
    ML-Ooops/fastAPI’s past year of commit activity
    Python 0 0 0 1 Updated Sep 18, 2024
  • front_end Public

    Based_flutter. UI and functional

    ML-Ooops/front_end’s past year of commit activity
    C++ 0 0 0 0 Updated Aug 21, 2024
  • .github Public
    ML-Ooops/.github’s past year of commit activity
    0 0 0 0 Updated Aug 18, 2024
  • crawling_news Public

    new crawling, store in the NOSQL(mongoDB)

    ML-Ooops/crawling_news’s past year of commit activity
    Python 0 0 0 0 Updated Jul 30, 2024
  • DataBase_with_docker Public

    database, dockerfile, build commander

    ML-Ooops/DataBase_with_docker’s past year of commit activity
    Dockerfile 0 0 0 0 Updated Jul 29, 2024

Top languages

Loading…

Most used topics

Loading…