Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsivsi/meteor-cfs-tempstore
CollectionFS, temporary storage
https://github.com/vsivsi/meteor-cfs-tempstore
Last synced: 19 days ago
JSON representation
CollectionFS, temporary storage
- Host: GitHub
- URL: https://github.com/vsivsi/meteor-cfs-tempstore
- Owner: vsivsi
- License: mit
- Created: 2014-03-09T02:07:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T03:30:55.000Z (over 10 years ago)
- Last Synced: 2024-10-08T01:42:10.970Z (30 days ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
cfs-tempstore
=========================This is a Meteor package used by
[CollectionFS](https://github.com/CollectionFS/Meteor-CollectionFS). It provides
an API for quickly storing chunks of file data in temporary files on the
server OS. If also supports deleting those chunks, and combining them into one
binary object and attaching it to an FS.File instance.You don't need to manually add this package to your app, but you could replace
this package with your own if you want to handle temporary storage in another
way.