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

Have a single module that wraps common activities on rcl #73

Open
marianoguerra opened this issue Sep 25, 2020 · 2 comments
Open

Have a single module that wraps common activities on rcl #73

marianoguerra opened this issue Sep 25, 2020 · 2 comments

Comments

@marianoguerra
Copy link
Member

Many steps using rcl are the same across projects and involve calling functions across modules, it's hard to know which are the public functions that users of rcl can/should use and which ones are public to rcl itself, I think it will simplify the library if there was a single module that wrapped common activities and called the corresponding internal modules. It would also serve as an "index" to rcl for people trying to follow the code.

/cc @bieniusa @albsch

@albsch
Copy link
Member

albsch commented Sep 25, 2020

Yes, I agree. I propose to use the module riak_core.

@florianb
Copy link

Hi @marianoguerra - i took part in your workshop during the ElixirConfEUV.

I'd like to experiment with RCL and since i'm Elixir-user i'd like to create a thin wrapper around rcl at least for our own projects. Since this might be a first step towards an Elixir-Library or any other kind of upstream i'd like to ask if there's already a set of function which are recommended to get into the base-module?

Otherwise i guess i will just go through some tutorials trying to create a reasonable selection.

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

No branches or pull requests

3 participants