Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 318 Bytes

to-do.md

File metadata and controls

4 lines (3 loc) · 318 Bytes

To-Do:

  • I can store JSONs in a PostgreSQL database. So I can just put all reviews into a JSON file and put it as JSON field
  • Everytime I call a row, I don't want to call ALL the reviews of a novel because data analysis pipeline is separate from the NLP pipeline. Maybe I can separate the two and link them somehow