Closed iamyanghee closed 1 year ago
├── model │ └── spotify_search.py ├── sql │ ├── spotify_tracks.sql │ ├── spotify_albums.sql │ └── spotify_artists.sql ├── src │ └── search_spotify.py
SearchArtists SearchAlbums SearchTracks Search
Artists ArtistsExt Albums AlbumsExt Tracks TracksExt
SearchResult ArtistsORM AlbumsORM TracksORM
ExternalUrls Images Followers
deduplicate deduplicate_by_filter search_spotify format_search load_spotify
작업한 위치
모델 목록 @spotify_search.py
함수 목록 @search_spotify.py
작업진행
혹시 모델을 자바스프링 환경에서도 사용할 수 있을까?