GithubHelp home page GithubHelp logo

abhi808shek / horreum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyperfoil/horreum

0.0 0.0 0.0 4.04 MB

Benchmark results repository service

Home Page: https://horreum.hyperfoil.io/

License: Apache License 2.0

Shell 1.31% JavaScript 12.04% Java 43.95% TypeScript 42.36% CSS 0.11% HTML 0.22%

horreum's Introduction

Horreum

Horreum is a service for storing performance data and regression analysis.

Project website: https://horreum.hyperfoil.io

Prerequisites

Docker

We have prepared a docker-compose script to setup Keycloak, PostgreSQL and Grafana using

docker-compose -p horreum -f infra/docker-compose.yml up -d

and after a few moments everything should be up and ready. The script will create some example users.

podman

We have prepared a podman-compose script to setup Keycloak, PostgreSQL and Grafana using

./infra/podman-compose.sh

and after a few moments everything should be up and ready. The script will create some example users.

Install:

dnf install -y podman podman-plugins podman-compose podman-docker

In order to run the test suite please enable socket environment:

systemctl --user enable --now podman.socket
export DOCKER_HOST=unix:///run/user/${UID}/podman/podman.sock
export TESTCONTAINERS_RYUK_DISABLED=true

Shutdown:

podman-compose -p horreum -f infra/docker-compose.yml down

Example configuration

You can preload Horreum with some example data with

infra/example-configuration.sh

OpenSSL

Horreum currently depends on the OpenSSL 1.1.x API so you will need to enable legacy mode if you are using an OpenSSL 3 platform.

To do this edit the configuration file /etc/ssl/openssl.cnf to uncomment this section

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1

and set the following environment variable

export NODE_OPTIONS=--openssl-legacy-provider

Credentials

Horreum

Horreum is running on localhost:8080

Role Name Password
User user secret

Keycloak

Keycloak is running on localhost:8180

Role Name Password Realm
Admin admin secret
User user secret horreum

Getting Started

mvn package
mvn quarkus:dev

To run without test cases do

mvn -DskipTests=true package
mvn -Dquarkus.test.continuous-testing=disabled quarkus:dev

Access

Troubleshooting development infrastructure

If PostgreSQL container fails to start try removing the volume using:

podman volume rm horreum_horreum_pg12

If you are having problems with Grafana login after restarting the infrastructure wipe out old environment files using:

rm horreum-backend/.env .grafana

Operator

The Horreum operator can help to setup a production environment.

Contributing

Contributions to Horreum are managed on GitHub.com

Contributions are most welcome !

Please, consult our Code of Conduct policies for interacting in our community.

Consider giving the project a star on GitHub if you find it useful.

License

Apache-2.0 license

horreum's People

Contributors

rvansa avatar johnaohara avatar jesperpedersen avatar whitingjr avatar dependabot[bot] avatar willr3 avatar dupliaka avatar snyk-bot avatar geoand avatar stalep avatar diegolovison 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.