- 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
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- JavaScript修煉之道
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Manga Studio Ex 5 Cookbook
- Developing Middleware in Java EE 8
- C語言程序設計教程(第2版)
- Android 9 Development Cookbook(Third Edition)
- VMware虛擬化技術
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- 第一行代碼 C語言(視頻講解版)
- 深入實踐Kotlin元編程
- Android Game Programming by Example
- Backbone.js Testing
- 軟件測試技術
- 信息學奧林匹克競賽初賽精講精練