BenW0 / eval-model-gen

A tool for iteratively generating test parts for 3D printer qualification
0 stars 0 forks source link

More flexible way of storing and transporting evaluation results #34

Open BenW0 opened 8 years ago

BenW0 commented 8 years ago

We need to do better than storing the results of an evaluation run in a text file. Maybe use sqlite to keep the results in a database, then (possibly) transmit them as individual sqlite files (security issues?), or transmit them as json (portability/unicode issues).