Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asynccassandra for Cassandra 3x #3

Open
ikod opened this issue Sep 22, 2016 · 2 comments
Open

asynccassandra for Cassandra 3x #3

ikod opened this issue Sep 22, 2016 · 2 comments
Labels

Comments

@ikod
Copy link

ikod commented Sep 22, 2016

Hello,
I'm trying to run Open TSDB with cassandra 3.7, but looks like it is not supported or not documented. For example i can't find cql script to create keyspace and column families - all that I can see in cassandra-cli script, which is moved out for cassandra 3x.

Can you please help with this issue?

Thanks!

@manolama
Copy link
Member

I'll take a look at the APIs at some point but if the Cass devs got rid of the low-level API in version 3.x then you'll have to use 2.x until we can figure out a way to use CQL to efficiently store time series data.

@jpdurot
Copy link

jpdurot commented Jul 31, 2017

@ikod @manolama
We ran into the same problem.I managed to extract schema in a CQL way so that we now are able to create a schema with cqlsh and Cassandra 3.x.
Here is the content of the script (note that you will have to customize some options to map to your configuration, e.g replication, tombstone retention, ...)

opentsdb_schema.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants