mnutt has quit [Remote host closed the connection]
mnutt has joined #sandstorm
mnutt has quit [Ping timeout: 240 seconds]
mnutt has joined #sandstorm
mnutt has quit [Ping timeout: 276 seconds]
mnutt has joined #sandstorm
mnutt has quit [Remote host closed the connection]
mnutt has joined #sandstorm
<xet7>
Does someone have example code about how to copy file from MongoDB to filesystem by file ID with Golang ? Not by name, because I have many duplicate filenames.
<xet7>
I mean, MongoDB GridFS to filesystem
<xet7>
It's no nice that mongofiles supports only MongoDB 4.x and newer. Why it does not support earlier versions?
<xet7>
I have also been trying to use C, Python etc versions