Projects STRLCPY Sirius Commits 65951030
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 12 lines
    13 13  ```
    14 14   
    15 15  ### Logging in
    16  -The default username and password for Sirius is: `sirius/sirius`
     16 +The default username and password for Sirius is: `admin/sirius`
     17 + 
     18 +## Services
     19 +The system is composed of the following services:
     20 +- Mongo: a NoSQL database used to store data.
     21 +- RabbitMQ: a message broker used to manage communication between services.
     22 +- Sirius API: the API service which provides access to the data stored in Mongo.
     23 +- Sirius Web: the web UI which allows users to view and manage their data pipelines.
     24 +- Sirius Engine: the engine service which manages the execution of data pipelines.
     25 + 
     26 +## Usage
     27 +To use Sirius, first start all of the services by running `docker-compose up`. Then, access the web UI at `localhost:5173`.
     28 + 
     29 +**Good Luck! Have Fun! Happy Hacking!**
Please wait...
Page is in error, reload to recover