- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13
 
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
StargateClientand 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
AstraClientthat will configureStargateClientunder the hood for you. As you can see on the figure below theAstraClienthandle 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 SDKandSpring Data Cassandrato work with Astra. By Reading custom keys in spring bootapplication.yamlthe 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 |