Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gridfs? #19

Open
PrinzFritz opened this issue Dec 9, 2012 · 3 comments
Open

gridfs? #19

PrinzFritz opened this issue Dec 9, 2012 · 3 comments

Comments

@PrinzFritz
Copy link

is gridfs also an issue for the future ?

@Zoramite
Copy link
Member

Zoramite commented Dec 9, 2012

Hi @PrinzFritz , The GridFS is implemented in all of the official drivers. I haven't actually used it so I haven't added it to the library. Right now you could just retrieve the underling Java objects from mongo4cf and use them to do the GridFS.

The goal of mongo4cf is to keep it as close to the core APIs as possible but with helpers and automatic conversion for ColdFusion typing. So if you want to write some functionality for working with GridFS I would be happy to review it for you.

@PrinzFritz
Copy link
Author

I am unfortunately, too overwhelmed, that's also the reason why I use mongo4cf. mongo4cf is very easy to use. :o)

the idea for using gridfs is to save videos in the db , so I have no more files in the file system management, but only in the database

@Zoramite
Copy link
Member

I just started looking at some examples of gridFS (http://www.mkyong.com/mongodb/java-mongodb-save-image-example/). It looks pretty straight forward. If I have some time I'll see if I can test it out and see how easy it would be to add to the mongo4cf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants