aws / random-cut-forest-by-aws

An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
https://github.com/aws/random-cut-forest-by-aws
Apache License 2.0
210 stars 33 forks source link

Publish latest code to maven #301

Closed ylwu-amzn closed 2 years ago

ylwu-amzn commented 2 years ago

Now AD and ml-commons are using local jar dependency to use latest RCF code. This is not best practice. How about we publish the latest RCF code to maven to remove such local jar dependency?

Related issue https://github.com/opensearch-project/index-management/issues/123

dblock commented 2 years ago

https://github.com/opensearch-project/anomaly-detection/issues/433

dblock commented 2 years ago

I opened https://github.com/aws/random-cut-forest-by-aws/issues/303 to get a CI/CD pipeline instead of doing it by hand.

sudiptoguha commented 2 years ago

A CI/CD pipeline would be a great improvement.

sudiptoguha commented 2 years ago

closed