Billingegroup / ml4ms

Python package for facilitating machine learning tasks on collections of materials data, especially including measured spectra.
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Use Cases #19

Open sbillinge opened 6 months ago

sbillinge commented 6 months ago

UC1:

  1. Tina makes a query to MP for data using the API
  2. MP-API returns a payload
  3. Tina wants to merge the new data into an existing collection in the db and runs ml4ms --ingest
  4. ml4ms puts the new data into the database
  5. something like that. You can make up more UCs and we can implement that behavior.

UC2

  1. As UC1.1 - 1.2
  2. Tina wants to make it into a new collection
  3. Tina asks ml4ms to do that
  4. ml4ms does that
tinatn29 commented 6 months ago

I started this google doc to list the use cases! (still in progress)

tinatn29 commented 6 months ago

I added all the UC's I can think of right now to this google doc. Feel free to edit/comment there!