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

We should support LWT conditions and results in REST actions.

rest

Collection types are not supported for DDL REST actions and likely not supported for some types of DML queries.

rest

The GraphQL playground uses `http://localhost:` by default for the `defaultEndpointUrl`. We should use the same `window.location` protocol and host values as the one used by the user at runtime (using...

I create config. > scylla-data-apis: > image: datastaxlabs/cassandra-data-apis > hostname: scylla-data-apis > container_name: scylla-data-apis > restart: unless-stopped > volumes: > - ./config.yaml:/root/config.yaml > networks: > - scylla > labels: >...

When there are no user-defined keyspaces, no graphql route is exposed. We should guide the user into the next steps and/or default to the DDL route (if the user has...

enhancement

Example: An error should happen if a single keyspace is provided that doesn't exist.

test

We should log the IPs of the hosts in the local dc that the endpoint is connected to.

With should use simulacron to close connections and test reconnection behaviour.

test

As in golang map keys order is not guaranteed, multiple CQL queries are prepared given a single graphql query, when executing multiple times. Consider the following query: ```graphql mutation {...

bug
post alpha