Skip to content

24.1. Meeting Notes

David Kozak edited this page Jan 24, 2023 · 2 revisions

High-level picture

End goals

  1. Extract Context Map & Service View from the TrainTicket microservice benchmark.
  1. Compare it with the one generated previously without using GraalVM Native Image.
  2. Discuss differences.
  • Note: Might be hard to predict exactly, let's see how far we can get! :)

Intermediate goals

  1. Implement what is necessary to extract Context Map and Service View using GraalVM Native Image.
  • Which entities are in a given microservice.
  • What are the dependencies between them.
  • Which Rest endpoints are available (including their signatures).
  • Which remote methods are called from the analyzed microservice.
  1. Compare the output for https://github.com/cloudhubs/tms
  • Implement a tool (can be a python script for example) to automatically compare two representations against each other.
  1. Fix all issues that are not inherent to our approach
Clone this wiki locally