Coder Social home page Coder Social logo

ixu's Introduction

IXU

Running server locally

We recommend you to create a new python virtual environment before running the following commands

$ make setup
$ make run

Also, you can run with docker by building or downloading the image before, then running

docker run --rm --name ixu -p 8080:8080 luanguimaraesla/ixu:latest

Running the whole stack

For a better visualization of the data collected we have a docker-compose.yml file that starts Prometheus and Grafana along with Ixu server. You should create an .env file with the necessary confiration and then run

docker-compose up --build

Ixu server will run in the port 8000, Prometheus in 9090, and Grafana in 3000. Grafana's testing username is admin and the password is ixu.

Building docker image

To create a docker image run

$ make docker-build

To push this image to the registry

$ make docker-push

Running tests

make test

Configuration

You should define the following environment variables

  • IXU_GITLAB_URL: Gitlab URL (default "http://gitlab.com")
  • IXU_GITLAB_TOKEN: User token to access the Gitlab API
  • IXU_HOST: Host binding (default "0.0.0.0")
  • IXU_PORT: Server port (default 8080)
  • IXU_GITLAB_PROJECT_ID: Project ID from the Gitlab project where IXU shoul extract information

ixu's People

Watchers

James Cloos avatar  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.