Website Question - Parse Multiple XML To One Structure

barspiner

Registered Member
Joined
Feb 2, 2017
Messages
60
Reaction score
34
Hello guys, I have one question. We plan to make catalogue affiliate website with around 100 000 products.

We have multiple XML files with different categories etc... Is there any way how to parse or categorized all XML to one structure or one category tree?

Also 100k products is probably too much for wordpress so if you have any tips (laravel etc...) I t will be really helpful.

Thanks
 
your question is too vague, i'm not sure the idea of what you want is clear.
- are you downloading a collection of xml files that you want to represent some separate total catalog?
- are you needing to transform your current xmls and map them to other data structures or objects?
- does this happen while the data is at rest or being requested?
- how much data is required on demand?
- at what points does the data need to be human readable?

100,000 products is a relatively small set of data, but its alot to manage by hand...
saying " wordpress " can't handle not really sufficient definition for viability.
 
Hello guys, I have one question. We plan to make catalogue affiliate website with around 100 000 products.

We have multiple XML files with different categories etc... Is there any way how to parse or categorized all XML to one structure or one category tree?

Also 100k products is probably too much for wordpress so if you have any tips (laravel etc...) I t will be really helpful.

Thanks

From the little information you provided, it would be relatively easy to do with Python. Like the poster above me said, 100k is nothing. You could put a script together in less than a day to get your job done, probably.
 
Back
Top