A new consumer, that handles storing new file Content to mongoDB Thoughts: - Consumer has to process new content and serialize it into a json object which is than persisted into mongo - Use mongoose? - Especially useful for creating custom Schemas
A new consumer, that handles storing new file Content to mongoDB
Thoughts: