An open API service indexing awesome lists of open source software.

https://github.com/alexanderkozlenko/cotopaxi

A toolset for deploying data to Azure Cosmos DB with CI/CD pipelines
https://github.com/alexanderkozlenko/cotopaxi

cicd cosmosdb deployment devops ecma-376 package

Last synced: 5 months ago
JSON representation

A toolset for deploying data to Azure Cosmos DB with CI/CD pipelines

Awesome Lists containing this project

README

          

## About

A toolset for deploying data to Azure Cosmos DB as part of a cloud-native application, designed for straightforward integration with CI/CD pipelines. The package format is based on Microsoft Common Data Model (CDM) and ECMA-376 (Open Packaging Conventions).

## Key Features

- Supports scoped deployments based on deployment profiles.
- Supports deployment rollbacks using generated rollback packages.

## Packages Status

[![NuGet Status (Stable)](https://img.shields.io/nuget/v/cotopaxi.svg?label=nuget%3A%20stable&style=flat-square)](https://www.nuget.org/packages/cotopaxi)
[![NuGet Status (Latest)](https://img.shields.io/nuget/vpre/cotopaxi.svg?label=nuget%3A%20latest&style=flat-square)](https://www.nuget.org/packages/cotopaxi/absoluteLatest)

## Documentation

- [Cotopaxi - Documentation](https://alexanderkozlenko.github.io/cotopaxi)
- [Microsoft - Common Data Model](https://learn.microsoft.com/en-us/common-data-model)
- [ECMA International - ECMA-376](https://ecma-international.org/publications-and-standards/standards/ecma-376)