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

Titan with Cassandra CQL #364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devsprint
Copy link

This is the current implementation of CQL support (#312). There are failing unit tests, mostly caused by latest changes in Titan core, that I did not yet implemented.

Some refactoring is still required.

I will continue to push my work to this pull request.

Any comments/suggestions are welcome.

I have tried to use same data model, replacing wide rows with cql equivalent, that is table with compound primary key.

@ghost ghost assigned dalaro Sep 24, 2013
@mbroecheler mbroecheler added this to the Experimental milestone May 1, 2014
@mbroecheler
Copy link
Member

We have been keeping an eye on Cassandra's support for thrift and it is clear that things are moving in the direction of CQL. That said, there are some features that make it appealing to use thrift for now (less overhead, multi_slice_get).
We will revisit the usage of CQL in the future and keep this PR open until then for inspiration.

@tspecht
Copy link

tspecht commented Feb 16, 2016

Any news on CQL support?

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

Successfully merging this pull request may close these issues.

5 participants