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

Added cassandra backend #117

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

alonl
Copy link
Contributor

@alonl alonl commented Apr 26, 2015

I didn't change the Readme.md file, though. The reason is that the constructor parameters are different:

I use a single table in Cassandra (like mongo's 'useSingle' enabled), so I don't need the 'prefix' parameter.

However, the name of the 'keyspace' and the 'columnfamily' (equivalent to mongo's 'db' and 'collection', respectively) should preferably be given as arguments, because this adaptor does not create the db table.

Please advise... Thanks.

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.

None yet

1 participant