prrao87 / db-hub-fastapi

Async bulk data ingestion and querying in various document, graph and vector databases via their Python clients
MIT License
33 stars 3 forks source link

Refactor to separate API and ETL schemas #35

Closed prrao87 closed 1 year ago

prrao87 commented 1 year ago

Move FastAPI Pydantic schemas to the api directory, and move the ETL Pydantic schemas to the scripts directory for each database. This keeps things cleaner, as the schema requirements for upstream/downstream processes are rather different, so they don't need to be together (as I originally thought).