Data aggregation pipeline for running real-time predictive models
Project description
What is Blurr?
Blurr transforms structured, streaming raw data
into features
for model training and prediction using a high-level expressive YAML-based language
called the Data Transform Configuration (DTC).
The DTC is a data transform definition for structured data. The DTC encapsulates the business logic of data transforms and Blurr orchestrates the execution of data transforms. Blurr is runner-agnostic, so DTCs can be run by event processors such as Spark, Spark Streaming or Flink.
This looks like any other ETL pipeline. At this point, Blurr doesn't do anything special that you cannot do with Spark, for instance. Blurr shines when an offline model pipeline needs to be turned into an online scoring pipeline.
Blurr is MLOps
Blurr is a collection of components built for MLOps, the Blurr Core library is one of them. Blurr Core ⊆ Blurr
We believe in a world where everyone is a data engineer. Or a data scientist. Or an ML engineer. The lines are blurred (cough). Just like development and operations became DevOps over time
We see a future where MLOps means teams putting together various technologies to suit their needs. For production ML applications, the speed of experimentation and iterations is the difference between success and failure. The DTC helps teams iterate on features faster. The vision for Blurr is to build MLOps components to help ML teams experiment at high speed.
Table of contents
Coming up with features is difficult, time-consuming, requires expert knowledge. 'Applied machine learning' is basically feature engineering --- Andrew Ng
Tutorial and Docs
Streaming DTC Tutorial | Window DTC Tutorial
Preparing data for specific use cases using Blurr
Dynamic in-game offers (Offer AI) | Frequently Bought Together
Use Blurr
We interact with Blurr using a Command Line Interface (CLI). Blurr is installed via pip:
$ pip install blurr
Transform data
$ blurr transform \
--streaming-dtc ./dtcs/sessionize-dtc.yml \
--window-dtc ./dtcs/windowing-dtc.yml \
--source file://path
Contribute to Blurr
Welcome to the Blurr community! We are so glad that you share our passion for building MLOps!
Please create a new issue to begin a discussion. Alternatively, feel free to pick up an existing issue!
Please sign the Contributor License Agreement before raising a pull request.
Data Science 'Joel Test'
Inspired by the (old school) Joel Test to rate software teams, here's our version for data science teams. What's your score? We'd love to know!
- Data pipelines are versioned and reproducible
- Pipelines (re)build in one step
- Deploying to production needs minimal engineering help
- Successful ML is a long game. You play it like it is
- Kaizen. Experimentation and iterations are a way of life
Roadmap
Blurr is currently in Developer Preview. Stay in touch!: Star this project or email hello@blurr.ai
Local transformations onlySupport for custom functions and other python libraries in the DTCSpark runner- S3 support for data sink
- DynamoDB as an Intermediate Store
- Features server
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file blurr-dev-0.792.tar.gz
.
File metadata
- Download URL: blurr-dev-0.792.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1132a1cd2fdc5af3f6b6c6966e232c8d13f31f8e2adc489218f72eb7a85eec34 |
|
MD5 | 4454bbb46f717507d83cf1851f80d3c9 |
|
BLAKE2b-256 | 0c2afa13e252af491ebc352e781aeb554de13b27f9ea13569a2c0dddc5965e53 |
File details
Details for the file blurr_dev-0.792-py3-none-any.whl
.
File metadata
- Download URL: blurr_dev-0.792-py3-none-any.whl
- Upload date:
- Size: 46.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2931d2d31b51572932fc511177dc106b8d2f03feefb0947bc6adb32a95c66da1 |
|
MD5 | 7b11713aa5daed0cca418ee546845319 |
|
BLAKE2b-256 | 78456b9bda973d537d2a1c6656640616a84cd0d8b26df06ca83361d07dabc698 |