-
Notifications
You must be signed in to change notification settings - Fork 38
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
Have the riak store create bucket types in create_schema #145
Comments
Here you can find the |
What I found when I looked at this is that the riak erlang client doesn't provide an API call to create The |
Created a branch with create and activate bucket type API over PB. git clone https://github.com/lixen/riak git clone https://github.com/lixen/riak-erlang-client riakc_pb_socket:create_bucket_type(Pid, BucketType, BucketProps) |
@lixen have you sent PRs with that to Basho? |
@elbrujohalcon I started with the riak-erlang-client. Do you have any requirement on Riak version where you would like this functionality? |
We're currently using 2.0.5 |
This issue was moved to the specific Riak adapter repo HERE |
Currently the riak store create_schema does not fulfill its responsibility of preparing the storage for the data. The bucket type creation and activation, index creation and association to the bucket must be done manually through the riak-admin command and riak's REST API.
It would be preferable to handle this automatically, possibly tuning it via create_schema option parameters.
The text was updated successfully, but these errors were encountered: