MEDLINEInserter is a Node.js application designed for MEDLINE®/PubMed® Data licensees to download (via FTP), convert (using the module MEDLINEXMLToJSON), and insert the data into a Mongo database.
We are in no way affiliated with MEDLINE® or PubMed®. We're only a MEDLINE® licensed library that want to share this software with the public so that anyone with a MEDLINE license can easier utilize MEDLINE® metadata for improving healthcare.
Wikipedia has an article regarding MEDLINE® here https://en.wikipedia.org/wiki/MEDLINE and PubMed here https://en.wikipedia.org/wiki/PubMed
The U.S. National Library of Medicine have a page about MEDLINE® here http://www.nlm.nih.gov/pubs/factsheets/medline.html
MEDLINEXMLToJSON developed by Emil Hemdal for ldbib.
node-ftp by Brian White.
git clone [email protected]:ldbib/MEDLINEInserter.git
npm install medlinexmltojson ftp mongodb
Rename config.sample.js to config.js and modify it to suit your needs.
This project is released under the terms of the GNU AGPL version 3
Development in progress...