Add note that development is taking place in new repo (#128)

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
1 file changed
tree: 8fc9d05301cddb2d2464286b39743f49731d5788
  1. .github/
  2. api/
  3. docs/
  4. setup/
  5. ui/
  6. .asf.yaml
  7. .gitignore
  8. .pre-commit-config.yaml
  9. BUILDING.md
  10. CODE_OF_CONDUCT.md
  11. CONTRIBUTING.md
  12. LICENSE
  13. NOTICE
  14. README.md
README.md

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.

Contributing

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