python - Storing Huge Data; Database, XML or Plain text? -



python - Storing Huge Data; Database, XML or Plain text? -

i want help friend analyze posts on social networks (facebook, twitter, linkdin , etc.) several weblogs , websites.

when comes storing data, have no experience in huge data. 1 best bunch of one thousand post, tweet , article per day: database, xml file, plain text? if database, one?

p.s. language going start programming python.

that depends on way want work data. if have structured data, , want exchange between different programs, xml might choice. if mass processing, plain text might choice. if want filter data, database might choice.

python mysql xml database

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -