# Thumbnailer
A thumbnail generator example using Minio's [listenBucketNotification API](http://docs.minio.io/docs/javascript-client-api-reference#listenBucketNotification). This is a simple example of how one can build a AWS Lambda like functionality on a laptop.
## Dependencies
Dependencies are managed by [npm](https://npm.org) use `npm install`.
```sh
npm install
```
## Configure
Please edit `config/development.json` with your local parameters, currently the example points to https://play.minio.io:9000
<blockquote>This example works only with Minio server using an extended API</blockquote>
## Run
Once configured proceed to run.
```sh
node thumbnail.js
Listening for events on "images"
```
Now upload an image using `mc`
```sh
mc cp ./toposort/graph.jpg play/images/
./toposort/graph.jpg: 34.29 KB / 34.29 KB ┃▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓┃ 100.00% 386.91 KB/s 0s
```
You will see thumbnail being generated after uploading the image using `mc`.
```sh
node thumbnail.js
Listening for events on "images"
Uploading new thumbail to "images-processed"
Successfully generated "graph-thumbnail.jpg" with md5sum "ca78ee1cc48358b4dbd883a589523e54"
```
To validate if the thumbnail was created at destination bucket use `mc`.
```sh
mc ls play/images-processed
[2017-01-22 23:44:51 PST] 629B graph-thumbnail.jpg
```
生物医药从业者
- 粉丝: 24
- 资源: 4616
最新资源
- 毕设和企业适用springboot企业健康管理平台类及视觉识别平台源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及社会服务平台源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及数据处理平台源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及数字化商场平台源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及数字健康平台源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及虚拟人类交互系统源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及智慧安防系统源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及远程医疗平台源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及智慧物流管理平台源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及智慧医疗管理平台源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及智能化系统源码+论文+视频.zip
- 毕设和企业适用springboot企业内部培训平台类及产品体验管理系统源码+论文+视频.zip
- 毕设和企业适用springboot企业健康管理平台类及智能客服系统源码+论文+视频.zip
- 毕设和企业适用springboot企业内部培训平台类及AI语音识别平台源码+论文+视频.zip
- 毕设和企业适用springboot企业内部培训平台类及大数据实时处理系统源码+论文+视频.zip
- 毕设和企业适用springboot企业内部培训平台类及个性化广告平台源码+论文+视频.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈