jataware / domain-model-examiner

The goal of this process is to perform machine reading over the model codebase in order to automatically extract key metadata.
MIT License
1 stars 0 forks source link

FastAPI for DMX #12

Closed brandomr closed 3 years ago

brandomr commented 3 years ago

This issue is to implement a minimalist API for DMX using FastAPI. Should have an /examine endpoint which takes in a URL and returns the analysis YAML. This should be Dockerized.

GoogleSheets commented 3 years ago

Pushed. Currently it is returning the YAML as a string.