Reading-eScience-Centre / pycovjson

Create CovJSON files from common scientific data formats
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Add flag to pycovjson-convert to pipe data into MongoDB #35

Closed lewismc closed 7 years ago

lewismc commented 7 years ago

It would be nice to have a flag which send the CovJSON document to a JSON store like MongoDB. Initially I am going to architect this such that it ONLY aims to write into MongoDB. In time, I suppose we could possible work with some object-to-datastore mapping abstraction which supports more datastores, however for the time being MongoDB will do. I'll go ahead and get on with this.