Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purge timeseries (with csv export) #904

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2023

  1. feat: Add timeseries purge script

    When operating a server, the `Stage_timeseries` database can become
    quite big.
    In the case where only the `Stage_analysis_timeseries` is actually
    useful after the pipeline execution, the user's timeseries can be
    deleted to speed up the pipeline and gain some disk space.
    paultranvan committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8a71ce5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Added csv export feature to bin/purge_user_timeseries

    Also added associated unit tests
    TTalex committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6ea8ac5 View commit details
    Browse the repository at this point in the history