-
Hello.
I'm trying to update protocol to support Cassandra DB. While working on, I have question for this.
```
from cassandra.cluster import Cluster
cluster = Cluster(['127.0.0.1'])
session = …
-
Deploying Contrail image tag 1909.30-queens, contrail-controller is blocked with "schema is not ready" message.
charm version: cs:~juniper-os-software/contrail-controller-8
contrail-controller/0…
-
Hi,
my installation of cassandra-web is in kubernetes-cluster and use kong like api-gateway. If I call directly cassandra-web (ip and port) I can view the database content, but if I call the api end…
-
Im using liquibase to create some cassandra objects.
when i run liquibase update ,it created lock and changelog table and inserted a row in lock table
and giving the error
[2021-07-09 15:57:35] …
-
Hi everyone,
we have just published a plugin for DALI which allows reading raw image files
(as well as labels) from a Cassandra NoSQL database, working as a replacement
of, e.g., the standard `fn…
-
Here is my code. I think there is a encoding/decoding or response parse problem.
``` php
require_once 'vendor/autoload.php';
$nodes = array(
'127.0.0.1:9042' => array(
'username' => 'ca…
-
This issue is to address issues in the caching logic with respect to the new CQL3 parser. This new parser properly parses CQL3 statements and provides us with better understanding of the query. The …
-
Hey,
I wrote to you on kohana forum aswell.
I'm trying to integrate Cassandra into Kohana default database module. It would be awesome if you could do it too with mongo, so that users don't have to i…
-
### What are you really trying to do?
Deploy Temporal with an existing Database.
### Describe the bug
When an exiting DB is used, the suggested configuration is disabling the schema setup and…
-
Hello,
I have a question about tasks/functions on Stash, we are planning to use it for backup a cassandra database and want to know if we have to develop an addons (so follow the logic of addons like…