azure-data-tables-py

by Unknown v1.0.0

This skill leverages the Azure Data Tables SDK for Python to interact with Azure Storage Tables or Cosmos DB Table API. It provides capabilities for NoSQL key-value storage, enabling developers to perform CRUD operations on entities and execute batch operations efficiently. The SDK supports authentication, table management, entity manipulation, and complex queries with filtering and property selection.

This skill provides code snippets, examples, and best practices for using the Azure Data Tables SDK. It covers installation, authentication, client types (TableServiceClient and TableClient), table operations (create, delete, list), entity operations (create, get, update, delete), query entities, batch operations, and asynchronous client usage. It also includes a data types table and best practices for designing partition keys, query optimization, and performance.

Ideal for developers building scalable applications that require NoSQL data storage and efficient data retrieval.

What It Does

Enables interaction with Azure Storage Tables or Cosmos DB Table API using the Python SDK. Supports creating, reading, updating, and deleting entities, querying data with filters, and performing batch operations.

When To Use

When you need to store structured data in a NoSQL key-value store and want to use Azure Storage Tables or Cosmos DB Table API for scalability and cost-effectiveness. Useful for applications requiring fast data retrieval and complex queries.

Installation

Copy SKILL.md to your skills directory

View Universal documentation

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.