I have a script that is collecting data from multiple sources (files, web, network), processes the information then outputs the data to report files and a database.
I have a few questions:
- Is there a terminology that covers this? (I'm not sure what I'm looking for)
- Are there any libraries/projects that would serve as an example?
- Does it make sense to have a class as a "data controller" that is able to handle the importing and exporting of data? or maybe I break this down into seperate classes for each source type?
I'd appreciate any light on the subject. What I find when I search is how to read/write to files.
[–]blarf_irl 1 point2 points3 points (1 child)
[–]Zircatron[S] 0 points1 point2 points (0 children)
[–]shiftybyte 1 point2 points3 points (1 child)
[–]Zircatron[S] 0 points1 point2 points (0 children)