-
In #4 we've discussed some technical ideas and software tools. Here let's discuss the architecture of the
Project Cognoma software stack. We came up with the following diagram:
![cognoma](https://c…
-
The issue is changing the primary key on the models.py
from:
```
class SamplePartitioning(Model):
id_1 = columns.Integer(partition_key=True)
id_2 = columns.Text(primary_key=True)
id_3 …
-
Here are my packages:
cassandra-driver==3.6.0
cql==1.4.0
Django==1.10
django-cassandra-engine==0.11.0
futures==3.0.5
linecache2==1.0.0
simplejson==3.8.2
six==1.10.0
thrift==0.9.3
traceback2==1.4.0
uni…
-
Hi,
I have below error when trying sync_cassandra with docker cassandra image 3.5
However my models are created with success.
Thanks,
J
``` python
(cass)jj@jj-box:~/projects_dev/cass_projects$ su…
-
Hello,
I am having this [same problem](http://stackoverflow.com/questions/35957310/attribute-error-at-auth-login-facebook-exception-value-operators):
I am not able to use session, raising the error:…
-
I'd like to do something like
`Player.objects.values('player_type', 'team').order_by().annotate(Count('player_type'), Count('team'))`
It seems like `group by` is coming to cassandra soon
https://iss…
-
Hi John!
I'm working on a new storage layer for the library using Django ORM for easy django integration. However, I find it hard to do in the current setup.
Currently when we save a domain event we…
renou updated
8 years ago
-
Hi, Always when i run
``` python
python manage.py sync_cassandra
```
return this exception
``` bash
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_li…
-
https://travis-ci.org/OrchardCMS/Orchard2/jobs/226601084
**Log:**
Worker information
hostname: wjb-2:6f294819-d46f-4976-ba78-ec18eb58648e
version: v2.6.2 https://github.com/travis-ci/worker/…
-
After installing fzf with linuxbrew I tried opening Vim (I had previously installed Vim 8 with linuxbrew) and got the error
```
vim: error while loading shared libraries: libselinux.so.1: cannot …