nicoloboschi/Astra DB Setup
Setup a new database in Datastax Astra DB
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 20, 2024
- License
- MIT
Pinned Snippet
uses: nicoloboschi/setup-astradb@43de0787e644ec0e8918e777281b96b71862133f # v1.2.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Astra DB application token. It needs to have enough permissions to create/delete databases in the organization. | yes | — |
| region | Region whereas to create the database. | yes | — |
| cloud | Cloud provider whereas to create the database. (aws,gcp,azure) | yes | — |
| vector | Whether to create a Vector database. (true, false) | no | true |
| keyspace | Database default keyspace. Defaults to 'default_keyspace'. | — | default_keyspace |
| name | Name of the database to create. | no | — |
| name-prefix | Prefix for the generated database name. | no | "" |
| env | Astra DB environment. (ENV, PROD) | — | PROD |
Outputs
| name | description |
|---|---|
| api-endpoint | Full URL API endpoint of the database |
| id | Database ID |
| name | Database name |