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