Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Feature Request - cassandra::keyspace resource type #20

Open
dcosson opened this issue May 8, 2014 · 0 comments
Open

Feature Request - cassandra::keyspace resource type #20

dcosson opened this issue May 8, 2014 · 0 comments

Comments

@dcosson
Copy link

dcosson commented May 8, 2014

Similar to something like the mysql::db resource type. It would be useful in dev/testing environments that get rebuilt a lot and need a small single-node cassandra instance for developing or running tests against.

I'm imaging the implementation could just be an exec that runs something like /usr/bin/cqlsh -f <(printf "CREATE KEYSPACE foo ...") to not have to mess with the thrift interface and include a thrift gem, though maybe there's a nicer way to do it. I'm happy to submit a PR for this.

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

No branches or pull requests

1 participant