Skip to content

stone-payments/athena

Repository files navigation

Athena

Athena is a GitHub BI platform.

  • See orgs performance
  • See users profiles
  • Manage several teams and repositories information
  • And other metrics

Why?

Manage several teams could be a hard task for a big company. With Athena it's possible to know the profile of each dev and team to enhance the projects performance.

Tech

Athena uses a number of open source projects to work properly:

  • [MongoDB] - NoSQL Database!
  • [Python 3] 💚

Get Started

On config.py input the info required and run app.py

Installation

Athena requires Python 3 to run.

Create and start a mongodb docker.

$ docker run --name athena -d mongo

After fill config.py and set the environment variables, install the requirements and start the mongodb server.

$ cd athena
$ python app.py

Contributing

Want to contribute? Cool! Feel free to open a Pull Request! 😍

OpenSource!