wkaczurba

Cosmodb:

Generally the tutorial does not provide much examples information about how to use cosmodb for APPS. I could not find how to read actual data from containers using azure cli.

Simple DB + container + item creation for NOSQL CosomosDB is here: https://github.com/wkaczurba/az204-cosmos

Consistency levels:

Supported APIs:

RUs modes:

Database vs containers

Documentation from Microsoft is here

Database is a namespace that can hold group of contgainers.

Stored procs

Official tutorial: Create stored procedures

Pre/post-triggers.

TODO: Pretrigger did not work as expected. Try it again.

Change feed

Official tutorial here: Explore change feed in Azure Cosmos DB

Push model:

Java - change feed tutorial:

Cosmos - Table API: