Posts

Showing posts with the label TableAsAService

Table as a service: integration designing with D365F&O -- a walkthrough

Image
  What is TAAS Table as a service is a very convenient way of high frequency, high volume data exchange, operations, without the need of worrying about the supporting architecture, speed and efficiency. I can make my data be stored and arranged as per any need, without sticking to a fixed metadata, beforehand – as compared to conventional DBMS definition. Your Table exists as an API, whereby you can call the API and enforcing PUT, POST and delete actions thereby.   Table as a service as a storage Azure table storage exists as a patterned NoSql data in Azure, resulting in a schema-less design. Table storage generally comprises of following components: Accounts: a subscription account that connects all the storage offerings(Blobs/files, queues, containers, tables) Tables: a table can comprise of several entities Entities: an entity is like a row that comprises of several properties Properties: Key-value pair Look at the following example, that comes from ...