I have a fixed well structured html source, incoming data is clear and small, just contains a little list of divs. I know that using a html parser for html parsing but this looks like a particular case and i am not sure which one that i should use. The problem conditions below
- Data is clear and well structured
- Data is small
- Performance matters, application must be able to get as much as data that is possibble
- Application will write data to MongoDB database
- Implementation programming language will be Scala or Python
Any opinion is valuable so what should I do?