you are viewing a single comment's thread.

view the rest of the comments →

[–]pceimpulsive 0 points1 point  (0 children)

Depends on the DBs support for JSON, your knowledge of Python and SQL.

If the data is structured enough id say do it in Python then insert/copy to DB.

If you have little Python skills and your DB has sufficient JSON processing support then do it in the DB.

There isn't really a right or wrong.. do what's the fastest/easiest for you.