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

Conditional storage #110

Open
szareiangm opened this issue Jul 27, 2018 · 1 comment
Open

Conditional storage #110

szareiangm opened this issue Jul 27, 2018 · 1 comment

Comments

@szareiangm
Copy link
Contributor

szareiangm commented Jul 27, 2018

There could be cases that we need to store data in Elasticsearch by specific app_id or event_type, etc. This can be a common use-case with organizations with many stack-holders that use click-stream.

We can add a configuration parameter to the loader like below to add the conditions:

"conditions": [
    {
        "field": "app_id",
        "function": "equals",
         "value": "xyz"
   },
   {
        "field": "mkt_network",
        "function": "equals",
         "value": "abc"
   }
]

We can start with equals for now and then extend this feature, later.

@alexanderdean
Copy link
Member

I like this idea

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