Skip to content

praekeltfoundation/rasa-postgres-archiver

Repository files navigation

Rasa PostgreSQL archiver

For the Rasa PostgreSQL tracker store, this can take older data, archive it to S3, and then delete it from the database.

This will ensure that the database does not grow indefinitely.

Running tests

PostgreSQL is required. Defaults to connecting to a local postgreSQL instance, but can be configured using the DATABASE_URL environment variable

Install the requirements

~ pip install -r requirements.txt -r requirements-dev.txt

Run the unit tests

~ coverage run -m unittest

Run the auto linting

~ black .
~ isort .
~ flake8

Configuration

The following env vars are provided for configuration:

DATABASE - url describing how to connect to the database

S3_BUCKET - the bucket to upload the archives to

AWS_ACCESS_KEY_ID - the access key for the AWS account

AWS_SECRET_ACCESS_KEY - the secret key for the AWS account

S3_KEY_PREFIX - the prefix to add to S3 keys, defaults to "events", which will create keys like "events-2020-12-02.json.gz"

LOGLEVEL - The level to log at. Defaults to INFO

S3_REGION - The S3 region name.

RETENTION_DAYS - The number of days of data to keep in the database. Defaults to 30

DELETE - true if you want to delete data from the database, false if you just want to archive. Defaults to false.

About

Archives older data from the Rasa PostgreSQL tracker store into S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •