docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for Stargate

Results 36 docs issues
Sort by recently updated
recently updated
newest added

We need to update the installation docs to describe how to start the Stargate v2 API services. The documents describe how to install/run the coordinator via the `starctl` script, we...

The current [metrics documentation page](https://stargate.io/docs/latest/manage/metrics.html) only addresses how to access metrics in Stargate v1, via the example in the `stargate/docker-images` repo. After completion of https://github.com/stargate/stargate/issues/2401 we will have an equivalent...

v2

The [Java documentation](https://stargate.io/docs/latest/develop/api-grpc/gRPC-java-client.html) does not describe how to do parameterized queries with the gRPC Java client. See https://github.com/stargate/stargate/pull/2338 for sample code that could be useful. The [Rust documentation](https://stargate.io/docs/latest/develop/api-grpc/gRPC-rust-client.html) describes how...

Reference to REST API at [this page](https://stargate.io/docs/latest/quickstart/qs-rest.html#delete-data) points to a [404 page](https://stargate.io/docs/stargate/1.0/attachments/restv2.html) today. Instead reference it to the generic API references page.

documentation
good first issue
REST API

We are frequently asked for information on sizing Stargate deployments, the need becomes even greater for Stargate v2 with separate API services. We should have a documentation page that provides...

All the operators need to be covered for all APIs.

REST API
GraphQL API

Feedback from Ivan: Documentation The example for the schema upload using cURL was not working for me. Wanted to use the @clq_increment directive, but I found no example of it....

GraphQL API

First: I have an authentication server that generates JWTs, and I would like to use it for authentication in StargateAPI. I couldn't find an explicit outline of fields that the...

@DisplayName("Should execute query with groupBy") public void groupBy(@TestKeyspace CqlIdentifier keyspaceId) { Map response = CLIENT.executeDmlQuery( keyspaceId, "{ readings(value: {id: 1}, groupBy: {month: true, year: true}) { " + "values {...

GraphQL API