Get started with Astra DB Classic
Register for an Astra DB account, and then create an Astra DB database that is optimized for real-time applications that require large data volume, low latency, and flexible data models.
Create a database
To create and launch an Astra DB Classic database, do the following:
-
In the Astra Portal, go to Databases, and then click Create Database.
-
Select the Classic deployment type.
-
Enter a meaningful database name.
You can’t change the database name after you create the database.
Database names must start and end with a letter or number, and contain no more than 50 characters, including letters, numbers, and the special characters
& + - _ ( ) < > . , @
. -
Enter a name for the database’s initial keyspace. Choose a name that reflects your data model and meets the following requirements:
-
Only alphanumeric characters and underscores
-
No more than 50 characters
-
Isn’t
dse
orsystem
-
-
Select a cloud provider and region.
To minimize latency in production databases, select a region that is close to your application’s users.
For multi-region availability, you can add more regions after you create the database.
-
Select a Workload Type and Workload Size for this database. For more information, see workload capacity tiers for this database.
-
In the Total Cost section, review the estimated hourly cost.
DataStax offers $25.00 in free Astra DB credits per month for organizations on the Free plan.
-
Click Create Database to initiate database creation.
It can take several minutes to initialize the database. DataStax sends you an email notification when your database is ready to use.
Get an application token
You use application tokens to connect to your database.
In the Astra Portal, there are two ways you can generate an application token scoped to a database:
-
In the Astra Portal navigation menu, click Tokens, select a role for the token, and then click Generate Token.
-
In the Astra Portal navigation menu, click Databases, locate your Astra DB Classic database, click
More, and then select Generate Token.
Download and securely store your token. The token is shown only once. |
For more information, see Manage application tokens.
Load data into your database
You can load data into your Astra DB database with any of these methods:
-
DataStax Bulk Loader to load data from CSV or JSON files.
-
Data Loader feature in Astra Portal, which presents options to load CSV data; or load data from the provided sample datasets; or load data from your Amazon S3 bucket that contains exported DynamoDB data.
-
Cassandra Query Language (CQL) statements to load data.
-
Drivers to load data via apps.