docs/introduction/saving-data #1479
Replies: 2 comments 4 replies
-
In the case we want to save the scraped data into a database (.e.g Postgres, Mongo), does Crawlee incorporate anything for it or should we add our own custom code around the framework to handle such scenario? |
Beta Was this translation helpful? Give feedback.
3 replies
-
The documentation says that Dataset is an append only store. What is the idiomatic approach to reconciling changed data? Is the idea to drop old records and append the updated version? The documentation also mentions KeyValueStore. Is this a better data store to use if I want to update data over time? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/introduction/saving-data
Your first steps into the world of scraping with Crawlee
https://crawlee.dev/docs/introduction/saving-data
Beta Was this translation helpful? Give feedback.
All reactions