IdeaCredIdeaCred

galafis/feature-store-architecture

63

Feature Store para ML: armazenamento online (Redis) e offline (Parquet), API REST Flask, computacao de features com validacao e geradores de dados de exemplo.

What's novel

Feature Store para ML: armazenamento online (Redis) e offline (Parquet), API REST Flask, computacao de features com validacao e geradores de dados de exemplo.

Code Analysis

12 files read · 4 rounds

A simplified in-memory feature store with Redis (online) and Parquet (offline) dual storage, a Flask REST API, and synthetic data generators for e-commerce and finance domains, intended to prevent training-serving skew in ML pipelines.

Strengths

Clean dataclass-based domain modeling with clear separation of Feature, FeatureGroup, and FeatureStore concepts; the synthetic data generators use realistic statistical distributions and the test suite covers a reasonable range of API endpoints and edge cases.

Weaknesses

Critical test bug (MockRedis implements hmset but code calls hset, meaning tests would crash), the offline store writes a new Parquet file per entity making it unusable at scale, and the Flask API is duplicated across two files with overlapping endpoints.

Score Breakdown

Innovation
4 (25%)
Craft
62 (35%)
Traction
8 (15%)
Scope
62 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+0
Concept Novelty+1

Craft

Ci-1
Tests+8
Polish+1
Releases+0
Has License+5
Code Quality+15
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+2
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+7
Languages+5
Subsystems+13
Bloat Penalty+0
Completeness+7
Contributors+6
Authored Files+8
Readme Code Match+3
Architecture Depth+3
Implementation Depth+8

Evidence

Commits

23

Contributors

2

Files

22

Active weeks

4

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License

MIT