Does Feast https://feast.dev support postgresql as data-ingestion. In my previous work load, I just downloaded data every second and insert into postgresql. if not, which database shall i use so that it would be the easiest migration for me? I’m basically building financial model feature store….
Does feast support postgresql?
929 views Asked by hg628193hg At
3
There are 3 answers
0
On
Postgres supported as Registry, Online store, and Offline store is now available officially in feast version 0.21.0.
They have good documentation on how to create new providers, and online and offline stores.
I wanted to connect Feast to postgres so I wrote this: feast-postgres
Maybe not something you would want to use in production right away since I haven't done any testing, but nothing that says we can't get there :)