https://github.com/allegro/cosmosdb-utils
A collection of useful Azure CosmosDb SDK v3 extensions and utilities, developed as part of Allegro Pay product.
https://github.com/allegro/cosmosdb-utils
allegropay cosmosdb
Last synced: 6 months ago
JSON representation
A collection of useful Azure CosmosDb SDK v3 extensions and utilities, developed as part of Allegro Pay product.
- Host: GitHub
- URL: https://github.com/allegro/cosmosdb-utils
- Owner: allegro
- License: apache-2.0
- Created: 2022-01-27T11:21:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T13:05:27.000Z (about 1 year ago)
- Last Synced: 2024-08-23T14:36:23.151Z (about 1 year ago)
- Topics: allegropay, cosmosdb
- Language: C#
- Homepage:
- Size: 162 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Allegro CosmosDb utils
This repo contains a collection of useful Azure CosmosDb SDK v3 extensions and utilities, developed as part of [Allegro Pay](https://allegropay.pl/) product.
## Utilities
- [Allegro.CosmosDb.BatchUtilities](src/Allegro.CosmosDb.BatchUtilities/README.md) - utilities for performing batch operations in Azure CosmosDb, such as rate limiting and autoscaling.
[](https://nuget.org/packages/Allegro.CosmosDb.BatchUtilities) [](https://github.com/allegro/cosmosdb-utils/actions/workflows/Allegro.CosmosDb.BatchUtilities.ci.yml?query=branch%3Amain)
- [Allegro.CosmosDb.ConsistencyLevelUtilities](src/Allegro.CosmosDb.ConsistencyLevelUtilities/README.md) - utilities helpful in handling CosmosDb Consistency Levels.
[](https://nuget.org/packages/Allegro.CosmosDb.ConsistencyLevelUtilities) [](https://github.com/allegro/cosmosdb-utils/actions/workflows/Allegro.CosmosDb.ConsistencyLevelUtilities.ci.yml?query=branch%3Amain)
- [Allegro.CosmosDb.Migrator](src/Allegro.CosmosDb.Migrator/README.md) - utilities for migrating data online between containers.
## LicenseCopyright 2021 Allegro Group
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.