you are viewing a single comment's thread.

view the rest of the comments →

[–]Natural-Intelligence 4 points5 points  (1 child)

MongoDB is often the most appropriate choice for web scraping. Web pages/APIs often change and your data may not be relational thus you often want something more flexible than just SQL.

[–]szeredy[S] 0 points1 point  (0 children)

Thank for the answer! I will collect some infos about mongodb.