Does feast support postgresql?

921 views Asked by At

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….

3

There are 3 answers

1
Gunnarsi On

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 :)

1
Thijs On

Support for postgresql is on their roadmap which contains the functionality that contributors are planning to develop for Feast.

(Not sure if Gunnarsi (other answer here) is involved there or it's a separate effort.)

0
Ketan Kumbhar On

Postgres supported as Registry, Online store, and Offline store is now available officially in feast version 0.21.0.

Refer:
https://github.com/feast-dev/feast/releases