Some of you old-timers may remember we used to have a desktop app you could use to migrate data in/out of #CosmosDB
Well it's BACK!!! All modernized, x-platform on .NET 6, latest drivers, & FAST.
Easily extendable now too.
Read me about it here.
https://devblogs.microsoft.com/cosmosdb/new-desktop-data-migration-tool/
Gebt mir mal Input:
Ich suche für ein kleines privates Projekt eine möglichst billige Möglichkeit, Daten in der Cloud abzulegen. Format ist strukturiert und kann entweder JSON oder relational sein. Blob Storage ist dafür eher ungeeignet.
Datenmenge ist so im MiB-Bereich, mit ein paar tausend R/W Zugriffen im Monat.
Gerne auch mit Begründung. 😋
Danke schonmal. 😅
#AWS #GCP #Azure #Cloud #SQL #NoSQL #Document #Store #Firestore #CosmosDB #DynamoDB
#aws #gcp #azure #Cloud #sql #nosql #document #store #Firestore #CosmosDB #DynamoDB
RT @SavranWeb
Today, #CosmosDB SQL Studio hit 3000 users.
Thank you for all your support and feedback.
You can download it directly from #VsCode or from https://bit.ly/3yKWkYP
#AzureCosmosDB #NoSQL #MvpBuzz
#CosmosDB #vscode #AzureCosmosDB #nosql #MVPbuzz
Definitely a very cool feature!!!
---
RT @jeanpaulsmit
Just stumbled upon this great @cosmosdb (preview) feature: Partition merge. It allows you to recover from unintended partition splits. No need to backup-destroy-recreate-restore databases anymore to get rid of partitions. #Azure #CosmosDB #Integration https://learn.microsoft.com/en-us/azure/cosmos-db/merge
https://twitter.com/jeanpaulsmit/status/1626128174085033985
A new customer story using #CosmosDB.
---
RT @AzureCosmosDB
A new @WIRED article looks at how @ThePostAge is using #Azure and #AzureCosmosDB to transform end-of-life planning and gain trust with partners and customers.
https://www.wired.com/sponsored/story/how-a-cloud-first-startup-reimagined-estate-planning/
https://twitter.com/AzureCosmosDB/status/1617583069451386882
#CosmosDB #azure #AzureCosmosDB
Do we have here Cosmos DB people?
I have the following queries:
(1) SELECT * FROM c WHERE c.pk = ‘a’
(2) SELECT * FROM c WHERE c.pk = ‘a’ AND c.id IN (‘x’, ‘y’)
- pk — partition key
- id is indexed
- Both queries result in the same response
- Container has around 150K documents
Why first one result in almost 2K RU/s (100k documents scan) and second one in 10RU/s?
What am I missing?
Hey folks. I'm returning to Rockin' The Code World with @realDotNetDave this Saturday.
Give you updates on all things #CosmosDB. Questions, discussion and more!
Join us!!!
---
RT @CsharpCorner
Join @realDotNetDave with @markjbrown on January 21 at 10:00 AM (PST) for the next episode of Rockin' The Code World - a weekly live show focused on .NET technology.
Live streaming at https://c-sharpcorner.com/live/
#LiveShow #RockinCodeWor…
https://twitter.com/CsharpCorner/status/1615370645822648322
#CosmosDB #liveshow #rockincodewor
Azure recently released a public preview of the new Kusto data connection, Cosmos DB to Azure Data Explorer Synapse Link. This feature facilitates integration between the two technologies and enables new analytics scenarios. https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/announcing-cosmos-db-to-azure-data-explorer-synapse-link-public/ba-p/3708929 #Azure #Kusto #CosmosDB
RT @SavranWeb
I started testing the new version of Azure Cosmos DB Studio. This version will have bunch of bug fixes and a new Delete function.
You can download the current version directly from #Vscode or from https://bit.ly/3yKWkYP
#MvpBuzz #Azure #CosmosDB #AzureCosmosDB @AzureCosmosDB
#vscode #MVPbuzz #azure #CosmosDB #AzureCosmosDB
This is a really good writeup on using #Terraform with #CosmosDB, #AzureFunctions and #AzureAPI Management.
#terraform #CosmosDB #azurefunctions #AzureAPI
@markjacobsen not sure if this is helpful or not, but #cosmosDB has a free tier up to 25 gig
@elegantcoder I think it works well for the event store. What would be some arguments against using #CosmosDB?
A #cosmosdb collection with /id field as partition key is a smell test for bad #DataModeling
Have been doing a little side project with #svelte #azurefunctions and #CosmosDB (along with #tailwindcss for design). Seriously impressed with the dev speed and hassle-free design of svelte!
#svelte #azurefunctions #CosmosDB #tailwindcss
@jayatid It's three lines of Python: import, create object, toot.
In my case, I use it as part of a somewhat complex app. When I render my #quarto blog, I save a record with the desired social media posting timestamp in a #CosmosDB (an online database from Microsoft). Then, every 30 min, I trigger an #Azure Function (in Python) that reads the database, checks the time, and if it's time, posts to LinkedIn, BirdApp and now Mastodon.
It's not that I have many users, but it was fun to build. 😅