Skip to content

Nova Cluster helps to request views from different hypernova servers using only one endpoint.

License

Notifications You must be signed in to change notification settings

ara-framework/nova-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova Cluster

Nova Cluster helps to request views from different hypernova servers using only one endpoint.

Views File

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"
  }
}

Using Hypernova Proxy with Docker

FROM marconi1992/nova-cluster:1.0.0

COPY views.json views.json