I am dealing with mixed data types. On one hand I need key-value structure, on the other hand, I need it to hold references to the filesystem/files directories. All of data comes well-structured but it can often be of considerable size.
Question is, what are good resources, case studies or personal blog posts in the area of building a data-intensive app. I am looking specifically for the resources on deciding how to organize data for storage and future retrieval/transformation in context of smaller/medium size architectures (ie. iCloud case study is of little use to me most probably)
No comments yet.