Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
/ DataStax-Sample Public archive

Use this as a template for creating new Sample Apps for AstraDB

Notifications You must be signed in to change notification settings

Alphasians/DataStax-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Project Name, duration and skillLevel, make sure these values match the astra.json

Update the INSTRUCTIONS_LINK with the absolute path to your INSTRUCTIONS.md --->

{name}

{duration}, {skillLevel}, Start Building

{description}

{heroImage}

Objectives

  • {objective 1}

How this works

{howThisWorks}

Get Started

To build and play with this app, follow the build instructions that are located here: INSTRUCTIONS_LINK

Running {name}

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 image

  3. Locate the Get Started button to continue image

  4. Define a database name, keyspace name and select a database region, then click create database. image

  5. Your Astra DB will be ready when the status will change from Pending to Active 💥💥💥 image

  6. 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

  7. Select Admin User for the role for this Sample App and then generate the token. Download the CSV so that we can use the credentials we need later. image

Quick Start

  1. Create a new repository from this project using the Use Template button.
  2. Delete the template specific files and folders: SAMPLE_APP_CONTRIBUTING.md, screenshots.
  3. Fill out the README.md and INSTRUCTIONS.md files while following the directions (in comments) within.
  4. Fill out the astra.json file with the pertinent values from your README.md
  5. Ping the #sample-apps team to review your app and go through the publishing process.
  1. After you have your Application Token, head to the database connect screen and copy the connection information that we'll need later. We'll replace ASTRA_DB_APPLICATION_TOKEN with the Token value that is part of your Application Token. image
  1. 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

  2. Make note of where to use the Client Id and Client Secret that is part of the Application Token that we generated earlier. 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 your local machine

Running on Gitpod

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

Deploying to Vercel

  1. Click the 'Deploy' button: Deploy with Vercel

Deploying to Netlify

  1. Click the 'Deploy to Netlify' button: Deploy to Netlify

About

Use this as a template for creating new Sample Apps for AstraDB

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published