{"id":25433818,"url":"https://github.com/liinen/vocalist-backend","last_synced_at":"2026-04-13T14:31:20.294Z","repository":{"id":43212909,"uuid":"393585178","full_name":"LiiNen/vocalist-backend","owner":"LiiNen","description":"vloom backend implementation in cloud service, with crawling dataset from karaoke website","archived":false,"fork":false,"pushed_at":"2022-05-27T00:24:48.000Z","size":86,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T19:11:52.971Z","etag":null,"topics":["connection-pool","crawler","express","mysql","ncloud-server","pagination","python3","selenium"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LiiNen.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-07T05:09:25.000Z","updated_at":"2023-11-10T14:42:24.000Z","dependencies_parsed_at":"2022-08-24T12:31:14.857Z","dependency_job_id":null,"html_url":"https://github.com/LiiNen/vocalist-backend","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/LiiNen/vocalist-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiiNen%2Fvocalist-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiiNen%2Fvocalist-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiiNen%2Fvocalist-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiiNen%2Fvocalist-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiiNen","download_url":"https://codeload.github.com/LiiNen/vocalist-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiiNen%2Fvocalist-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["connection-pool","crawler","express","mysql","ncloud-server","pagination","python3","selenium"],"created_at":"2025-02-17T05:29:00.954Z","updated_at":"2026-04-13T14:31:20.263Z","avatar_url":"https://github.com/LiiNen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"``` bash\n$ sudo apt-get update\n$ sudo apt-get install mysql-server\n$ vi /etc/mysql/conf.d/mysql.cnf\n```\n\n``` vim\n[client]\ndefault-character-set=utf8\n\n[mysql]\ndefault-character-set=utf8\n\n[mysqld]\ncollation-server = utf8_unicode_ci\ninit-connect='SET NAMES utf8'\ncharacter-set-server = utf8\n```\n\n``` bash\n$ vi /etc/mysql/mysql.conf.d/mysqld.cnf\n```\n\n``` vim\n[mysql]\nskip-networking = Off\nbind-address            = 0.0.0.0 // 모든 ip에 대해서 mysql 접근 허용\n```\n\n``` bash\n$ systemctl start mysql\n$ mysql -u root -p\n```\n\n``` sql\nCREATE DATABASE vocalist;\nUSE vocalist;\nCREATE TABLE music(musicId int PRIMARY KEY auto_increment, title varchar(30) NOT NULL, artist varchar(20) NOT NULL);\nDESC music; // 테이블 조회\n\nGRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '(password)'; // 모든 ip에 대해서 데이터베이스 접근 허용\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliinen%2Fvocalist-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliinen%2Fvocalist-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliinen%2Fvocalist-backend/lists"}