Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/couchbaselabs/showfast

Performance dashboard
https://github.com/couchbaselabs/showfast

couchbase dashboard performance

Last synced: 5 days ago
JSON representation

Performance dashboard

Awesome Lists containing this project

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
```