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

Currently the update graphql function will extract all primary key values and use the rest of the parameters as the values that should be updated. This can be difficult for...

The issue with the current graphql order by argument is that is can be hard to programmatically generate because it contains a string concatenation. Users will likely know what field...

We should try to give a final review for the REST API: - LWT responses #125 - Provide more user friendly primary keys and filtering (GET query string) - Look...

rest

Errors while parsing user requests are ignored and a generic error is returned. The service should try to tell the user what they did wrong. The same is done for...

rest

Fixes: https://github.com/datastax/cassandra-data-apis/issues/123

GraphQL keyspaces are built without using the current user or role (execute as).

bug

Similar to the GraphQL playground, the idea would be to include a swagger UI for the REST API. The swagger yaml file should contain parts that are dynamic (like the...

rest

By default we should include all of them but this will be a helpful complimentary setting for users that only want to expose a subset of user keyspaces

We should support setting the default TTL when creating a table.

rest
graphql