All Projects → couchbaselabs → showfast

couchbaselabs / showfast

Licence: Apache-2.0 License
Performance dashboard

Programming Languages

HTML
75241 projects
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to showfast

doc2graph
Convert JSON from document-oriented DB to neo4j graph
Stars: ✭ 17 (-5.56%)
Mutual labels:  couchbase
neo4j-couchbase-connector
Neo4j - Couchbase Connection API
Stars: ✭ 14 (-22.22%)
Mutual labels:  couchbase
php-couchbase
Couchbase PHP Client Library (Official)
Stars: ✭ 80 (+344.44%)
Mutual labels:  couchbase
CouchDraw
A synchronized drawing app that utilizes Couchbase Sync Gateway and Xamarin to enable shared canvases.
Stars: ✭ 22 (+22.22%)
Mutual labels:  couchbase
couchbase-index-manager
Command-line interface to manage Couchbase indexes, synchronizing them to index definitions.
Stars: ✭ 14 (-22.22%)
Mutual labels:  couchbase
Jdempotent
Make your consumer, API, etc. idempotent easily.
Stars: ✭ 62 (+244.44%)
Mutual labels:  couchbase
lua-resty-couchbase
Lua couchbase client driver for the ngx_lua based on the cosocket API / 使用cosocket纯lua实现的couchbase的client,已经在爱奇艺重要的服务播放服务稳定运行5年多
Stars: ✭ 77 (+327.78%)
Mutual labels:  couchbase
couchbase-exporter
Prometheus Couchbase 5 Exporter, Grafana dashboard and Alerting rules included
Stars: ✭ 41 (+127.78%)
Mutual labels:  couchbase
synctos
The Syncmaker. A tool to build comprehensive sync functions for Couchbase Sync Gateway.
Stars: ✭ 51 (+183.33%)
Mutual labels:  couchbase
lounge
Simple Mongoose-inspired ODM for Couchbase.
Stars: ✭ 27 (+50%)
Mutual labels:  couchbase
mango
Core utility library & data connectors designed for simpler usage in Scala
Stars: ✭ 41 (+127.78%)
Mutual labels:  couchbase
couchbase-shell
Shell yeah!
Stars: ✭ 30 (+66.67%)
Mutual labels:  couchbase
Cachalot
Caching rethought – cache a lot in a proper way.
Stars: ✭ 25 (+38.89%)
Mutual labels:  couchbase
couchbase exporter
Export metrics from Couchbase Server for Prometheus consumption
Stars: ✭ 32 (+77.78%)
Mutual labels:  couchbase
couchmove
Java data migration tool for Couchbase
Stars: ✭ 36 (+100%)
Mutual labels:  couchbase
docker-couchbase-server
🎪 Couchbase Server clusters on Docker
Stars: ✭ 20 (+11.11%)
Mutual labels:  couchbase
sidecache
Sidecar cache for kubernetes applications.
Stars: ✭ 38 (+111.11%)
Mutual labels:  couchbase
couchbase-java-importer
This is a pluggable importer for Couchbase
Stars: ✭ 13 (-27.78%)
Mutual labels:  couchbase
Phpfastcache
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
Stars: ✭ 2,171 (+11961.11%)
Mutual labels:  couchbase

showfast

Go Report Card codebeat badge Docker image

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].