Experiences feeding data from other sources directly to a Strapi database?

Hi,

Theoretically as long as you perform only “reads” on the database it should be fine.

You will however need to make sure that you do not overload your database with the queries as that would then lead to connection issues from Strapi’s end.

1 Like