-
Now that we have changed to using upper-lower case attribute names in cassandra, we should not be making them lower-case, since the database will no longer recognise the name. The ingest breaks becaus…
-
As per the documentation,
https://goteleport.com/docs/database-access/guides/cassandra-self-hosted/#:~:text=tsh%20db%20connect,Password%3A
We can see that it requires a password to login into the…
-
### This report is for multiple posts you can find them below:
### Steps to reproduce:
1)Navigate to the following page: https://planetcassandra.org/
2)Click at "Resources" button at the top of the …
-
Hi,
While trying to connect AWS keyspace django cassandra engine is erroring out.
Not sure how to provide cert as Amazon Keyspaces requires the use of Transport Layer Security (TLS)
Usage:-
…
-
I'm starting try use this lib, but it have that error at index.php file
My php is 5.5
My code here:
$nodes = [
127.0.0.1'
];
try {
// Connect to database.
$database = new \evseevnn\Cassan…
-
For Azure's CosmosDB emulating Cassandra APIs, there is some odd, as-of-yet unexplained behavior where updates to a table are not immediately available to query, potentially having to do with quorum d…
-
CassandraDB is currently baked into all the API functions, which causes a two issues:
- Moving to a database like ScyllaDB would be very time-consuming
- A lot of the API function logic is dedicate…
-
Hi I am new in django
I tried to connect django to cassandra.
here are my modules:
```
cassandra-driver (3.25.0)
cassandra-pylib (0.0.0)
click (8.0.1)
Django (3.2.7)
django-cassandra-engine…
-
Deploying Contrail 4.0.2 using 4.0.2 charms (tag v4.0.2).
Within the analyticsdb container I see the following for contrail-status:
```
root@vm01(analyticsdb):/# contrail-status
== Contrail Data…
-
If we define cassandra in DATABASES and run `python api/manage.py collectstatic` it fails trying to connect to cluster. Collectstatic doesn't really need cassandra connection and it seems like it does…