What is the best way to push data from external sources into my db?

I want to import data from external sources into my app. I think it would be more efficient to access the database directly. We usually use FastAPI for our Python backends. I am curious if I can use Prisma/trpc on my backend and keep the Prisma schemas in sync somehow. This might be a crazy idea. I would appreciate some advice on this.

Basically, we have a NLP department that generates content and needs to push it into the db's of the different apps. Wondering what the best route would be to do so.
Was this page helpful?