-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Description
MySQL is a popular SQL database. Implement MySQL as an Offline Store Provider in Featureform.
To learn more about how Offline Store providers in Featureform, visit https://docs.featureform.com/providers/offline-store
Current Behavior
No response
Desired Behavior
The ability to register MySQL as an Offline Store Provider in Featureform so that it can store primary data and function as a transformation engine.
Benefits
With MySQL provider support, users can manage and version their transformations, features, and training sets with Featureform while leveraging MySQL.
Possible Implementation
It should implement the Offline Store Interface: https://github.com/featureform/featureform/blob/main/provider/offline.go#L253
Look at https://github.com/featureform/featureform/blob/main/provider/postgres.go for inspiration
Additional Context
No response