- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 129字
- 2021-07-02 22:18:28
Technology agnostic
Service Fabric can be considered as a universal deployment environment. Services or applications based on any programming language or even database runtimes such as MongoDB can be deployed on Service Fabric.
Service Fabric supports four types of programming models – Reliable Services, Reliable Actors, Guest Executable, and Guest Containers. These topics are covered in detail in later parts of the book. Services can be written in any programming language and deployed as executables or hosted within containers.
Microsoft ships a rich Software Development Kit (SDK) for developing, packaging, and deploying services on Service Fabric managed clusters. Apart from .NET, Service Fabric also supports a native Java SDK for Java developers working on Linux. The Java SDK is supported by the Eclipse integrated development environment (IDE).
- 數據科學實戰手冊(R+Python)
- Python數據可視化:基于Bokeh的可視化繪圖
- Vue.js快速入門與深入實戰
- Cassandra Design Patterns(Second Edition)
- Unity Shader入門精要
- Java軟件開發基礎
- Python完全自學教程
- Mastering JBoss Enterprise Application Platform 7
- Learning ArcGIS for Desktop
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- JSP程序設計實例教程(第2版)
- Python大學實用教程
- 人工智能算法(卷1):基礎算法
- Vue.js光速入門及企業項目開發實戰