MongoDB 데이터베이스를 채우는 최고의 솔루션 ?
JSON, JavaScript 또는 TypeScript 파일로 MongoDB 문서를 정의하십시오. JS 라이브러리를 사용하거나 CLI를 설치하거나 Docker 이미지를 실행하여 가져옵니다!
https://github.com/pkosiec/mongo-seeding
[ { "name": "John", "email": "example@example.com", "avatar": "https://placekitten.com/300/300" }, { "name": "Joanne", "email": "example@example.com", "avatar": "https://placekitten.com/300/300" }, { "name": "Bob", "email": "example@example.com", "avatar": "https://placekitten.com/300/300" }, { "name": "Will", "email": "example@example.com", "avatar": "https://placekitten.com/300/300" }, { "name": "Chris", "email": "example@example.com", "avatar": "https://placekitten.com/300/300" } ]
등록된 댓글이 없습니다.