Skip to content

Roadmap

Maeda Tomoki edited this page Jan 25, 2024 · 24 revisions

cliboa roadmap

Description of each items

  • New Feature
    • Add lazy load for environment.py
      • Add functionalities, lazy loading to environment.py
  • Refactoring, Improvements
    • Refactor several util classes to adapter classes
      • Regactoring targets: csv.py,file.py,ftp_util.py,gcp.py,gpg.py,http.py,sftp.py,sqlite.py
    • Integrate ETL error handling
      • Currently ETL error handling is not integrated, so unify error handling.
    • Separate ETL processes to another pypi package
      • Separate ETL processing like cliboa.SftpDownload or cliboa.BigQueryWrite. @see https://github.com/cliboa
      • Refactoring scenario layer is necessary.
  • CI/CD
    • Add SAST bandit
  • Security
    • Update pypi packages with vulnabilities checked by GitHub
Clone this wiki locally