{"id":30137759,"url":"https://github.com/spotify/vispana","last_synced_at":"2025-08-11T00:55:22.696Z","repository":{"id":41898172,"uuid":"403744638","full_name":"spotify/vispana","owner":"spotify","description":"Web client for Vespa.ai","archived":false,"fork":false,"pushed_at":"2025-07-02T19:30:09.000Z","size":20769,"stargazers_count":49,"open_issues_count":7,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-09T22:56:17.430Z","etag":null,"topics":["admin","vespa","vespa-engine","vespaai","webclient"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spotify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-06T20:00:31.000Z","updated_at":"2025-07-31T05:48:06.000Z","dependencies_parsed_at":"2022-08-11T20:31:40.052Z","dependency_job_id":"5be949b6-2305-4f62-8d71-052bd20e0bf1","html_url":"https://github.com/spotify/vispana","commit_stats":null,"previous_names":["spotify/vispana"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/spotify/vispana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fvispana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fvispana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fvispana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fvispana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spotify","download_url":"https://codeload.github.com/spotify/vispana/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fvispana/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269814273,"owners_count":24479360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","vespa","vespa-engine","vespaai","webclient"],"created_at":"2025-08-11T00:55:20.535Z","updated_at":"2025-08-11T00:55:22.680Z","avatar_url":"https://github.com/spotify.png","language":"JavaScript","readme":"# Vispana\n\nVispana is a [Vespa.ai](https://vespa.ai/) web client tool designed to quickly understand the status of a cluster.\n\n![Vispana](src/main/resources/static/img/vispana-ss.png)\n\n#### Contents\n\n1. [Quickstart](#quickstart)\n2. [Running Locally](#running-locally)\n3. [Contributing](#contributing)\n4. [Known Limitations](#known-limitations)\n\n---\n\n## Quickstart\n\nVispana is packaged in docker and available in [DockerHub](https://hub.docker.com/r/vispana/vispana).\n\nTo run, execute:\n```shell\ndocker run --pull always -p 4000:4000 vispana/vispana\n```\n\nAccess on: [http://localhost:4000](http://localhost:4000)\n\nIt will ask for the uri of a config-server in your cluster.\n\n### Running Vespa locally on a Docker\n\nIf you are running Vespa locally in a Docker container, alongside Vispana, you need to make sure\nthat Vispana can access Vespa.\n\nIn a few steps, here's how to do it:\n\n1. Create a docker network\n    ```shell\n      docker network create --driver bridge vespanet\n    ```\n2. Run Vespa within `vespanet` network and `vespa-container` hostname :\n   ```shell\n      docker run --detach --name vespa --network vespanet --hostname vespa-container --publish 8080:8080 --publish 19071:19071 vespaengine/vespa\n    ```\n3. Run Vispana within `vespanet` network:\n    ```shell\n      docker run -p 4000:4000 --network vespanet vispana/vispana:latest\n    ```\n4. Access Vispana in your browser via [http://localhost:4000](http://localhost:4000) and specify\n   the config node as `http://vespa-container:19071` if you run vispana in docker. If you run\n   vispana locally, you can use `http://localhost:19071` or add `127.0.0.1 vespa-container` to\n   /etc/hosts.\n\n5. Vispana assumes that an application is running with name `default`.\n   This project includes a sample application that can be deployed to Vespa.\n   See [SAMPLEAPP.md](https://github.com/vispana/vispana/blob/main/SAMPLEAPP.md) for more information.\n\n\n## Running Locally\n\nSet up your system using the [prerequisites](https://github.com/vispana/vispana/blob/main/CONTRIBUTING.md#prerequisites) section of `CONTRIBUTING.md`.\n\nThen run the start script!\n\n```shell\n./start.sh\n```\n\nIf you don't want to use the script, you can run the following command:\n\n```shell\nmvn spring-boot:run\n```\n\n## Contributing\n\nWe welcome your contributions through code, documentation, and bug reports!\n\nPlease see our [guidelines](./CONTRIBUTING.md) on how you can help.\n\n## Known Limitations\n\n- Accessing Vespa APIs with authentication is unsupported (i.e., Vespa Cloud is likely to not work).\n","funding_links":[],"categories":["Monitor"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotify%2Fvispana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspotify%2Fvispana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotify%2Fvispana/lists"}