MongoDB Notes for Professionals

Thể loại: Công Nghệ Thông Tin
Tác giả : goalkicker.com
  • Lượt đọc : 416
  • Kích thước : 0.91 MB
  • Số trang : 73
  • Đăng lúc : 3 năm trước
  • Số lượt tải : 260
  • Số lượt xem : 2.300
  • Đọc trên điện thoại :
  • Đọc MongoDB Notes for Professionals trên điện thoại
This MongoDB® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA, see credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified
This is an unofficial free book created for educational purposes and is not affiliated with official MongoDB® group(s) or company(s) nor Stack Overflow. All trademarks and registered trademarks are the property of their respective company owners
The information presented in this book is not guaranteed to be correct nor accurate, use at your own risk
Please send feedback and corrections to [email protected]
---
./mongo localhost:27017/mydb myjsfile.js
Explanation: This operation executes the myjsfile.js script in a mongo shell that connects to the mydb database on the mongod instance accessible via the localhost interface on port 27017. localhost:27017 is not mandatory as this is the default port mongodb uses.
Also, you can run a .js file from within mongo console. >load("myjsfile.js")

Thuộc bộ sách