-
Notifications
You must be signed in to change notification settings - Fork 10
Home
This SDK (Software Development Kit) makes it easy to call Stargate and/or Astra services using idiomatic Java APIs.
-
The Stargate SDK works with both Stargate standalone installations and Stargate deployed in Astra. With standalone Stargate deployments you will initialize the framework with the class
StargateClient
and provide the list of nodes. To test it locally please follow the Stargate SDK quickstart -
The Astra SDK reuses the previous library with Astra environments. You will then work with the class
AstraClient
that will configureStargateClient
under the hood for you. As you can see on the figure below theAstraClient
handle not only Stargate Apis but also the Astra Devops Api and Apache Pulsar deployed in Astra. To test it please follow the Astra SDK quickstart -
The Astra Spring Boot Starter provides a straight forward way to configure both
Astra SDK
andSpring Data Cassandra
to work with Astra. By Reading custom keys in spring bootapplication.yaml
the starter will initialize for you all the beans you need. To test it please follow the Astra Spring Boot Starter QuickStart.
🏠 Home | Document | Rest | Native Drivers | GraphQL | gRPC | Astra Devops |