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

Could you explain BucketType.WILDCARD usage ? #56

Open
halilduygulu opened this issue Mar 31, 2015 · 1 comment
Open

Could you explain BucketType.WILDCARD usage ? #56

halilduygulu opened this issue Mar 31, 2015 · 1 comment

Comments

@halilduygulu
Copy link

Hi, i am trying to use datacube to calculate kpis with huge cardinality of dimesions. And i have a requirement which i tried to explain below.

Suppose i defined a rollup like dim1_dim2_dim3_dim4 and i want to read all counters with one readbuilder like dim1_dim2_dim3_*
Can i use BucketType.WILDCARD for this or it exists for another use case ?
Could you explain wildcard with an example ?

thanks for this project, and i am willing to write a redis db harness

@AWinterman
Copy link
Contributor

You would simply omit the last dimension from your read builder. the WILDCARD bucket type is mostly for internal use.

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

No branches or pull requests

2 participants