Spring Data Astra DB REST API

This application uses Spring Data Cassandra and DataStax Astra DB to build a REST API for a backend service that interacts with products and orders.

10 minutesBeginner

Updated June 12, 2024


Spring Data Cassandra REST API

10 minutes, Beginner, Start Building

This application uses Spring Data Cassandra and DataStax Astra DB to build a REST API for a backend service that interacts with products and orders.

image

Objectives

  • Run a REST API that connects to DataStax Astra DB

How this works

We're using Spring Data Cassandra and Datastax Astra DB to build a REST API that stores Products and Orders.

Get Started

To build and play with this app, follow the build instructions that are located here: https://github.com/DataStax-Examples/spring-data-starter

Running Spring Data Cassandra REST API

Follow the instructions below to get started.

Prerequisites

Let's do some initial setup by creating a serverless(!) database.

DataStax Astra

  1. Create a DataStax Astra account if you don't already have one: image

  2. On the home page. Locate the button Create Database both vector and non-vector support the Cassandra CQL image

  3. Populate the fields and click create database image

  4. After your database is provisioned, we need to generate an Application Token for our App. Go to the Settings tab in the database home screen. image

  5. Generate a token by clicking Generate Token and give it a name. image

  6. After you have your Application Token, head to the database connect screen and select the driver connection that we need. Go ahead and download the Secure Bundle for the driver. image

Github

  1. Click Use this template at the top of the GitHub Repository: image

  2. Enter a repository name and click 'Create repository from template': image

  3. Clone the repository: image

🚀 Getting Started Paths:

Make sure you've completed the prerequisites before starting this step

Running on Gitpod

  1. Click the 'Open in Gitpod' link: Open in IDE

  2. Once your Gitpod workspace has loaded, you'll be asked to paste your service account credentials in the Gitpod terminal at the bottom of the screen: image

  3. When the app is finished building, click the 'Open Browser' button on the bottom right of the screen: image

  4. You've successfully build a Spring Data Cassandra application! image

Create your Account and get started!

Let's Go!
View on GitHubDeploy to NetlifyDeploy to Vercel