Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gmkll/kibble-1

 
 

Repository files navigation

This is old version of Apache Kibble

This repo contains archived code for Kibble v1. The current development for Apache Kibble happens at https://github.com/apache/kibble.

Apache Kibble

Apache Kibble is a tool to collect, aggregate and visualize data about any software project that uses commonly known tools. It consists of two components:

  • Kibble Server (this repository) - main database and UI Server. It serves as the hub for the scanners to connect to, and provides the overall management of sources as well as the visualizations and API end points.
  • Kibble scanners (kibble-scanners) - a collection of scanning applications each designed to work with a specific type of resource (git repo, mailing list, JIRA, etc) and push compiled data objects to the Kibble Server.

Documentation

For information about the Kibble project and community, visit our web site at https://kibble.apache.org/.

Live demo

If you would love to try Kibble without installing it on your own machine try the online demo of the Kibble service: https://demo.kibble.apache.org/.

Installation

For installation steps see the documentation.

Packaging

After installation of the build requirements

pip install -q build

build the project by running

python -m build

Find more information here: Setuptools and in project.toml file.

Installation

To install Kibble-1 for development and/or testing from the checked-out code repository, run the following from the repository root:

pip install -e '.[dev]'

Find more information Editable project mode.

More TBD ..

Contributing

We welcome all contributions that improve the state of the Apache Kibble project. For contribution guidelines check the CONTRIBUTING.md.

About

Apache Kibble - a tool to collect, aggregate and visualize data about any software project

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 44.5%
  • HTML 30.4%
  • CoffeeScript 14.8%
  • CSS 6.9%
  • JavaScript 3.4%