how to manage unstructured data?

Require a very agile delivery system that is easily able to processes unstructured data. The system of engagement would need to be extremely dynamic.
4 answers

Using json or yaml file structures to map your unstructured data would help you significantly, also another solution would be to use a NoSQL type database like MongoDB the third option would be using an online web service for your data like the Amazon Web Services S3 simple storage service

manage unstructured date is really difficult but Solr, Elasticsearch and Amazon Web Services' Cloud Search are three examples of search and unstructured data management solutions that can help organize and structure the apparently amorphous text data so common in today's enterprises

The question of managing unstructured data is very broad and impossible to answer with a definitive correct answer. NoSQL is different than relational databases but the data have some kind of structure. This structure is different than traditional relational databases but it is not correct to call them unstructured.

NoSQL is a whole new way of thinking about a database. NoSQL is not a relational database. The reality is that a relational database model may not be the best solution for all situations. The easiest way to think of NoSQL, is that of a database which does not adhering to the traditional relational database management system (RDMS) structure.

Taggings: