Justintime50 / harvey

The lightweight Docker Compose deployment runner.
https://github.com/Justintime50/harvey-ui
MIT License
13 stars 3 forks source link

Add Database #36

Closed Justintime50 closed 3 years ago

Justintime50 commented 4 years ago

Currently logs are stored to actual log files with the name of the pipeline ID which is just a randomly generated ID.

Structure:

logs
    project_1
        1234567890.log
        0987654321.log
    project_2
        ...
    ...

This is great for now, but we should instead be saving log data to a database.

Brainstorming some initial columns and tables:

logs

users

pipelines

Justintime50 commented 3 years ago

I kind of like that Harvey is super lightweight and stateless at the moment. I'm going to close this for now; however, we may revisit a database in the future.