Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couchbaselabs/showfast
Performance dashboard
https://github.com/couchbaselabs/showfast
couchbase dashboard performance
Last synced: 5 days ago
JSON representation
Performance dashboard
- Host: GitHub
- URL: https://github.com/couchbaselabs/showfast
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2013-07-14T07:16:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T16:44:11.000Z (3 months ago)
- Last Synced: 2024-08-23T18:38:31.475Z (3 months ago)
- Topics: couchbase, dashboard, performance
- Language: HTML
- Homepage: showfast.sc.couchbase.com
- Size: 1.18 MB
- Stars: 19
- Watchers: 34
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - couchbaselabs/showfast - Performance dashboard (others)
README
showfast
========
[![Go Report Card](https://goreportcard.com/badge/github.com/couchbaselabs/showfast)](https://goreportcard.com/report/github.com/couchbaselabs/showfast)
[![codebeat badge](https://codebeat.co/badges/1fc2a490-a39e-49be-b218-2b9289da5ae7)](https://codebeat.co/projects/github-com-couchbaselabs-showfast)
[![Docker Hub package](https://img.shields.io/badge/Docker-Docker%20Image-blue)](https://hub.docker.com/r/perflab/showfast/tags)Couchbase Server performance dashboard.
Prerequisites
-------------* Couchbase Server 4.x.
Building from the source
------------------------First, install Go vendor tool:
```
> go get -u github.com/kardianos/govendor
```Pull third-party packages into vendor folder:
```
> govendor sync
```Build the project:
```
> go build
```Usage
-----```
> docker pull perflab/showfast
> docker run -t -i -e CB_HOST=... -e CB_PASS=... -p 8000:8000 perflab/showfast
```