cassandra-data-apis
cassandra-data-apis copied to clipboard
Data APIs for Apache Cassandra
Collection types are not supported for DDL REST actions and likely not supported for some types of DML queries.
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...
Example: An error should happen if a single keyspace is provided that doesn't exist.
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.
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 {...