METResearchGroup / bluesky-research

MIT License
0 stars 0 forks source link

Use existing schema for data modeling #21

Open mark-torres10 opened 3 months ago

mark-torres10 commented 3 months ago

Maybe each object type needs to be its own table, so we can directly ingest all the raw data?

For example, there should be a ThreadViewPost table since ThreadViewPost is a data type. That'll allow us to easily work with the raw data types from Bluesky and then deal with downstream ETL tables after.