elastic / elastic/eland

Integration with Elasticsearch Transform

Open
#241 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
693
Forks
112
PR merge metrics
No merged PRs in 30d

Description

First, it would be helpful to stream aggregated data down via composite aggs. This would allow users to aggregate, filter, and then push their data into a pandas dataframe.

Then that data could be pre-aggregated, put in a dataframe, train a model, and then that model pushed to Elasticsearch.

The issue is a way to "deploy" the feature aggregation.

Eland could solve this by deploying a [transform](https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-apis.html). This allows for data to be continually transformed via aggregations. Then that data can be pushed through a Pipeline which references the trained model.

Contributor guide

Open the contributing guide

Research direction

No repository files, tests, or entry points are named. Start by reviewing Eland's existing Elasticsearch and DataFrame integrations, then read the linked Elasticsearch Transform API and composite aggregation documentation; done means agreeing on a scoped way to deploy feature aggregation through a transform and model pipeline.

Written by the indexing model from the issue text.

Assessment

Tech stack
elasticsearch, pandas, python
Domain
data-engineering, machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.