cloud-bulldozer / orion

The constellation of a hunter
Apache License 2.0
4 stars 8 forks source link

Meet Orion #2

Closed shashank-boyapally closed 8 months ago

shashank-boyapally commented 8 months ago

Type of change

Description

Orion is cli tool which automates the process of writing scripts when you need csv files to find regressions in metrics.

To run orion on your local, please follow the following instructions.

Build Orion

Building Orion is a straightforward process. Follow these commands:

Clone the current repository using git clone.

>> git clone <repository_url>
>> pip install venv
>> source venv/bin/activate
>> pip install -r requirements.txt
>> export ES_SERVER = <es_server_url>
>> pip install .

Run Orion

Executing Orion is as simple as building it. After following the build steps, run the following:

>> orion

Related Tickets & Documents

Checklist before requesting a review

Testing