Please enable JavaScript.
Coggle requires JavaScript to display documents.
Azure (STORAGE (DocumentDB (PROGRAMMING (Server Side Programming (Bounded…
Azure
-
-
-
Tunable performance
Thorughput, indexing, consistency
Consistency
-
-
-
Bounded staleness
tolerates inconsistent query result with guarantee of freshness of specified period of time
-
PROGRAMMING
Server Side Programming
-
Stored Proc, Triggers, User Defined functions (self contained js functions deployed on server for exetuion)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
PaaS, Scalability, Redundancy
-
-
API APPS
Features
CORS
Cross Origin Resource Sharing allows cross domain calls to API
defines a whitelist of domains that can call ours
-
-
-
-
-
-
-
-
-
C#, F# and Node.js, Java, PowerShell, Python, PHP or any executable
Use when you want to run jobs triggered by events or scheduled
New Instances created when others are still running
Can defined how much memory you allow to use
Scale out automatically untill memory is available
-
Triggers
Event Hubs, Service Bus (Topics, Queues) , Timers, Blob Storage, Azure Storage Queues, HTTP reqs
-
PROs:
- Easy prototyping
- Automate dev process
- Decomposition of monoliths
- Independent scaling
- Adapters for integrated systems
- Serverless
-
-
-