- Microservices with Clojure
- Anuj Kumar
- 184字
- 2021-06-30 19:24:27
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The persistence protocol ServiceDB consists of upsert, entity, and delete functions."
A block of code is set as follows:
{
"query": {
"term": {
"status": "O"
}
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
(defn home-page
[request]
(log/counter ::home-hits 1)
(ring-resp/response "Hello World!"))
Any command-line input or output is written as follows:
% lein run
Noname | Hello, World!
% lein run Clojure
Clojure | Hello, World!
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Click on the Create a visualization button."
- OpenLayers Cookbook
- 新一代物聯網架構技術:分層算力網絡
- Spring Cloud微服務架構進階
- 互聯網安全的40個智慧洞見:2014年中國互聯網安全大會文集
- Yii Application Development Cookbook(Second Edition)
- Microservice Patterns and Best Practices
- Kong網關:入門、實戰與進階
- 互聯網安全的40個智慧洞見(2016)
- 智慧城市中的物聯網技術
- 網絡互聯技術(理論篇)
- LiveCode Mobile Development Beginner's Guide
- 網絡安全和信息化黨政領導干部一本通
- 天下一家:網絡聯通世界(科學新導向叢書)
- WLAN技術問答
- 移動GIS應用開發實踐:Android平臺下的GIS功能開發實戰