GithubHelp home page GithubHelp logo

isabella232 / giddyup-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from basho/giddyup

0.0 0.0 0.0 3.63 MB

Visual scorecard for riak_test.

Home Page: http://giddyup.basho.com/

Shell 0.05% JavaScript 71.43% Python 0.46% Erlang 11.70% CSS 0.74% Makefile 1.39% HTML 0.06% PLpgSQL 14.17%

giddyup-1's Introduction

giddyup

Visual scorecard for riak_test which updates the Giddyup web page. It runs as ubuntu on giddyup.basho.com (see IPs) and lives in /opt/giddyup. It can be accessed remotely via the Cloud1 VPN by sshing into tools.az1.cloud1. Data is stored in PostgreSQL on postgres2.bos1 and in Amazon S3.

Configuration

Here are some configuration parameters set in the ubuntu environment:

Port = env_or_default("PORT", "5000"),
IP = env_or_default("IP", "0.0.0.0"),
DB = env_or_default("DATABASE_URL", "postgres://localhost/giddyup_dev"),
AuthUser = env_or_default("AUTH_USER", "user"),
AuthPass = env_or_default("AUTH_PASSWORD", "pass"),
S3_AKID = os:getenv("S3_AKID"),
S3_BUCKET = env_or_default("S3_BUCKET", "basho-giddyup-dev"),
S3_SECRET = os:getenv("S3_SECRET"),
S3_HOST = env_or_default("S3_HOST", "s3.amazonaws.com"),
% next 2 used primarily by the coverge report script
Riak_ebins = generate_ebin_paths(env_or_default("RIAK_LIB_PATH", "")),
% this is a different config from the IP/Port above so that if the
% script that uses this config is running some other service that
% happens to have the same name, it doesn't conflict. Also, hostnames
% script that uses this config is running some other service that
% happens to have the same name, it doesn't conflict. Also, hostnames
% are nicer than ip's when talking to a webservice.
GiddyupUrl = env_or_default("GIDDYUP_URL", "http://localhost:5000"),

giddyup-1's People

Contributors

seancribbs avatar lordnull avatar korry8911 avatar cmeiklejohn avatar jeetkundoug avatar zeeshanlakhani avatar fadushin avatar jvoegele avatar ooshlablu avatar bearcage avatar hazen avatar tburghart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.