- Building Microservices with Go
- Nic Jackson
- 60字
- 2021-07-15 17:28:07
Documents
A document is a resource pointing to a single object, similar to a row in a database. It has the ability to have child resources that may be both sub-documents or collections. For example:
GET /cats/1 -> Single document for cat 1
GET /cats/1/kittens -> All kittens belonging to cat 1
GET /cats/1/kittens/1 -> Kitten 1 for cat 1
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- Java多線程編程實戰指南:設計模式篇(第2版)
- GAE編程指南
- Qt 5 and OpenCV 4 Computer Vision Projects
- Java 開發從入門到精通(第2版)
- .NET 4.0面向對象編程漫談:基礎篇
- INSTANT CakePHP Starter
- Silverlight魔幻銀燈
- Mastering Python Networking
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Python Data Structures and Algorithms
- Hands-On GUI Programming with C++ and Qt5
- Java圖像處理:基于OpenCV與JVM
- Qlik Sense? Cookbook
- iOS開發項目化入門教程