Refactor dev docker-compose and update setup docs (#126)


Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
5 files changed
tree: 88d5dd088ab65b3f12dc8a6f307a1fb451c472be
  1. .github/
  2. docs/
  3. kibble/
  4. license-templates/
  5. tests/
  6. ui/
  7. .asf.yaml
  8. .gitignore
  9. .pre-commit-config.yaml
  10. BUILDING.md
  11. CODE_OF_CONDUCT.md
  12. CONTRIBUTING.md
  13. docker-compose-dev.yaml
  14. Dockerfile.dev
  15. kibble.ini
  16. LICENSE
  17. nginx-dev.conf
  18. NOTICE
  19. README.md
  20. setup.cfg
  21. setup.py
README.md

Apache Kibble

CI License

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 - 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 - 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.