Add integration for MongoDB as a feature store (offline and online)
Adding a new offline store
Feast makes adding support for a new offline store easy - implement the OfflineStore interface to add support for a new store
https://docs.feast.dev/how-to-guides/customizing-feast/adding-a-new-offline-store
Adding a new online store
Feast makes adding support for a new online store (database) easy - implement the OnlineStore interface to add support for a new store
https://docs.feast.dev/how-to-guides/customizing-feast/adding-support-for-a-new-online-store