cassandra-data-apis icon indicating copy to clipboard operation
cassandra-data-apis copied to clipboard

Data APIs for Apache Cassandra

Results 37 cassandra-data-apis issues
Sort by recently updated
recently updated
newest added

Validate whether a single DC is used based on the contact points. Ideally we should use simulacron.

test

Currently, a random node is used to select the schema version. We should select use the information from all the local nodes and: - if there's a single version, match...

enhancement
post alpha

We can use positive and negative number inputs to signal additions or subtractions on counter columns. For example: ```graphql # Increase counter by 1 updateCounterTable(data: { key: $key, myCounterColumn: 1...

enhancement
post alpha

Add support for CQL duration.

enhancement
post alpha

https://github.com/gocql/gocql/issues/1148

enhancement
post alpha

Similar to #13

enhancement
post alpha

We should expose a graphql type per CQL user-defined type.

enhancement
post alpha