rodrigo-brito/ninjabot

support more storage type for persist order history

Closed this issue · 5 comments

when we run ninjabot on serverless, cloud container, etc.
I think better way if we persist data on external db or external file storage like postgresql , mongodb , s3 , etc.
Now, this bot support only file and memory.

Hi, let me do this feature.

Hi @panapol-p, it will be great!

Task

  • support sql (mysql , postgresql , sql server , clickhouse , sqlite)
  • support no-sql (mongodb)
  • update Doc

after we have type of storage like memory, file, and sql. I think it's useful for persistent data. no need for more types.
what do you think about this one?

Hi @panapol-p, i think that SQL, file and memory is enough. I will close the issue.
Thanks you so much for the help!