Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beanieboi/nodeloader
using nodestreams to stream files from s3 within a zip container
https://github.com/beanieboi/nodeloader
Last synced: 24 days ago
JSON representation
using nodestreams to stream files from s3 within a zip container
- Host: GitHub
- URL: https://github.com/beanieboi/nodeloader
- Owner: beanieboi
- Created: 2012-07-26T21:10:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-26T21:25:47.000Z (over 12 years ago)
- Last Synced: 2023-04-11T19:11:01.962Z (over 1 year ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodeloader
streams multiple files from Amazon S3 into a single zip archive
## Installation
Install the following npm modules
npm install zipstream
npm install express## Usage
sh start.sh
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## License
Copyright (c) 2011 Benjamin Fritsch.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.