Nova Cluster helps to request views from different hypernova servers using only one endpoint.
Nova Cluster needs a configuration file views.json
in order to map the views and their hypernova servers.
{
"Navbar": {
"server": "http://localhost:3031/batch"
},
"Home": {
"server": "http://localhost:3030/batch"
}
}
FROM marconi1992/nova-cluster:1.0.0
COPY views.json views.json