Shared Memory Database with S3 repository


License
MIT
Install
pip install shareddata==4.62.0

Documentation

Instalation Instructions

Prerequisite installations:

Create .env file in root folder Ie:

  • SOURCE_FOLDER=C:\src\SharedData\src
  • PYTHONPATH=${SOURCE_FOLDER}
  • DATABASE_FOLDER=C:\DB
  • LOG_LEVEL=DEBUG
  • AWSCLI_PATH=C:\Program Files\Amazon\AWSCLIV2\aws.exe
  • S3_BUCKET=[S3_BUCKET]

Configure aws cli

Read only permission enter command bellow

  • aws configure --profile s3readonly
  • enter variables bellow:
  • [USERKEY]
  • [USERSECRET]
  • sa-east-1
  • json

Read-Write permission enter command bellow:

  • aws configure --profile s3readwrite
  • enter variables bellow:
  • [USERKEY]
  • [USERSECRET]
  • sa-east-1
  • json