-
Notifications
You must be signed in to change notification settings - Fork 0
Database design (Data modelling)
{ “authorName” : “Sid”, “Location” : “Bangalore”, “Papers” : [“A1”, “A2”, “B1”] }
The kind of data being exposed to the developers do not require a schema. It will contain semi-structured data which I think will be having searchable capabilities. And for now, I want to use a nosql data base!
It might be updated every time we scrape or the crawler runs every time. It might not be as frequent as you think.
For now it is not possible to gauge the percentage. But, assuming that it will only be available for reading purposes for now, assuming 70-80% of reads will be occurring for that. So, will need to structure the data such that it is easy for the read operations.
Made with love and sincere effort. If you liked the initiative, do star the project or suggest changes, if any that you want.