Yummy rust extensions
Project description
Yummy rust addons
This repository contains Yummy addons written in Rust.
Feature server
Rust feature server have been implemented using Actix server.
The server is fully compatible with Feast.
Thus you can use it with the features materialized with Feast to online store.
Currently Redis/RedisCluster online store implementation is available.
Additionaly only http protocol is supported.
The payload is fully compatible with Feast server:
Example request/response:
Request with features list:
{
"features": [
"driver_hourly_stats:conv_rate",
"driver_hourly_stats:acc_rate",
"driver_hourly_stats:avg_daily_trips",
],
"entities": {"driver_id": [1001,1002,1003,1004,1005]},
"full_feature_names": true,
}
Request with feature service:
{
"feature_service": "driver_activity_basic",
"entities": {"driver_id": [1001,1002,1003,1004,1005]},
"full_feature_names": true,
}
Example response:
{"metadata": {"feature_names": ["driver_id",
"driver_hourly_stats__conv_rate",
"driver_hourly_stats__acc_rate",
"driver_hourly_stats__avg_daily_trips"]},
"results": [{"values": [1001, 1002, 1003, 1004, 1005],
"statuses": ["PRESENT", "PRESENT", "PRESENT", "PRESENT", "PRESENT"],
"event_timestamps": ["2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16"]},
{"values": [0.44467267, null, 0.775576, 0.719485, null],
"statuses": ["PRESENT", "PRESENT", "PRESENT", "PRESENT", "PRESENT"],
"event_timestamps": ["2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16"]},
{"values": [0.36920926, null, 0.8855987, 0.09924329, null],
"statuses": ["PRESENT", "PRESENT", "PRESENT", "PRESENT", "PRESENT"],
"event_timestamps": ["2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16"]},
{"values": [821, null, 381, 587, null],
"statuses": ["PRESENT", "PRESENT", "PRESENT", "PRESENT", "PRESENT"],
"event_timestamps": ["2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16",
"2022-10-04T22:46:16"]}]}
Protos
Feast protobuf definitions (License) have been used in the project.
Protobuf rust implementation have been used to generate rust code:
protoc --rust_out . $(find . -iname "*.proto")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yummy_rs-0.0.7-cp39-cp39-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: yummy_rs-0.0.7-cp39-cp39-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f6087fdb24f5e62177d721d581aecc0c603d8e8d5aecb9f86ca2d2b2351bcd7
|
|
| MD5 |
8051519902bcb2b2a93c6934c3b32897
|
|
| BLAKE2b-256 |
79f668a16188f86ed5f29b06bf9599fa9f074ad25b0e63bd17d78a3d9e1c799f
|