Home > other >  Small white help Python to write the data extraction and analysis problems of open source software
Small white help Python to write the data extraction and analysis problems of open source software

Time:09-26

All bosses:

I now doing a research project, the goal is to build a connection machine and cloud Gateway hardware platform, this Gateway can read data from the machine, and then transmit the data to a cloud platform, then carries on the analysis,

Now progress to the Case Study stage, the machine is a 3 d printer, through open source, written in Python software OctoPrint to connect to the printer, reading historical and real-time data of printer (OctoPrint making links: https://github.com/foosel/OctoPrint/)

I have three difficulties:
1. Should be through the way of how to fast and efficient, the software for data, "hijacked" for my own use?
2. To get the data after, I again how to gather data, and render out?
3. The later data analysis to how to do? The ultimate goal is to think through the analysis of data, judge the state of the printer, (such as availability, how long will work, etc.)

Because programming basis is almost zero, hope, recommend a beginner to learn the great spirit, can be completed within two months of the scheme,

Thank you very much!

CodePudding user response:

With money, this scheme conservatively,
  • Related