alan-turing-institute / urbanroute

Urban routing algorithms
MIT License
2 stars 1 forks source link

New resource group for urbanroute #12

Open PatrickOHara opened 4 years ago

PatrickOHara commented 4 years ago

Is your feature request related to a problem? Please describe.

We will need a small cluster of VMs and a mini API to interact with the frontend.

Describe the solution you'd like

Create a new Azure resource group for routing.

Function:

It would need read access to use certain schemas within the cleanair database

Why create a new resource group?

Disadvantages

Describe alternatives you've considered

The alternative is to keep everything within the same resource group. This seems messy and would need close intergration with the cleanair repo.

Additional context

A diagram might help:

image

@OscartGiles @JamesCraster thoughts?

OscartGiles commented 4 years ago

Could all run on the existing cluster. Would you like a separate API? Or are you happy to add to the existing one?

We can then add a cronjob to the cluster to refresh the views

OscartGiles commented 4 years ago

I would say we should use the same cluster to keep maintenance low. But we can use a different namespace on the cluster to separate it from the other stuff.

PatrickOHara commented 4 years ago

Yes happy to run on existing cluster with a different namespace. Thats makes sense

It makes sense to add to the existing API. I was wondering if the urbanair API could do the security and handle the basic requests then "point" to the urbanroute module?