- Building Microservices with Go
- Nic Jackson
- 56字
- 2021-07-15 17:28:07
Collections
A collection is a directory of resources typically broken by parameters to access an individual document. For example:
GET /cats -> All cats in the collection
GET /cats/1 -> Single document for a cat 1
When defining a collection, we should always use a plural noun such as cats or people for the collection name.
推薦閱讀
- Mastering Ext JS(Second Edition)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Mastering Spring MVC 4
- Podman實戰(zhàn)
- Learning Network Forensics
- HTML5從入門到精通(第4版)
- Windows Embedded CE 6.0程序設計實戰(zhàn)
- 智能搜索和推薦系統(tǒng):原理、算法與應用
- Fast Data Processing with Spark(Second Edition)
- Instant Apache Camel Messaging System
- Hack與HHVM權威指南
- C++17 By Example
- Elasticsearch搜索引擎構建入門與實戰(zhàn)
- Java EE 7 Development with WildFly
- Ubuntu Server Cookbook