Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
What is a best practice? I will have lots of thumbnails that appear in my reports. I am on AWS so I have access to dynamodb (and also s3) neither of which koolreport supports. Right now I keep the images on disk, but this will not work in my case. One idea is to put them in dynamodb and bring them back to my disk when needed, but I am concerned about speed. These thumbnails are small (largest is 731kB). I am also hoping to make the storage of these economical. Any suggestion?
Hi,
You could display your thumbnail directly by converting it to base64 and use it as img data src:
https://www.w3docs.com/snippets/html/how-to-display-base64-images-in-html.html
How do you access your DynamoDB (request type, authentication)? You could extend KoolReport's basic DataSource class and implement your access to DynamoDB to make it work with KoolReport. Please check our file MongoDataSource.php, ApiDataSource.php, RestfulDataSource.php for example. Thanks!
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo