Questions tagged [datastax-astra]

DataStax Astra is a serverless, multi-cloud database service built on Apache Cassandra.

DataStax Astra is a serverless, multi-cloud database service built on Apache Cassandra. The service allows users to deploy a scalable Cassandra cluster across multiple cloud providers.

About: https://www.datastax.com/products/datastax-astra

Main: https://astra.datastax.com

For information on how to develop and integrate with many 3rd party tools, be sure to check out: https://awesome-astra.github.io/docs/

109 questions
0
votes
1 answer

Can't connect to Astra DB with Python driver

I believe I'm doing exactly as mentioned in the documentation Python-driver-AstraDB cloud_config= { 'secure_connect_bundle': 'secure-connect-test-warehouse.zip' } logging.basicConfig(level=logging.DEBUG) auth_provider =…
0
votes
0 answers

PopUp Shopping Basket is overlaying my top header

When i scroll page a little bit down and check shopping basket my top header hides under top header and cant click X to turn off or even see shooping basket on the top, adding image how it looks like, www.veedo.lt https://ibb.co/K7Hw1hp i cant edit…
Admin
  • 1
  • 2
0
votes
1 answer

Can I store timestamps in Central European Time (UTC+2)?

I know Cassandra stores data in UTC time in a timestamp column but I need it to store the timestamp like the following (UTC+2, Central European Time): 2023-10-29 00:00:00.000000+0200 2023-10-29 01:00:00.000000+0200 2023-10-29…
R13mus
  • 752
  • 11
  • 20
0
votes
1 answer

Edit Custom Footer with Astra Theme and Beaver Builder

I am trying to access a custom footer that has been created with Astra Theme and Beaver Builder. In Astra Custom Layouts there appears to be a published Footer but when I try to access it (it says it was built with Beaver Builder) all I see is a…
0
votes
0 answers

Astra theme is not reflecting the changes I am making

I am testing Astra Pro and on trying to configure the page layout sidebar to the left, sidebar continues to the write. Also, I tried moving the title upwards within the banner and on doing so, the title simply disappears. Also, unable to change the…
0
votes
1 answer

Datastax Astra : error fetching metadata information using secure bundle

My goal is to use a Secure Connect Bundle to connect to my database on Astra. However, I'm getting This error (underlined in blue): First I went to my server (Celestia) and went to the connect tab to download the bundle. Afterwards, I followed…
Martin
  • 61
  • 2
  • 9
0
votes
0 answers

Pagestate returned for a non existent page while using index

I'm utilizing the C# DataStax driver to retrieve data from a Cassandra database. To incorporate result paging into my application, I'm utilizing the FetchPageAsync method. However, there are instances where this method returns a page state string…
Coder
  • 406
  • 9
  • 22
0
votes
1 answer

Provided value LOCAL_ONE is not allowed for Write Consistency Level

I'm trying to connect my java spring boot application to cassandra astra db with the cql proxy running with docker-compose. I got this error : com.datastax.oss.driver.api.core.servererrors.InvalidQueryException: Provided value LOCAL_ONE is not…
alia
  • 163
  • 3
  • 12
0
votes
1 answer

DataStax Astra Backups - what's the backup policy, how long are they retained, and how to restore a backup?

We're migrating a Cassandra database to Datastax Astra (serverless, PAYG service). I'm curious about how backups work. From https://docs.datastax.com/en/astra-serverless/docs/manage/db/manage-multi-region.html it seems that backups are…
0
votes
1 answer

How can I pass a dynamic attribute to Nifi EvaluateJsonPath?

Currently, I'm building a 3rd party automated data collection process, through NiFi that runs automatically syncing data to datastax Astra. Here is a sample api return I got from a third party. { "id": "123", "project_name": "ALS Data", …
0
votes
1 answer

i want to change position of 'short description of single product page in wordpress astra theme

Woocommerce Product Page: how to change position of 'short description', 'price' and 'variation description' in astra theme .. woocommerce hooks are not working as the theme overrides the woocommerce. i used the following code to remove the short…
0
votes
1 answer

QT: undefined reference to a constructor of class from lib (astra linux)

I have a project that I've developed with Windows. It uses a few of my libraries (that use another libraries sometime) and in Win it works perfectly. Now I try to run it in Astra Linux and have a strange problem. A file dependings seem like…
0
votes
0 answers

Astra Theme & WooCommerce checkout widget not aligned

I'm using Astra theme and WooCommerce checkout widget. The first column in order summary is too narrow so it compresses the name of the product & the 2nd column showing the price does the same, leaving a big gap in the middle: original I found some…
0
votes
0 answers

elasticsearch and cassandra data type configure both acceptence

using geodistance query with latitude and longitude in elasticsearch in the spring boot class using geopint which data type i need to use in cassandra table to configure the both class and table data type for geodistance…
0
votes
1 answer

Better ways for connection initialization in Datastax Astra

I have some queries regarding Datastax Astra. The connection initialization of Datastax Astra via the secure bundle is relatively slow. Is there any other way via which we can do connection initialization faster? Also, what are some of the best…
Ansh Joshi
  • 41
  • 1
  • 7