Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to find resources and examples on how to use GridFS in MongoDB with the C CPI. I specifically need the C API and not the C++ or C#. I can't seem to find any examples on the C version.

I could simply create chunks of a file and then write those "manually" using mongo inserts, but as far as I understand GridFS will take care of the chunking. If someone could shed some light on the C API implementation of GridFS in MongoDB it would be appreciated. Also that others looking for a solution can have a resource here :)

Thanks in advance

share|improve this question
can nobody give a slightest hint ? – airtruk Feb 16 at 3:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.