python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cannot import Cosmosdb in databricks
I setup a new cluster on databricks which using databricks runtime version 10.1 (includes Apache Spark 3.2.0, Scala 2.12). I also installed azure_cosmos_spark_3_2_2_12_4_6_2.jar in Libraries.
I create...
user3254986
Votes: 0
Answers: 2
Group by multiple properties (Gremlin)
I have the following entity
Event (date, severity, other properties)
I want to write a gremlin query which groups the events by date and severity and returns the result in the following format:
[
{...
Roxy
Votes: 0
Answers: 1
Azure CosmosDB - Sharding Strategy for georeferenced data?
I have a collection on cosmos for about 1 million documents like this:
{
"title":"My Happy Bakery",
"address":"155 Happy Avenue, Happy City",
"loc...
Leonardo
Votes: 0
Answers: 1
Extending SELECT projection
I want to extend the documents that I receive from a SELECT clause.
Lets assume a I have a collection that stores documents in the following shape
{"foo": "yeah I am a foo", "...
robkuz
Votes: 0
Answers: 3