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
Post a Comment