You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: